Skip to content

Commit

Permalink
Merge pull request #17 from compose-generator/dev
Browse files Browse the repository at this point in the history
Release of version 1.6.0
  • Loading branch information
marcauberer authored Dec 27, 2021
2 parents 578e5c1 + aeeb4d7 commit 1191bd5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.15.0
# Install alpine packages
RUN apk update && apk add --no-cache sudo=1.9.8_p2-r1 bash=5.1.8-r0 curl=7.80.0-r0 git=2.34.1-r0 npm=8.1.3-r0 yarn=1.22.17-r0 \
unzip=6.0-r9 python3=3.9.7-r4 py3-pip=20.3.4-r1 rust=1.56.1-r0 ruby=3.0.3-r0 ruby-dev=3.0.3-r0 ruby-etc=3.0.3-r0 make=4.3-r0 \
zlib-dev=1.2.11-r3 icu-libs=69.1-r1 krb5-libs=1.19.2-r4 libgcc=10.3.1_git20211027-r0 libintl=0.21-r0 libssl1.1=1.1.1l-r7 libstdc++=10.3.1_git20211027-r0 \
zlib-dev=1.2.11-r3 icu-libs=69.1-r1 krb5-libs=1.19.2-r4 libgcc=10.3.1_git20211027-r0 libintl=0.21-r0 libssl1.1=1.1.1l-r8 libstdc++=10.3.1_git20211027-r0 \
&& rm -rf /var/cache/apk/*

# Install required npm packages
Expand All @@ -16,7 +16,7 @@ RUN pip3 install --no-cache-dir flask-now==0.2.2 django==4.0
RUN gem install rails:6.1.4.1 && gem cleanup

# Install golang
RUN apk add --no-cache --virtual .build-deps gcc=10.3.1_git20211027-r0 musl-dev=1.2.2-r7 go=1.17.4-r0 openssl=1.1.1l-r7 \
RUN apk add --no-cache --virtual .build-deps gcc=10.3.1_git20211027-r0 musl-dev=1.2.2-r7 go=1.17.4-r0 openssl=1.1.1l-r8 \
&& rm -rf /var/cache/apk/* \
&& curl -sSL -o go.tar.gz https://golang.org/dl/go1.17.4.src.tar.gz \
&& tar -C /usr/local -xzf go.tar.gz && rm go.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.15.0
# Install alpine packages
RUN apk update && apk add --no-cache sudo=1.9.8_p2-r1 bash=5.1.8-r0 curl=7.80.0-r0 git=2.34.1-r0 npm=8.1.3-r0 yarn=1.22.17-r0 \
unzip=6.0-r9 python3=3.9.7-r4 py3-pip=20.3.4-r1 rust=1.56.1-r0 ruby=3.0.3-r0 ruby-dev=3.0.3-r0 ruby-etc=3.0.3-r0 make=4.3-r0 \
zlib-dev=1.2.11-r3 icu-libs=69.1-r1 krb5-libs=1.19.2-r4 libgcc=10.3.1_git20211027-r0 libintl=0.21-r0 libssl1.1=1.1.1l-r7 libstdc++=10.3.1_git20211027-r0 \
zlib-dev=1.2.11-r3 icu-libs=69.1-r1 krb5-libs=1.19.2-r4 libgcc=10.3.1_git20211027-r0 libintl=0.21-r0 libssl1.1=1.1.1l-r8 libstdc++=10.3.1_git20211027-r0 \
&& rm -rf /var/cache/apk/*

# Install required npm packages
Expand All @@ -16,7 +16,7 @@ RUN pip3 install --no-cache-dir flask-now==0.2.2 django==4.0
RUN gem install rails:6.1.4.1 && gem cleanup

# Install golang
RUN apk add --no-cache --virtual .build-deps gcc=10.3.1_git20211027-r0 musl-dev=1.2.2-r7 go=1.17.4-r0 openssl=1.1.1l-r7 \
RUN apk add --no-cache --virtual .build-deps gcc=10.3.1_git20211027-r0 musl-dev=1.2.2-r7 go=1.17.4-r0 openssl=1.1.1l-r8 \
&& rm -rf /var/cache/apk/* \
&& curl -sSL -o go.tar.gz https://golang.org/dl/go1.17.4.src.tar.gz \
&& tar -C /usr/local -xzf go.tar.gz && rm go.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions armv6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.15.0
# Install alpine packages
RUN apk update && apk add --no-cache sudo=1.9.8_p2-r1 bash=5.1.8-r0 curl=7.80.0-r0 git=2.34.1-r0 npm=8.1.3-r0 yarn=1.22.17-r0 \
unzip=6.0-r9 python3=3.9.7-r4 py3-pip=20.3.4-r1 rust=1.56.1-r0 ruby=3.0.3-r0 ruby-dev=3.0.3-r0 ruby-etc=3.0.3-r0 make=4.3-r0 \
zlib-dev=1.2.11-r3 icu-libs=69.1-r1 krb5-libs=1.19.2-r4 libgcc=10.3.1_git20211027-r0 libintl=0.21-r0 libssl1.1=1.1.1l-r7 libstdc++=10.3.1_git20211027-r0 \
zlib-dev=1.2.11-r3 icu-libs=69.1-r1 krb5-libs=1.19.2-r4 libgcc=10.3.1_git20211027-r0 libintl=0.21-r0 libssl1.1=1.1.1l-r8 libstdc++=10.3.1_git20211027-r0 \
&& rm -rf /var/cache/apk/*

# Install required npm packages
Expand All @@ -16,7 +16,7 @@ RUN pip3 install --no-cache-dir flask-now==0.2.2 django==4.0
RUN gem install rails:6.1.4.1 && gem cleanup

# Install golang
RUN apk add --no-cache --virtual .build-deps gcc=10.3.1_git20211027-r0 musl-dev=1.2.2-r7 go=1.17.4-r0 openssl=1.1.1l-r7 \
RUN apk add --no-cache --virtual .build-deps gcc=10.3.1_git20211027-r0 musl-dev=1.2.2-r7 go=1.17.4-r0 openssl=1.1.1l-r8 \
&& rm -rf /var/cache/apk/* \
&& curl -sSL -o go.tar.gz https://golang.org/dl/go1.17.4.src.tar.gz \
&& tar -C /usr/local -xzf go.tar.gz && rm go.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.15.0
# Install alpine packages
RUN apk update && apk add --no-cache sudo=1.9.8_p2-r1 bash=5.1.8-r0 curl=7.80.0-r0 git=2.34.1-r0 npm=8.1.3-r0 yarn=1.22.17-r0 \
unzip=6.0-r9 python3=3.9.7-r4 py3-pip=20.3.4-r1 rust=1.56.1-r0 ruby=3.0.3-r0 ruby-dev=3.0.3-r0 ruby-etc=3.0.3-r0 make=4.3-r0 \
zlib-dev=1.2.11-r3 icu-libs=69.1-r1 krb5-libs=1.19.2-r4 libgcc=10.3.1_git20211027-r0 libintl=0.21-r0 libssl1.1=1.1.1l-r7 libstdc++=10.3.1_git20211027-r0 \
zlib-dev=1.2.11-r3 icu-libs=69.1-r1 krb5-libs=1.19.2-r4 libgcc=10.3.1_git20211027-r0 libintl=0.21-r0 libssl1.1=1.1.1l-r8 libstdc++=10.3.1_git20211027-r0 \
&& rm -rf /var/cache/apk/*

# Install required npm packages
Expand All @@ -16,7 +16,7 @@ RUN pip3 install --no-cache-dir flask-now==0.2.2 django==4.0
RUN gem install rails:6.1.4.1 && gem cleanup

# Install golang
RUN apk add --no-cache --virtual .build-deps gcc=10.3.1_git20211027-r0 musl-dev=1.2.2-r7 go=1.17.4-r0 openssl=1.1.1l-r7 \
RUN apk add --no-cache --virtual .build-deps gcc=10.3.1_git20211027-r0 musl-dev=1.2.2-r7 go=1.17.4-r0 openssl=1.1.1l-r8 \
&& rm -rf /var/cache/apk/* \
&& curl -sSL -o go.tar.gz https://golang.org/dl/go1.17.4.src.tar.gz \
&& tar -C /usr/local -xzf go.tar.gz && rm go.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.15.0
# Install alpine packages
RUN apk update && apk add --no-cache sudo=1.9.8_p2-r1 bash=5.1.8-r0 curl=7.80.0-r0 git=2.34.1-r0 npm=8.1.3-r0 yarn=1.22.17-r0 \
unzip=6.0-r9 python3=3.9.7-r4 py3-pip=20.3.4-r1 rust=1.56.1-r0 ruby=3.0.3-r0 ruby-dev=3.0.3-r0 ruby-etc=3.0.3-r0 make=4.3-r0 \
zlib-dev=1.2.11-r3 icu-libs=69.1-r1 krb5-libs=1.19.2-r4 libgcc=10.3.1_git20211027-r0 libintl=0.21-r0 libssl1.1=1.1.1l-r7 libstdc++=10.3.1_git20211027-r0 \
zlib-dev=1.2.11-r3 icu-libs=69.1-r1 krb5-libs=1.19.2-r4 libgcc=10.3.1_git20211027-r0 libintl=0.21-r0 libssl1.1=1.1.1l-r8 libstdc++=10.3.1_git20211027-r0 \
&& rm -rf /var/cache/apk/*

# Install required npm packages
Expand Down

0 comments on commit 1191bd5

Please sign in to comment.