Skip to content

Commit

Permalink
chore(deps): update docker digests (#339)
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 Nov 12, 2024
1 parent 9a11ebc commit 9810b7f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
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:6e3a19b773c17e0e5cdb12d96213eb6fd8f21b15211a41d80af571e7d3e4212e AS build
FROM arm32v7/debian:11@sha256:225f5403fa1470105ebd51d5471f9fb6198feb618d6244fb0f16375699526f69 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:6e3a19b773c17e0e5cdb12d96213eb6fd8f21b15211a41d80af571e7d3e4212e
FROM arm32v7/debian:11@sha256:225f5403fa1470105ebd51d5471f9fb6198feb618d6244fb0f16375699526f69

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:9474a8086a501d13c0ec19aa8059b20c7ed3ed7809955ac46ee865e9e12037dd AS build
FROM arm64v8/debian:11@sha256:b22099a4a94d103abe39d9fef9f52d1d7ec27606be2baf98fa68fdcc9b7de9e9 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:9474a8086a501d13c0ec19aa8059b20c7ed3ed7809955ac46ee865e9e12037dd
FROM arm64v8/debian:11@sha256:b22099a4a94d103abe39d9fef9f52d1d7ec27606be2baf98fa68fdcc9b7de9e9

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.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/debian:11@sha256:6e3a19b773c17e0e5cdb12d96213eb6fd8f21b15211a41d80af571e7d3e4212e AS build
FROM arm32v7/debian:11@sha256:225f5403fa1470105ebd51d5471f9fb6198feb618d6244fb0f16375699526f69 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:6e3a19b773c17e0e5cdb12d96213eb6fd8f21b15211a41d80af571e7d3e4212e
FROM arm32v7/debian:11@sha256:225f5403fa1470105ebd51d5471f9fb6198feb618d6244fb0f16375699526f69

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:9474a8086a501d13c0ec19aa8059b20c7ed3ed7809955ac46ee865e9e12037dd AS build
FROM arm64v8/debian:11@sha256:b22099a4a94d103abe39d9fef9f52d1d7ec27606be2baf98fa68fdcc9b7de9e9 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:9474a8086a501d13c0ec19aa8059b20c7ed3ed7809955ac46ee865e9e12037dd
FROM arm64v8/debian:11@sha256:b22099a4a94d103abe39d9fef9f52d1d7ec27606be2baf98fa68fdcc9b7de9e9

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.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/debian:12@sha256:7e9ac11ac1b596a03b243104325e1bfcc3feca2f6b3d99f85333e0b6469dae2f AS build
FROM arm32v7/debian:12@sha256:d3499ffd4d9b01c9a6ab8e335e4206e3c33759ae331a331b1ad59e5c0aa38304 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:7e9ac11ac1b596a03b243104325e1bfcc3feca2f6b3d99f85333e0b6469dae2f
FROM arm32v7/debian:12@sha256:d3499ffd4d9b01c9a6ab8e335e4206e3c33759ae331a331b1ad59e5c0aa38304

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:e26c1d5f2e7681a068e30be859417e4cb0250bdc20a53c3b833d809ca0aab06c AS build
FROM arm64v8/debian:12@sha256:5795f37ddefb542232b211e833f8199b7fe2105f95ed653f16c3d0dfe7ece2d9 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:e26c1d5f2e7681a068e30be859417e4cb0250bdc20a53c3b833d809ca0aab06c
FROM arm64v8/debian:12@sha256:5795f37ddefb542232b211e833f8199b7fe2105f95ed653f16c3d0dfe7ece2d9

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 9810b7f

Please sign in to comment.