Skip to content

Commit

Permalink
Merge pull request #181 from securesign/Update-image-version-main
Browse files Browse the repository at this point in the history
🤖 [main] Update image version in Dockerfiles
  • Loading branch information
tommyd450 authored Sep 2, 2024
2 parents cd39ba3 + a09d877 commit 2c14896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/fulcio-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- $(params.CACHI2_ARTIFACT)=/cachi2
- name: run-tests
image: registry.access.redhat.com/ubi9/go-toolset@sha256:9117a23423cc18eeb14e43221b61bbeafa0e6c364166514553241365eaf6b083
image: registry.access.redhat.com/ubi9/go-toolset@sha256:34492a70838d50a40f72adb126eeaae41d2cb6e054af829d16121da4dc7048e1
workingDir: /var/workdir/source
script: |
#!/usr/bin/env sh
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fulcio-server.rh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN go mod download && \
go build -mod=readonly -o server main.go

# Multi-Stage production build
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:9117a23423cc18eeb14e43221b61bbeafa0e6c364166514553241365eaf6b083 as deploy
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:34492a70838d50a40f72adb126eeaae41d2cb6e054af829d16121da4dc7048e1 as deploy

LABEL description="Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity, such as email address."
LABEL io.k8s.description="Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity, such as email address."
Expand Down

0 comments on commit 2c14896

Please sign in to comment.