Skip to content

Commit

Permalink
Merge pull request #460 from dockhippie/renovate/docker-digests
Browse files Browse the repository at this point in the history
chore(deps): update docker digests
  • Loading branch information
tboerger authored Jun 16, 2023
2 parents 0ebd4ac + 53e4218 commit 29de603
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04@sha256:ac58ff7fe25edc58bdf0067ca99df00014dbd032e2246d30a722fa348fd799a5 AS build
FROM ubuntu:22.04@sha256:2a357c4bd54822267339e601ae86ee3966723bdbcae640a70ace622cc9470c83 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 && \
chmod +x /tmp/su-exec

FROM ubuntu:22.04@sha256:ac58ff7fe25edc58bdf0067ca99df00014dbd032e2246d30a722fa348fd799a5
FROM ubuntu:22.04@sha256:2a357c4bd54822267339e601ae86ee3966723bdbcae640a70ace622cc9470c83

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/ubuntu:22.04@sha256:c80ed91cdc47229010c4f34f96c3442bc02dca260d0bf26f6c4b047ea7d11cf2 AS build
FROM arm32v7/ubuntu:22.04@sha256:9aa2ce874cc0d140b3344fb6125d0ef540d347bca8a13c2270ca1c7a40490be3 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-armhf && \
chmod +x /tmp/su-exec

FROM arm32v7/ubuntu:22.04@sha256:c80ed91cdc47229010c4f34f96c3442bc02dca260d0bf26f6c4b047ea7d11cf2
FROM arm32v7/ubuntu:22.04@sha256:9aa2ce874cc0d140b3344fb6125d0ef540d347bca8a13c2270ca1c7a40490be3

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ubuntu:22.04@sha256:77bdd217935d10f0e753ed84118e9b11d3ab0a66a82bdf322087354ccd833733 AS build
FROM arm64v8/ubuntu:22.04@sha256:25de8a960c338b7d38aa15c012ceee70d8e29239db97596d6ecc50a5085d8f7a AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-arm64 && \
chmod +x /tmp/su-exec

FROM arm64v8/ubuntu:22.04@sha256:77bdd217935d10f0e753ed84118e9b11d3ab0a66a82bdf322087354ccd833733
FROM arm64v8/ubuntu:22.04@sha256:25de8a960c338b7d38aa15c012ceee70d8e29239db97596d6ecc50a5085d8f7a

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v20.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04@sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3 AS build
FROM ubuntu:20.04@sha256:a283507f25d2cd01d60594bb6e7dcae568e3248b359fe39461ffbd80327b6cdf AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 && \
chmod +x /tmp/su-exec

FROM ubuntu:20.04@sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3
FROM ubuntu:20.04@sha256:a283507f25d2cd01d60594bb6e7dcae568e3248b359fe39461ffbd80327b6cdf

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v20.04/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/ubuntu:20.04@sha256:6de8d817428e3d064da83ce59b4dccf7c6749aa60b36a17ad6cc3b1f7d10123c AS build
FROM arm32v7/ubuntu:20.04@sha256:3831296f7467818605f4c8782b1a74a3488547102640e9cb8b41c42b44e7f526 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-armhf && \
chmod +x /tmp/su-exec

FROM arm32v7/ubuntu:20.04@sha256:6de8d817428e3d064da83ce59b4dccf7c6749aa60b36a17ad6cc3b1f7d10123c
FROM arm32v7/ubuntu:20.04@sha256:3831296f7467818605f4c8782b1a74a3488547102640e9cb8b41c42b44e7f526

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v20.04/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ubuntu:20.04@sha256:144e6a778925a0c11c4cd9fe5fce1172e620f215b0410bb43e7fa41bbcfe4522 AS build
FROM arm64v8/ubuntu:20.04@sha256:ebdb7ac21fef61242b87d8d00ca0d3f4434c5adf360e771dc1b8db0f75771759 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-arm64 && \
chmod +x /tmp/su-exec

FROM arm64v8/ubuntu:20.04@sha256:144e6a778925a0c11c4cd9fe5fce1172e620f215b0410bb43e7fa41bbcfe4522
FROM arm64v8/ubuntu:20.04@sha256:ebdb7ac21fef61242b87d8d00ca0d3f4434c5adf360e771dc1b8db0f75771759

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v22.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04@sha256:ac58ff7fe25edc58bdf0067ca99df00014dbd032e2246d30a722fa348fd799a5 AS build
FROM ubuntu:22.04@sha256:2a357c4bd54822267339e601ae86ee3966723bdbcae640a70ace622cc9470c83 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 && \
chmod +x /tmp/su-exec

FROM ubuntu:22.04@sha256:ac58ff7fe25edc58bdf0067ca99df00014dbd032e2246d30a722fa348fd799a5
FROM ubuntu:22.04@sha256:2a357c4bd54822267339e601ae86ee3966723bdbcae640a70ace622cc9470c83

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v22.04/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/ubuntu:22.04@sha256:c80ed91cdc47229010c4f34f96c3442bc02dca260d0bf26f6c4b047ea7d11cf2 AS build
FROM arm32v7/ubuntu:22.04@sha256:9aa2ce874cc0d140b3344fb6125d0ef540d347bca8a13c2270ca1c7a40490be3 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-armhf && \
chmod +x /tmp/su-exec

FROM arm32v7/ubuntu:22.04@sha256:c80ed91cdc47229010c4f34f96c3442bc02dca260d0bf26f6c4b047ea7d11cf2
FROM arm32v7/ubuntu:22.04@sha256:9aa2ce874cc0d140b3344fb6125d0ef540d347bca8a13c2270ca1c7a40490be3

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v22.04/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ubuntu:22.04@sha256:77bdd217935d10f0e753ed84118e9b11d3ab0a66a82bdf322087354ccd833733 AS build
FROM arm64v8/ubuntu:22.04@sha256:25de8a960c338b7d38aa15c012ceee70d8e29239db97596d6ecc50a5085d8f7a AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-arm64 && \
chmod +x /tmp/su-exec

FROM arm64v8/ubuntu:22.04@sha256:77bdd217935d10f0e753ed84118e9b11d3ab0a66a82bdf322087354ccd833733
FROM arm64v8/ubuntu:22.04@sha256:25de8a960c338b7d38aa15c012ceee70d8e29239db97596d6ecc50a5085d8f7a

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down

0 comments on commit 29de603

Please sign in to comment.