Skip to content

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

@UncleIgor

Description

@UncleIgor

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 231fa7d (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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions