nginx-s3-gateway icon indicating copy to clipboard operation
nginx-s3-gateway copied to clipboard

The Dockerfile.latest-njs file contains an incorrect URL in the FROM statement

Open UncleIgor opened this issue 1 year ago • 1 comments

The Dockerfile.latest-njs file contains an incorrect URL in the FROM statement.

Dockerfile.latest-njs:4 | >>> FROM nginx-s3-gateway

ERROR: failed to solve: nginx-s3-gateway: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

To Reproduce

  1. git clone https://github.com/nginxinc/nginx-s3-gateway.git
  2. cd nginx-s3-gateway
  3. docker build -t build_x -f Dockerfile.latest-njs .

Environment

commit 231fa7d0a2af33f80dd398d309c24eaee943467c (HEAD -> master, origin/master, origin/HEAD)

Additional context

The issue can be resolved by updating the URL in the FROM block from nginx-s3-gateway to nginxinc/nginx-s3-gateway.

UncleIgor avatar Dec 31 '23 10:12 UncleIgor