nginx-s3-gateway
                                
                                 nginx-s3-gateway copied to clipboard
                                
                                    nginx-s3-gateway copied to clipboard
                            
                            
                            
                        The Dockerfile.latest-njs file contains an incorrect URL in the FROM statement
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
- git clone https://github.com/nginxinc/nginx-s3-gateway.git
- cd nginx-s3-gateway
- 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.