Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
Draft
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 3/debian11/3.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM marketplace.gcr.io/google/c2d-debian11

# grab gosu for easy step-down from root
ENV GOSU_VERSION 1.16
ENV GOSU_VERSION
RUN set -x \
&& apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
Expand All @@ -28,7 +28,7 @@ RUN set -x \
hkp://p80.pool.sks-keyservers.net:80 \
hkp://keyserver.ubuntu.com:80 \
; do \
gpg --no-tty --keyserver $server --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
gpg --no-tty --keyserver $server --recv-keys \
&& found="yes" && break; \
done; test -n "$found" \
&& gpg --no-tty --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
Expand Down
4 changes: 2 additions & 2 deletions 3/debian11/3.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM marketplace.gcr.io/google/c2d-debian11

# grab gosu for easy step-down from root
ENV GOSU_VERSION 1.16
ENV GOSU_VERSION
RUN set -x \
&& apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
Expand All @@ -28,7 +28,7 @@ RUN set -x \
hkp://p80.pool.sks-keyservers.net:80 \
hkp://keyserver.ubuntu.com:80 \
; do \
gpg --no-tty --keyserver $server --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
gpg --no-tty --keyserver $server --recv-keys \
&& found="yes" && break; \
done; test -n "$found" \
&& gpg --no-tty --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
Expand Down
6 changes: 0 additions & 6 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ versions:
- dir: 3/debian11/3.12
from: marketplace.gcr.io/google/c2d-debian11
packages:
gosu:
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
version: '1.16'
otp:
version: 25.1.2
rabbitmq:
Expand All @@ -43,9 +40,6 @@ versions:
- dir: 3/debian11/3.11
from: marketplace.gcr.io/google/c2d-debian11
packages:
gosu:
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
version: '1.16'
otp:
version: 25.1.2
rabbitmq:
Expand Down