Skip to content

Commit

Permalink
Fixed cosign #2213
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jan 2, 2024
1 parent 357a1d0 commit 299bbe7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/cosign/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#syntax=docker/dockerfile:1.6.0

FROM ghcr.io/uniget-org/tools/base:latest AS cosign-bootstrap
FROM nicholasdille/ubuntu:22.04 AS cosign-bootstrap
COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
/etc/profile.d/ \
/etc/profile.d/
SHELL [ "bash", "-clo", "errexit" ]
ARG TARGETPLATFORM
# renovate: datasource=github-releases depName=sigstore/cosign
ARG COSIGN_VERSION=2.1.1
Expand Down

0 comments on commit 299bbe7

Please sign in to comment.