hashicorp / hashicorp/consul-template
./dist/ directory not found
Open
- Dominant language
- Go
- Stars
- 4.8k
- Forks
- 801
- Avg merge
- 4h 5m
- Merged PRs (30d)
- 6
Description
# where the build system stores the builds
COPY ./dist/$TARGETOS/$TARGETARCH/$BIN_NAME /bin/
not able to find ./dist directory in the repository as per the command mentioned in dockerfile
Contributor guide
Research direction
Start with the Dockerfile command shown in the issue and inspect how the repository produces release builds and names the dist output. Verify whether the expected ./dist/$TARGETOS/$TARGETARCH/$BIN_NAME path is generated during the documented build process. Done means the Docker build can resolve the referenced binary path, or the issue clearly documents the correct path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dockerfile, go
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100