Skip to content

Commit

Permalink
Merge pull request #31808 from vespa-engine/aressem/skip-verification
Browse files Browse the repository at this point in the history
Temporarily skip verification due to broken image construction process.
  • Loading branch information
Arnstein Ressem authored Jul 2, 2024
2 parents 5d2af29 + 4dd09f1 commit c1e7fff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions screwdriver/release-container-image-crane.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ fi
crane auth login -u aressem -p $GHCR_DEPLOY_TOKEN ghcr.io
SRC_IMAGE=ghcr.io/vespa-engine/vespa-preview:$VESPA_VERSION
SRC_IMAGE_DIGEST=$(crane digest $SRC_IMAGE)
cosign verify \
--certificate-identity https://buildkite.com/vespaai/vespa-engine-vespa \
--certificate-oidc-issuer https://agent.buildkite.com \
$SRC_IMAGE@$SRC_IMAGE_DIGEST
#cosign verify \
# --certificate-identity https://buildkite.com/vespaai/vespa-engine-vespa \
# --certificate-oidc-issuer https://agent.buildkite.com \
# $SRC_IMAGE@$SRC_IMAGE_DIGEST

# Copy to Docker Hub
if curl -fsSL https://hub.docker.com/v2/repositories/vespaengine/vespa/tags/$VESPA_VERSION &> /dev/null; then
Expand Down

0 comments on commit c1e7fff

Please sign in to comment.