Skip to content

Commit

Permalink
chore(deps): update docker digests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent e9ee9e6 commit 66607a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 AS build
FROM ubuntu:22.04@sha256:1f3825f80594c3155801e74c17a60910b43d3804e19fe6f64f04269872f25299 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 --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:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658
FROM ubuntu:22.04@sha256:1f3825f80594c3155801e74c17a60910b43d3804e19fe6f64f04269872f25299

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.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ubuntu:22.04@sha256:d174844cad059080ac551111ccd311d18f0a97ec562c28b3a3189f99e0ff1256 AS build
FROM arm64v8/ubuntu:22.04@sha256:7c75ab2b0567edbb9d4834a2c51e462ebd709740d1f2c40bcd23c56e974fe2a8 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 --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:d174844cad059080ac551111ccd311d18f0a97ec562c28b3a3189f99e0ff1256
FROM arm64v8/ubuntu:22.04@sha256:7c75ab2b0567edbb9d4834a2c51e462ebd709740d1f2c40bcd23c56e974fe2a8

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 v22.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 AS build
FROM ubuntu:22.04@sha256:1f3825f80594c3155801e74c17a60910b43d3804e19fe6f64f04269872f25299 AS build

ENV TERM xterm

Check warning on line 3 in v22.04/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 v22.04/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 --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:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658
FROM ubuntu:22.04@sha256:1f3825f80594c3155801e74c17a60910b43d3804e19fe6f64f04269872f25299

ENV CRON_ENABLED false

Check warning on line 35 in v22.04/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 v22.04/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 v22.04/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ubuntu:22.04@sha256:d174844cad059080ac551111ccd311d18f0a97ec562c28b3a3189f99e0ff1256 AS build
FROM arm64v8/ubuntu:22.04@sha256:7c75ab2b0567edbb9d4834a2c51e462ebd709740d1f2c40bcd23c56e974fe2a8 AS build

ENV TERM xterm

Check warning on line 3 in v22.04/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 v22.04/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 --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:d174844cad059080ac551111ccd311d18f0a97ec562c28b3a3189f99e0ff1256
FROM arm64v8/ubuntu:22.04@sha256:7c75ab2b0567edbb9d4834a2c51e462ebd709740d1f2c40bcd23c56e974fe2a8

ENV CRON_ENABLED false

Check warning on line 35 in v22.04/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 v22.04/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 66607a7

Please sign in to comment.