Skip to content

Alpine 3.9 #375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,34 @@ services: docker
env:
- VERSION=3.7 VARIANT=stretch
- VERSION=3.7 VARIANT=stretch/slim
- VERSION=3.7 VARIANT=alpine3.9
- VERSION=3.7 VARIANT=alpine3.8
- VERSION=3.7 VARIANT=alpine3.7
- VERSION=3.6 VARIANT=stretch
- VERSION=3.6 VARIANT=stretch/slim
- VERSION=3.6 VARIANT=jessie
- VERSION=3.6 VARIANT=jessie/slim
- VERSION=3.6 VARIANT=alpine3.9
- VERSION=3.6 VARIANT=alpine3.8
- VERSION=3.6 VARIANT=alpine3.7
- VERSION=3.6 VARIANT=alpine3.6
- VERSION=3.5 VARIANT=stretch
- VERSION=3.5 VARIANT=stretch/slim
- VERSION=3.5 VARIANT=jessie
- VERSION=3.5 VARIANT=jessie/slim
- VERSION=3.5 VARIANT=alpine3.9
- VERSION=3.5 VARIANT=alpine3.8
- VERSION=3.5 VARIANT=alpine3.7
- VERSION=3.4 VARIANT=stretch
- VERSION=3.4 VARIANT=stretch/slim
- VERSION=3.4 VARIANT=jessie
- VERSION=3.4 VARIANT=jessie/slim
- VERSION=3.4 VARIANT=wheezy
- VERSION=3.4 VARIANT=alpine3.9
- VERSION=3.4 VARIANT=alpine3.8
- VERSION=3.4 VARIANT=alpine3.7
- VERSION=2.7 VARIANT=stretch
- VERSION=2.7 VARIANT=stretch/slim
- VERSION=2.7 VARIANT=jessie
- VERSION=2.7 VARIANT=jessie/slim
- VERSION=2.7 VARIANT=wheezy
- VERSION=2.7 VARIANT=alpine3.9
- VERSION=2.7 VARIANT=alpine3.8
- VERSION=2.7 VARIANT=alpine3.7
- VERSION=2.7 VARIANT=alpine3.6

install:
- git clone https://github.com/docker-library/official-images.git ~/official-images
Expand Down
123 changes: 0 additions & 123 deletions 2.7/alpine3.6/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion 2.7/alpine3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ RUN set -ex \
libc-dev \
libffi-dev \
libnsl-dev \
libressl-dev \
libtirpc-dev \
linux-headers \
make \
ncurses-dev \
libressl-dev \
pax-utils \
readline-dev \
sqlite-dev \
Expand Down
4 changes: 2 additions & 2 deletions 2.7/alpine3.7/Dockerfile → 2.7/alpine3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.7
FROM alpine:3.9

# ensure local python is preferred over distribution python
ENV PATH /usr/local/bin:$PATH
Expand Down Expand Up @@ -50,11 +50,11 @@ RUN set -ex \
libc-dev \
libffi-dev \
libnsl-dev \
libressl-dev \
libtirpc-dev \
linux-headers \
make \
ncurses-dev \
openssl-dev \
pax-utils \
readline-dev \
sqlite-dev \
Expand Down
2 changes: 1 addition & 1 deletion 3.4/alpine3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ RUN set -ex \
gdbm-dev \
libc-dev \
libffi-dev \
libressl-dev \
linux-headers \
make \
ncurses-dev \
libressl-dev \
pax-utils \
readline-dev \
sqlite-dev \
Expand Down
4 changes: 2 additions & 2 deletions 3.4/alpine3.7/Dockerfile → 3.4/alpine3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.7
FROM alpine:3.9

# ensure local python is preferred over distribution python
ENV PATH /usr/local/bin:$PATH
Expand Down Expand Up @@ -47,10 +47,10 @@ RUN set -ex \
gdbm-dev \
libc-dev \
libffi-dev \
libressl-dev \
linux-headers \
make \
ncurses-dev \
libressl-dev \
pax-utils \
readline-dev \
sqlite-dev \
Expand Down
2 changes: 1 addition & 1 deletion 3.5/alpine3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ RUN set -ex \
gdbm-dev \
libc-dev \
libffi-dev \
openssl-dev \
linux-headers \
make \
ncurses-dev \
openssl-dev \
pax-utils \
readline-dev \
sqlite-dev \
Expand Down
4 changes: 2 additions & 2 deletions 3.5/alpine3.7/Dockerfile → 3.5/alpine3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.7
FROM alpine:3.9

# ensure local python is preferred over distribution python
ENV PATH /usr/local/bin:$PATH
Expand Down Expand Up @@ -47,10 +47,10 @@ RUN set -ex \
gdbm-dev \
libc-dev \
libffi-dev \
libressl-dev \
linux-headers \
make \
ncurses-dev \
openssl-dev \
pax-utils \
readline-dev \
sqlite-dev \
Expand Down
130 changes: 0 additions & 130 deletions 3.6/alpine3.6/Dockerfile

This file was deleted.

Loading