nginx/nginx-s3-gateway

Build failing due to GPG key again

Closed this issue · 5 comments

Bug Overview

Trying to build the OSS Dockerfile fails.
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2FD21310B49F6B46

This occurs on the main branch, as seen here: https://github.com/nginx/nginx-s3-gateway/actions/runs/16254882387

Expected Behavior

Expectation is that the Dockerfile.oss produces an image.

Steps to Reproduce the Bug

docker build --pull --rm -f "Dockerfile.oss" -t nginxs3gateway:latest "."

Environment Details

  • Commit/Tag (if building the NGINX S3 gateway from source): feea40c
  • Version of NGINX Open Source or NGINX Plus: OSS

Additional Context

No response

Hello @dotJoel and thanks for raising this issue. The problem is the same as fixed in nginx/docker-nginx@0b49b8b - will create a PR to address this.

In fact I think #422 should cover it.

I'll prepare the changes for NGINX Plus, though.

The changes for Plus are in #426

The version tag from #422 does fix it in my private fork as well.
Thanks @thresheek

Should be fixed!