nginx / nginx/docker-nginx

Version nginx:1.19.7-alpine, DNS issue ‘bad address’

Open
#508 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
3.5k
Forks
1.8k
Avg merge
42m
Merged PRs (30d)
2

Description

Docker version 19.03.13
System Version: macOS 11.2.1

Dockerfile:

FROM nginx:1.19.7-alpine

RUN wget https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-linux-amd64 

Docker build:

RUN wget https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-linux-amd64
 ---> Running in a2bb74c3e032
wget: bad address 'github.com'

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Dockerfile shown in the issue, especially the nginx:1.19.7-alpine base image and the wget command that reports a bad address for github.com. Reproduce the Docker build with the listed Docker and macOS versions, then determine whether the failure is specific to the image or build environment; done means the command resolves github.com successfully or the cause is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, nginx
Domain
infrastructure
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.