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

ENV TERM=xterm
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/r
chmod +x /tmp/su-exec && \
/tmp/su-exec --help >/dev/null

FROM ubuntu:22.04@sha256:ce4a593b4e323dcc3dd728e397e0a866a1bf516a1b7c31d6aa06991baec4f2e0
FROM ubuntu:22.04@sha256:5e5b128eb4ff35ee52687c20d081dcc15b8cb55e113247683f435224fc58b956

ENV CRON_ENABLED=false
ENV TERM=xterm
Expand Down
4 changes: 2 additions & 2 deletions v22.04/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/ubuntu:22.04@sha256:14b8831a4e7b9036898c6b9e7eb46a31b182bb67543a044a4ec92c14eb932e8c AS build
FROM arm32v7/ubuntu:22.04@sha256:2d08afd136f236dc12377b85905a07e34e2dead62cef12f07de3f46abde691ae AS build

ENV TERM=xterm
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/r
chmod +x /tmp/su-exec && \
/tmp/su-exec --help >/dev/null

FROM arm32v7/ubuntu:22.04@sha256:14b8831a4e7b9036898c6b9e7eb46a31b182bb67543a044a4ec92c14eb932e8c
FROM arm32v7/ubuntu:22.04@sha256:2d08afd136f236dc12377b85905a07e34e2dead62cef12f07de3f46abde691ae

ENV CRON_ENABLED=false
ENV TERM=xterm
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:3b836715a1627ad33d00e0b02afcadaddd84d239e1368836ea09a1733cd954f6 AS build
FROM arm64v8/ubuntu:22.04@sha256:fc9b1e380141c6e08655726e230ec1babc597bba86854c4fec62dde9485f9315 AS build

ENV TERM=xterm
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN wget --no-check-certificate -O /tmp/su-exec https://github.com/tianon/gosu/r
chmod +x /tmp/su-exec && \
/tmp/su-exec --help >/dev/null

FROM arm64v8/ubuntu:22.04@sha256:3b836715a1627ad33d00e0b02afcadaddd84d239e1368836ea09a1733cd954f6
FROM arm64v8/ubuntu:22.04@sha256:fc9b1e380141c6e08655726e230ec1babc597bba86854c4fec62dde9485f9315

ENV CRON_ENABLED=false
ENV TERM=xterm
Expand Down
Loading