Skip to content

Commit bd124c3

Browse files
authored
Merge pull request docker-library#375 from JayH5/alpine-3.9
Alpine 3.9
2 parents 87938e9 + 662514b commit bd124c3

File tree

17 files changed

+37
-302
lines changed

17 files changed

+37
-302
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,34 @@ services: docker
44
env:
55
- VERSION=3.7 VARIANT=stretch
66
- VERSION=3.7 VARIANT=stretch/slim
7+
- VERSION=3.7 VARIANT=alpine3.9
78
- VERSION=3.7 VARIANT=alpine3.8
8-
- VERSION=3.7 VARIANT=alpine3.7
99
- VERSION=3.6 VARIANT=stretch
1010
- VERSION=3.6 VARIANT=stretch/slim
1111
- VERSION=3.6 VARIANT=jessie
1212
- VERSION=3.6 VARIANT=jessie/slim
13+
- VERSION=3.6 VARIANT=alpine3.9
1314
- VERSION=3.6 VARIANT=alpine3.8
14-
- VERSION=3.6 VARIANT=alpine3.7
15-
- VERSION=3.6 VARIANT=alpine3.6
1615
- VERSION=3.5 VARIANT=stretch
1716
- VERSION=3.5 VARIANT=stretch/slim
1817
- VERSION=3.5 VARIANT=jessie
1918
- VERSION=3.5 VARIANT=jessie/slim
19+
- VERSION=3.5 VARIANT=alpine3.9
2020
- VERSION=3.5 VARIANT=alpine3.8
21-
- VERSION=3.5 VARIANT=alpine3.7
2221
- VERSION=3.4 VARIANT=stretch
2322
- VERSION=3.4 VARIANT=stretch/slim
2423
- VERSION=3.4 VARIANT=jessie
2524
- VERSION=3.4 VARIANT=jessie/slim
2625
- VERSION=3.4 VARIANT=wheezy
26+
- VERSION=3.4 VARIANT=alpine3.9
2727
- VERSION=3.4 VARIANT=alpine3.8
28-
- VERSION=3.4 VARIANT=alpine3.7
2928
- VERSION=2.7 VARIANT=stretch
3029
- VERSION=2.7 VARIANT=stretch/slim
3130
- VERSION=2.7 VARIANT=jessie
3231
- VERSION=2.7 VARIANT=jessie/slim
3332
- VERSION=2.7 VARIANT=wheezy
33+
- VERSION=2.7 VARIANT=alpine3.9
3434
- VERSION=2.7 VARIANT=alpine3.8
35-
- VERSION=2.7 VARIANT=alpine3.7
36-
- VERSION=2.7 VARIANT=alpine3.6
3735

3836
install:
3937
- git clone https://github.com/docker-library/official-images.git ~/official-images

2.7/alpine3.6/Dockerfile

Lines changed: 0 additions & 123 deletions
This file was deleted.

2.7/alpine3.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ RUN set -ex \
5050
libc-dev \
5151
libffi-dev \
5252
libnsl-dev \
53-
libressl-dev \
5453
libtirpc-dev \
5554
linux-headers \
5655
make \
5756
ncurses-dev \
57+
libressl-dev \
5858
pax-utils \
5959
readline-dev \
6060
sqlite-dev \

2.7/alpine3.7/Dockerfile renamed to 2.7/alpine3.9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.7
7+
FROM alpine:3.9
88

99
# ensure local python is preferred over distribution python
1010
ENV PATH /usr/local/bin:$PATH
@@ -50,11 +50,11 @@ RUN set -ex \
5050
libc-dev \
5151
libffi-dev \
5252
libnsl-dev \
53-
libressl-dev \
5453
libtirpc-dev \
5554
linux-headers \
5655
make \
5756
ncurses-dev \
57+
openssl-dev \
5858
pax-utils \
5959
readline-dev \
6060
sqlite-dev \

3.4/alpine3.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ RUN set -ex \
4747
gdbm-dev \
4848
libc-dev \
4949
libffi-dev \
50-
libressl-dev \
5150
linux-headers \
5251
make \
5352
ncurses-dev \
53+
libressl-dev \
5454
pax-utils \
5555
readline-dev \
5656
sqlite-dev \

3.4/alpine3.7/Dockerfile renamed to 3.4/alpine3.9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.7
7+
FROM alpine:3.9
88

99
# ensure local python is preferred over distribution python
1010
ENV PATH /usr/local/bin:$PATH
@@ -47,10 +47,10 @@ RUN set -ex \
4747
gdbm-dev \
4848
libc-dev \
4949
libffi-dev \
50-
libressl-dev \
5150
linux-headers \
5251
make \
5352
ncurses-dev \
53+
libressl-dev \
5454
pax-utils \
5555
readline-dev \
5656
sqlite-dev \

3.5/alpine3.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ RUN set -ex \
4747
gdbm-dev \
4848
libc-dev \
4949
libffi-dev \
50-
openssl-dev \
5150
linux-headers \
5251
make \
5352
ncurses-dev \
53+
openssl-dev \
5454
pax-utils \
5555
readline-dev \
5656
sqlite-dev \

3.5/alpine3.7/Dockerfile renamed to 3.5/alpine3.9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.7
7+
FROM alpine:3.9
88

99
# ensure local python is preferred over distribution python
1010
ENV PATH /usr/local/bin:$PATH
@@ -47,10 +47,10 @@ RUN set -ex \
4747
gdbm-dev \
4848
libc-dev \
4949
libffi-dev \
50-
libressl-dev \
5150
linux-headers \
5251
make \
5352
ncurses-dev \
53+
openssl-dev \
5454
pax-utils \
5555
readline-dev \
5656
sqlite-dev \

3.6/alpine3.6/Dockerfile

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)