mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 20:03:18 +02:00
try pinning docker dependency (#3185)
* try pinning docker dependency * pin deps
This commit is contained in:
parent
4a0780969f
commit
75a037b901
10 changed files with 26 additions and 27 deletions
6
.github/Dockerfile-release-debug
vendored
6
.github/Dockerfile-release-debug
vendored
|
@ -1,14 +1,14 @@
|
|||
# build our own root trust store from current stable
|
||||
FROM debian:stable as casource
|
||||
FROM debian:stable@sha256:1c3446475ac28a9f42a4627d8945d7bed88b8128b5850b61c5890ff47f317681 as casource
|
||||
RUN apt-get update && apt-get install -y ca-certificates
|
||||
# Remove expired root (https://github.com/pomerium/pomerium/issues/2653)
|
||||
RUN rm /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt && update-ca-certificates
|
||||
|
||||
|
||||
FROM busybox:latest as build
|
||||
FROM busybox:latest@sha256:caa382c432891547782ce7140fb3b7304613d3b0438834dce1cad68896ab110a as build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base-debian10:debug-${TARGETARCH:-amd64}
|
||||
FROM gcr.io/distroless/base:latest@sha256:b0216a38315e7d4e14a70338f4bcfdf622bcd2ca2f3fcb48de446c4bb51f7243
|
||||
ENV AUTOCERT_DIR /data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY pomerium /bin/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue