diff --git a/.tekton/backfill-redis-pull-request.yaml b/.tekton/backfill-redis-pull-request.yaml index ac15cfb50..253933959 100644 --- a/.tekton/backfill-redis-pull-request.yaml +++ b/.tekton/backfill-redis-pull-request.yaml @@ -16,7 +16,7 @@ metadata: appstudio.openshift.io/application: tas-components-v1-4 appstudio.openshift.io/component: backfill-redis-v1-4 pipelines.appstudio.openshift.io/type: build - name: backfill-redis-on-pull-request + name: backfill-redis-v1-4-on-pull-request namespace: rhtas-tenant spec: params: diff --git a/.tekton/backfill-redis-push.yaml b/.tekton/backfill-redis-push.yaml index dd665f65e..e80091d97 100644 --- a/.tekton/backfill-redis-push.yaml +++ b/.tekton/backfill-redis-push.yaml @@ -16,7 +16,7 @@ metadata: appstudio.openshift.io/application: tas-components-v1-4 appstudio.openshift.io/component: backfill-redis-v1-4 pipelines.appstudio.openshift.io/type: build - name: backfill-redis-on-push + name: backfill-redis-v1-4-on-push namespace: rhtas-tenant spec: params: diff --git a/.tekton/rekor-cli-pull-request.yaml b/.tekton/rekor-cli-pull-request.yaml index 8dc416b53..3eafd932f 100644 --- a/.tekton/rekor-cli-pull-request.yaml +++ b/.tekton/rekor-cli-pull-request.yaml @@ -16,7 +16,7 @@ metadata: appstudio.openshift.io/application: tas-tools-v1-4 appstudio.openshift.io/component: rekor-cli-v1-4 pipelines.appstudio.openshift.io/type: build - name: rekor-cli-on-pull-request + name: rekor-cli-v1-4-on-pull-request namespace: rhtas-tenant spec: params: diff --git a/.tekton/rekor-cli-push.yaml b/.tekton/rekor-cli-push.yaml index b334ec9ab..4dc341e21 100644 --- a/.tekton/rekor-cli-push.yaml +++ b/.tekton/rekor-cli-push.yaml @@ -16,7 +16,7 @@ metadata: appstudio.openshift.io/application: tas-tools-v1-4 appstudio.openshift.io/component: rekor-cli-v1-4 pipelines.appstudio.openshift.io/type: build - name: rekor-cli-on-push + name: rekor-cli-v1-4-on-push namespace: rhtas-tenant spec: params: diff --git a/.tekton/rekor-cli-stack-pull-request.yaml b/.tekton/rekor-cli-stack-pull-request.yaml index f6ef19036..45bad3070 100644 --- a/.tekton/rekor-cli-stack-pull-request.yaml +++ b/.tekton/rekor-cli-stack-pull-request.yaml @@ -13,7 +13,7 @@ metadata: appstudio.openshift.io/application: cli-stacks-v1-4 appstudio.openshift.io/component: rekor-cli-stack-v1-4 pipelines.appstudio.openshift.io/type: build - name: rekor-cli-stack-on-pull-request + name: rekor-cli-stack-v1-4-on-pull-request namespace: rhtas-tenant spec: params: diff --git a/.tekton/rekor-cli-stack-push.yaml b/.tekton/rekor-cli-stack-push.yaml index f9726cb87..7c6a6f5d1 100644 --- a/.tekton/rekor-cli-stack-push.yaml +++ b/.tekton/rekor-cli-stack-push.yaml @@ -12,7 +12,7 @@ metadata: appstudio.openshift.io/application: cli-stacks-v1-4 appstudio.openshift.io/component: rekor-cli-stack-v1-4 pipelines.appstudio.openshift.io/type: build - name: rekor-cli-stack-on-push + name: rekor-cli-stack-v1-4-on-push namespace: rhtas-tenant spec: params: diff --git a/.tekton/rekor-server-pull-request.yaml b/.tekton/rekor-server-pull-request.yaml index 02d171be5..ef2fe9c79 100644 --- a/.tekton/rekor-server-pull-request.yaml +++ b/.tekton/rekor-server-pull-request.yaml @@ -16,7 +16,7 @@ metadata: appstudio.openshift.io/application: tas-components-v1-4 appstudio.openshift.io/component: rekor-server-v1-4 pipelines.appstudio.openshift.io/type: build - name: rekor-server-on-pull-request + name: rekor-server-v1-4-on-pull-request namespace: rhtas-tenant spec: params: diff --git a/.tekton/rekor-server-push.yaml b/.tekton/rekor-server-push.yaml index 9b55c049d..6293a56ab 100644 --- a/.tekton/rekor-server-push.yaml +++ b/.tekton/rekor-server-push.yaml @@ -16,7 +16,7 @@ metadata: appstudio.openshift.io/application: tas-components-v1-4 appstudio.openshift.io/component: rekor-server-v1-4 pipelines.appstudio.openshift.io/type: build - name: rekor-server-on-push + name: rekor-server-v1-4-on-push namespace: rhtas-tenant spec: params: diff --git a/Dockerfile b/Dockerfile index 476a0c59d..dd9b4ea3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.25.7@sha256:5a79b94c34c299ac0361fbb7c7fca6dc552e166b42341050323fa3ab137d7be9 AS builder +FROM golang:1.26.3@sha256:633d23bf362cb40dd72b4f277288a8929697d77537f9c801b81aeced19b5bdf3 AS builder ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT @@ -31,7 +31,7 @@ RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o RUN go test -c -ldflags "${SERVER_LDFLAGS}" -cover -covermode=count -coverpkg=./... -o rekor-server_test ./cmd/rekor-server # Multi-Stage production build -FROM golang:1.25.7@sha256:5a79b94c34c299ac0361fbb7c7fca6dc552e166b42341050323fa3ab137d7be9 AS deploy +FROM golang:1.26.3@sha256:633d23bf362cb40dd72b4f277288a8929697d77537f9c801b81aeced19b5bdf3 AS deploy # Retrieve the binary from the previous stage COPY --from=builder /opt/app-root/src/rekor-server /usr/local/bin/rekor-server diff --git a/Dockerfile.backfill-redis.rh b/Dockerfile.backfill-redis.rh index 8f7eac249..910313379 100644 --- a/Dockerfile.backfill-redis.rh +++ b/Dockerfile.backfill-redis.rh @@ -1,6 +1,6 @@ # Build stage -FROM registry.redhat.io/ubi9/go-toolset:9.7-1778504036@sha256:2c17ce45c735ad308240139d807eeb22f4499fd90e883634ba5a191779f1ff94 AS build-env +FROM registry.redhat.io/ubi9/go-toolset:9.7-1778604137@sha256:e06a6f4c85c3ca75f64127542449c9770fb885adfb592f987c576d268ac108de AS build-env ENV GOEXPERIMENT=strictfipsruntime ENV CGO_ENABLED=1 diff --git a/Dockerfile.cli-stack.rh b/Dockerfile.cli-stack.rh index c8d1eca8f..021802caa 100644 --- a/Dockerfile.cli-stack.rh +++ b/Dockerfile.cli-stack.rh @@ -3,7 +3,7 @@ FROM --platform=linux/arm64 quay.io/securesign/rekor-cli@sha256:8bad272115b6ac FROM --platform=linux/ppc64le quay.io/securesign/rekor-cli@sha256:5b4cfc9a75b6280f71623e2dbc554b14c01b23cc34d636f8ef79a9e41e3a8e03 AS build-ppc64le FROM --platform=linux/s390x quay.io/securesign/rekor-cli@sha256:794e55323b2ad900b2e9cd4045a79c18581ceac40406e09ec6c94ed7441d43e2 AS build-s390x -FROM registry.redhat.io/ubi9/go-toolset:9.7-1778504036@sha256:2c17ce45c735ad308240139d807eeb22f4499fd90e883634ba5a191779f1ff94 AS packager +FROM registry.redhat.io/ubi9/go-toolset:9.7-1778604137@sha256:e06a6f4c85c3ca75f64127542449c9770fb885adfb592f987c576d268ac108de AS packager USER root RUN mkdir -p /binaries diff --git a/Dockerfile.rekor-cli.rh b/Dockerfile.rekor-cli.rh index 6491244e4..cc1d96e91 100644 --- a/Dockerfile.rekor-cli.rh +++ b/Dockerfile.rekor-cli.rh @@ -1,5 +1,5 @@ #Build stage# -FROM registry.redhat.io/ubi9/go-toolset:9.7-1778504036@sha256:2c17ce45c735ad308240139d807eeb22f4499fd90e883634ba5a191779f1ff94 AS build-env +FROM registry.redhat.io/ubi9/go-toolset:9.7-1778604137@sha256:e06a6f4c85c3ca75f64127542449c9770fb885adfb592f987c576d268ac108de AS build-env ENV APP_ROOT=/opt/app-root \ GOPATH=/opt/app-root \ CGO_ENABLED=1 \ diff --git a/Dockerfile.rekor-server.rh b/Dockerfile.rekor-server.rh index d2bded235..43213218d 100644 --- a/Dockerfile.rekor-server.rh +++ b/Dockerfile.rekor-server.rh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.redhat.io/ubi9/go-toolset:9.7-1778504036@sha256:2c17ce45c735ad308240139d807eeb22f4499fd90e883634ba5a191779f1ff94 AS build-env +FROM registry.redhat.io/ubi9/go-toolset:9.7-1778604137@sha256:e06a6f4c85c3ca75f64127542449c9770fb885adfb592f987c576d268ac108de AS build-env RUN mkdir -p /opt/app-root && mkdir -p /opt/app-root/src && mkdir -p /opt/app-root/src/cmd && mkdir -p /opt/app-root/src/pkg && git config --global --add safe.directory /opt/app-root/src diff --git a/Dockerfile.trillian-log-server b/Dockerfile.trillian-log-server index 4783559b2..832d95aef 100644 --- a/Dockerfile.trillian-log-server +++ b/Dockerfile.trillian-log-server @@ -14,7 +14,7 @@ FROM ghcr.io/sigstore/scaffolding/trillian_log_server:v1.7.2@sha256:d953a8eb3f9311e55ebee754de234f1f63e4db2d5e76c15326c288fb0887bb11 AS server -FROM golang:1.25.7@sha256:5a79b94c34c299ac0361fbb7c7fca6dc552e166b42341050323fa3ab137d7be9 AS deploy +FROM golang:1.26.3@sha256:633d23bf362cb40dd72b4f277288a8929697d77537f9c801b81aeced19b5bdf3 AS deploy COPY --from=server /ko-app/trillian_log_server /usr/local/bin/trillian-log-server diff --git a/Dockerfile.trillian-log-signer b/Dockerfile.trillian-log-signer index 4cd095bfe..eb97af572 100644 --- a/Dockerfile.trillian-log-signer +++ b/Dockerfile.trillian-log-signer @@ -14,7 +14,7 @@ FROM ghcr.io/sigstore/scaffolding/trillian_log_signer:v1.7.2@sha256:51631983a7e6f0b3faeb188c590e65b9793a6a6617e0631f8b4fd68e98d0460e AS server -FROM golang:1.25.7@sha256:5a79b94c34c299ac0361fbb7c7fca6dc552e166b42341050323fa3ab137d7be9 AS deploy +FROM golang:1.26.3@sha256:633d23bf362cb40dd72b4f277288a8929697d77537f9c801b81aeced19b5bdf3 AS deploy COPY --from=server /ko-app/trillian_log_signer /usr/local/bin/trillian-log-signer