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] committed Sep 7, 2024
1 parent 59e840b commit d4982b6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions v3.17/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.17@sha256:465ecee0e81c04ecc3ca5430a59dfe0b6e23097f0cba4b19147be4d982df1dea AS build
FROM arm32v6/alpine:3.17@sha256:52e2ca530e070bbe8a14accf42840916108a9116e806acd56bf83c2cdf803354 AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,7 +14,7 @@ ENV GOMPLATE_VERSION=4.1.0
RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \
chmod +x /tmp/gomplate

FROM arm32v6/alpine:3.17@sha256:465ecee0e81c04ecc3ca5430a59dfe0b6e23097f0cba4b19147be4d982df1dea
FROM arm32v6/alpine:3.17@sha256:52e2ca530e070bbe8a14accf42840916108a9116e806acd56bf83c2cdf803354

ENV CRON_ENABLED false

Check warning on line 19 in v3.17/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 20 in v3.17/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 v3.17/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.17@sha256:c677bb308d501faf2f972113e211b62a502f9d26e5ac2c6b2ce12ed841f6f4e1 AS build
FROM arm64v8/alpine:3.17@sha256:8e3f310e3b144864db0697b62e020c09d548d6aea179f30e6836e6955ed100f0 AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,7 +14,7 @@ ENV GOMPLATE_VERSION=4.1.0
RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate

FROM arm64v8/alpine:3.17@sha256:c677bb308d501faf2f972113e211b62a502f9d26e5ac2c6b2ce12ed841f6f4e1
FROM arm64v8/alpine:3.17@sha256:8e3f310e3b144864db0697b62e020c09d548d6aea179f30e6836e6955ed100f0

ENV CRON_ENABLED false

Check warning on line 19 in v3.17/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 20 in v3.17/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 v3.18/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.18@sha256:45aa73ea66ab03749dc3a48efbf07a49534071c4477c36eab45894eeb727fab3 AS build
FROM arm32v6/alpine:3.18@sha256:dbd033169298a23d01eec8c4f76500ce5c2a79eb94e9554ae88fa38806235610 AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,7 +14,7 @@ ENV GOMPLATE_VERSION=4.1.0
RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \
chmod +x /tmp/gomplate

FROM arm32v6/alpine:3.18@sha256:45aa73ea66ab03749dc3a48efbf07a49534071c4477c36eab45894eeb727fab3
FROM arm32v6/alpine:3.18@sha256:dbd033169298a23d01eec8c4f76500ce5c2a79eb94e9554ae88fa38806235610

ENV CRON_ENABLED false

Check warning on line 19 in v3.18/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 20 in v3.18/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 v3.18/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.18@sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c AS build
FROM arm64v8/alpine:3.18@sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,7 +14,7 @@ ENV GOMPLATE_VERSION=4.1.0
RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate

FROM arm64v8/alpine:3.18@sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c
FROM arm64v8/alpine:3.18@sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b

ENV CRON_ENABLED false

Check warning on line 19 in v3.18/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 20 in v3.18/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 v3.19/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.19@sha256:3efde5ff7038d5d14b480ea4182c92a8e5e706f01475318393838e61020b2e17 AS build
FROM arm32v6/alpine:3.19@sha256:ac81a83e76e01b7521331dc86045474d8dc97dfc89b8b68129fa81ddcd67254d AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,7 +14,7 @@ ENV GOMPLATE_VERSION=4.1.0
RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \
chmod +x /tmp/gomplate

FROM arm32v6/alpine:3.19@sha256:3efde5ff7038d5d14b480ea4182c92a8e5e706f01475318393838e61020b2e17
FROM arm32v6/alpine:3.19@sha256:ac81a83e76e01b7521331dc86045474d8dc97dfc89b8b68129fa81ddcd67254d

ENV CRON_ENABLED false

Check warning on line 19 in v3.19/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 20 in v3.19/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 v3.19/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.19@sha256:6f8cacb1dbb6ea4606dfaa23b6b8b1692a4e63cc9c2f91b943cff7deccab8792 AS build
FROM arm64v8/alpine:3.19@sha256:e910e9408f39003d77ec0f83b18c8892d6899c0a8d4d53f35a67596c33ebfa1d AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,7 +14,7 @@ ENV GOMPLATE_VERSION=4.1.0
RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate

FROM arm64v8/alpine:3.19@sha256:6f8cacb1dbb6ea4606dfaa23b6b8b1692a4e63cc9c2f91b943cff7deccab8792
FROM arm64v8/alpine:3.19@sha256:e910e9408f39003d77ec0f83b18c8892d6899c0a8d4d53f35a67596c33ebfa1d

ENV CRON_ENABLED false

Check warning on line 19 in v3.19/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 20 in v3.19/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 d4982b6

Please sign in to comment.