Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker digests #288

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:edge@sha256:baf7ab3de83eb0304033384e57dcc1186d0fef3ee45af13c24639ed73af23cff AS build
FROM arm32v6/alpine:edge@sha256:1123c570767013bdc66ff19cc03d2ec38bf13188118995a29fa7f13925657b30 AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,10 +14,10 @@
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:edge@sha256:baf7ab3de83eb0304033384e57dcc1186d0fef3ee45af13c24639ed73af23cff
FROM arm32v6/alpine:edge@sha256:1123c570767013bdc66ff19cc03d2ec38bf13188118995a29fa7f13925657b30

ENV CRON_ENABLED false

Check warning on line 19 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 20 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/

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/entrypoint"]
CMD ["bash"]
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/alpine:edge@sha256:4b27406f6c4ea07b596d7a0ee25e4f9c7b2152ab7ffbbb1817e036d727eabba1 AS build
FROM arm64v8/alpine:edge@sha256:dd5610bad300d1a56c92810a12a300ed2c7834d411f955fcbd590a3084186727 AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,10 +14,10 @@
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:edge@sha256:4b27406f6c4ea07b596d7a0ee25e4f9c7b2152ab7ffbbb1817e036d727eabba1
FROM arm64v8/alpine:edge@sha256:dd5610bad300d1a56c92810a12a300ed2c7834d411f955fcbd590a3084186727

ENV CRON_ENABLED false

Check warning on line 19 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 20 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/

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/entrypoint"]
CMD ["bash"]
Expand Down
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:52e2ca530e070bbe8a14accf42840916108a9116e806acd56bf83c2cdf803354 AS build
FROM arm32v6/alpine:3.17@sha256:e810021457c0bb282d5b70edea18c3fd735a4344ac06420ffc10f2c402e71d7b AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,10 +14,10 @@
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:52e2ca530e070bbe8a14accf42840916108a9116e806acd56bf83c2cdf803354
FROM arm32v6/alpine:3.17@sha256:e810021457c0bb282d5b70edea18c3fd735a4344ac06420ffc10f2c402e71d7b

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/

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/entrypoint"]
CMD ["bash"]
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:8e3f310e3b144864db0697b62e020c09d548d6aea179f30e6836e6955ed100f0 AS build
FROM arm64v8/alpine:3.17@sha256:441b8e810158120a70927bea7bce25eac48906fb6f42bef2c87af95054ec4825 AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,10 +14,10 @@
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:8e3f310e3b144864db0697b62e020c09d548d6aea179f30e6836e6955ed100f0
FROM arm64v8/alpine:3.17@sha256:441b8e810158120a70927bea7bce25eac48906fb6f42bef2c87af95054ec4825

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/

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/entrypoint"]
CMD ["bash"]
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:dbd033169298a23d01eec8c4f76500ce5c2a79eb94e9554ae88fa38806235610 AS build
FROM arm32v6/alpine:3.18@sha256:9036e61b03b17fe3f8b62c16002748455b111e3bd53c7e1019c4060ed69962ea AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,10 +14,10 @@
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:dbd033169298a23d01eec8c4f76500ce5c2a79eb94e9554ae88fa38806235610
FROM arm32v6/alpine:3.18@sha256:9036e61b03b17fe3f8b62c16002748455b111e3bd53c7e1019c4060ed69962ea

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/

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/entrypoint"]
CMD ["bash"]
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:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b AS build
FROM arm64v8/alpine:3.18@sha256:ac4d1336a2cb5e08a9af65a6a2f5117d4ea9d47af3b7140137f47377c9f9586d AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,10 +14,10 @@
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:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b
FROM arm64v8/alpine:3.18@sha256:ac4d1336a2cb5e08a9af65a6a2f5117d4ea9d47af3b7140137f47377c9f9586d

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/

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/entrypoint"]
CMD ["bash"]
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:ac81a83e76e01b7521331dc86045474d8dc97dfc89b8b68129fa81ddcd67254d AS build
FROM arm32v6/alpine:3.19@sha256:b1d2d437c0f67949be32ac832faefbaf22e1d34ee4cd293208bec0cf13d7cfc8 AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,10 +14,10 @@
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:ac81a83e76e01b7521331dc86045474d8dc97dfc89b8b68129fa81ddcd67254d
FROM arm32v6/alpine:3.19@sha256:b1d2d437c0f67949be32ac832faefbaf22e1d34ee4cd293208bec0cf13d7cfc8

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/

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/entrypoint"]
CMD ["bash"]
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:e910e9408f39003d77ec0f83b18c8892d6899c0a8d4d53f35a67596c33ebfa1d AS build
FROM arm64v8/alpine:3.19@sha256:c6bdd50199c708f01d9ee598c5c95f07b57244bdeb83c14470811f8e61773426 AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,10 +14,10 @@
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:e910e9408f39003d77ec0f83b18c8892d6899c0a8d4d53f35a67596c33ebfa1d
FROM arm64v8/alpine:3.19@sha256:c6bdd50199c708f01d9ee598c5c95f07b57244bdeb83c14470811f8e61773426

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/

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/entrypoint"]
CMD ["bash"]
Expand Down
Loading