Skip to content

Commit

Permalink
chore(deps): update docker digests (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 127686b commit 6116cad
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 debian:11@sha256:21b74d95871e8676a0cf47df9caebb1021b2af60b9a6e4777ce92f92f98e3a90 AS build
FROM debian:11@sha256:e5bfb7364038fd100c2faebdd674145bd1bc758a57f3c67023cced99d0eff0f7 AS build

ENV TERM xterm

Check warning on line 3 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 4 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 && \
chmod +x /tmp/su-exec

FROM debian:11@sha256:21b74d95871e8676a0cf47df9caebb1021b2af60b9a6e4777ce92f92f98e3a90
FROM debian:11@sha256:e5bfb7364038fd100c2faebdd674145bd1bc758a57f3c67023cced99d0eff0f7

ENV CRON_ENABLED false

Check warning on line 35 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV TERM xterm

Check warning on line 36 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
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/debian:11@sha256:f8a162312aa0bb5e2ce72aca80df6bf3b32a956efedca0c324b76a63d1436e7a AS build
FROM arm32v7/debian:11@sha256:4b28175dc90341daaf86e1a5b35e1af640a08dc20e6ada4f318726d231500ee4 AS build

ENV TERM xterm

Check warning on line 3 in latest/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 4 in latest/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-armhf && \
chmod +x /tmp/su-exec

FROM arm32v7/debian:11@sha256:f8a162312aa0bb5e2ce72aca80df6bf3b32a956efedca0c324b76a63d1436e7a
FROM arm32v7/debian:11@sha256:4b28175dc90341daaf86e1a5b35e1af640a08dc20e6ada4f318726d231500ee4

ENV CRON_ENABLED false

Check warning on line 35 in latest/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV TERM xterm

Check warning on line 36 in latest/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
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/debian:11@sha256:ef632ae1e5168c2324c8d6df89083a39920cc40791be6b763cfaecbf60c9e0b9 AS build
FROM arm64v8/debian:11@sha256:abb36821ef051d2e7b489deae6f16e0c123bc330200060572fb8c6eb89de6b92 AS build

ENV TERM xterm

Check warning on line 3 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 4 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-arm64 && \
chmod +x /tmp/su-exec

FROM arm64v8/debian:11@sha256:ef632ae1e5168c2324c8d6df89083a39920cc40791be6b763cfaecbf60c9e0b9
FROM arm64v8/debian:11@sha256:abb36821ef051d2e7b489deae6f16e0c123bc330200060572fb8c6eb89de6b92

ENV CRON_ENABLED false

Check warning on line 35 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV TERM xterm

Check warning on line 36 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down
4 changes: 2 additions & 2 deletions v11/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11@sha256:21b74d95871e8676a0cf47df9caebb1021b2af60b9a6e4777ce92f92f98e3a90 AS build
FROM debian:11@sha256:e5bfb7364038fd100c2faebdd674145bd1bc758a57f3c67023cced99d0eff0f7 AS build

ENV TERM xterm

Check warning on line 3 in v11/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 4 in v11/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 && \
chmod +x /tmp/su-exec

FROM debian:11@sha256:21b74d95871e8676a0cf47df9caebb1021b2af60b9a6e4777ce92f92f98e3a90
FROM debian:11@sha256:e5bfb7364038fd100c2faebdd674145bd1bc758a57f3c67023cced99d0eff0f7

ENV CRON_ENABLED false

Check warning on line 35 in v11/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV TERM xterm

Check warning on line 36 in v11/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down
4 changes: 2 additions & 2 deletions v11/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/debian:11@sha256:f8a162312aa0bb5e2ce72aca80df6bf3b32a956efedca0c324b76a63d1436e7a AS build
FROM arm32v7/debian:11@sha256:4b28175dc90341daaf86e1a5b35e1af640a08dc20e6ada4f318726d231500ee4 AS build

ENV TERM xterm

Check warning on line 3 in v11/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 4 in v11/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-armhf && \
chmod +x /tmp/su-exec

FROM arm32v7/debian:11@sha256:f8a162312aa0bb5e2ce72aca80df6bf3b32a956efedca0c324b76a63d1436e7a
FROM arm32v7/debian:11@sha256:4b28175dc90341daaf86e1a5b35e1af640a08dc20e6ada4f318726d231500ee4

ENV CRON_ENABLED false

Check warning on line 35 in v11/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV TERM xterm

Check warning on line 36 in v11/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down
4 changes: 2 additions & 2 deletions v11/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/debian:11@sha256:ef632ae1e5168c2324c8d6df89083a39920cc40791be6b763cfaecbf60c9e0b9 AS build
FROM arm64v8/debian:11@sha256:abb36821ef051d2e7b489deae6f16e0c123bc330200060572fb8c6eb89de6b92 AS build

ENV TERM xterm

Check warning on line 3 in v11/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 4 in v11/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-arm64 && \
chmod +x /tmp/su-exec

FROM arm64v8/debian:11@sha256:ef632ae1e5168c2324c8d6df89083a39920cc40791be6b763cfaecbf60c9e0b9
FROM arm64v8/debian:11@sha256:abb36821ef051d2e7b489deae6f16e0c123bc330200060572fb8c6eb89de6b92

ENV CRON_ENABLED false

Check warning on line 35 in v11/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV TERM xterm

Check warning on line 36 in v11/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down
4 changes: 2 additions & 2 deletions v12/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:12@sha256:b877a1a3fdf02469440f1768cf69c9771338a875b7add5e80c45b756c92ac20a AS build
FROM debian:12@sha256:321341744acb788e251ebd374aecc1a42d60ce65da7bd4ee9207ff6be6686a62 AS build

ENV TERM xterm

Check warning on line 3 in v12/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 4 in v12/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 && \
chmod +x /tmp/su-exec

FROM debian:12@sha256:b877a1a3fdf02469440f1768cf69c9771338a875b7add5e80c45b756c92ac20a
FROM debian:12@sha256:321341744acb788e251ebd374aecc1a42d60ce65da7bd4ee9207ff6be6686a62

ENV CRON_ENABLED false

Check warning on line 35 in v12/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV TERM xterm

Check warning on line 36 in v12/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down
4 changes: 2 additions & 2 deletions v12/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/debian:12@sha256:1c7160e2d494e213e98e1bd1a8c76a78b24eb297ccd8a067e91de3cb0e2adde9 AS build
FROM arm32v7/debian:12@sha256:e8ef33b9b7b1decf574780daf4a06b2b99046164fe7879aceac6aa5ca09e2b7a AS build

ENV TERM xterm

Check warning on line 3 in v12/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 4 in v12/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-armhf && \
chmod +x /tmp/su-exec

FROM arm32v7/debian:12@sha256:1c7160e2d494e213e98e1bd1a8c76a78b24eb297ccd8a067e91de3cb0e2adde9
FROM arm32v7/debian:12@sha256:e8ef33b9b7b1decf574780daf4a06b2b99046164fe7879aceac6aa5ca09e2b7a

ENV CRON_ENABLED false

Check warning on line 35 in v12/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV TERM xterm

Check warning on line 36 in v12/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down
4 changes: 2 additions & 2 deletions v12/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/debian:12@sha256:a4c3d7c0dac56884872b652a7467b5ed06fef552682ce67519a11c1e8900d313 AS build
FROM arm64v8/debian:12@sha256:eecb88f92f9f4e3e0b1ccef4f7db9f95b577d64f15a73e33243604484001a7fd AS build

ENV TERM xterm

Check warning on line 3 in v12/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 4 in v12/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-arm64 && \
chmod +x /tmp/su-exec

FROM arm64v8/debian:12@sha256:a4c3d7c0dac56884872b652a7467b5ed06fef552682ce67519a11c1e8900d313
FROM arm64v8/debian:12@sha256:eecb88f92f9f4e3e0b1ccef4f7db9f95b577d64f15a73e33243604484001a7fd

ENV CRON_ENABLED false

Check warning on line 35 in v12/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV TERM xterm

Check warning on line 36 in v12/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down

0 comments on commit 6116cad

Please sign in to comment.