cloudfoundry / cloudfoundry/bosh-bootloader
use bosh/intergration docker image instead of basing of golang image
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 181
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
at the moment we use golang image
see https://github.com/cloudfoundry/bosh-bootloader/blob/main/ci/dockerfiles/deployment/Dockerfile#L1
i think we should rewrite the docker file so that we can base it of bosh/integration
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ci/dockerfiles/deployment/Dockerfile at line 1 and compare its current golang base with the bosh/integration image named in the issue. Update the Dockerfile to use the requested base image, then verify that the deployment image still builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, dockerfile, go
- Domain
- build-system, devops
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100