Restore website-builder Dockerfile or use devcontainer
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 60
- Forks
- 221
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 1
Description
Most of the Github Actions in the website repo use a docker image called buoyantio/website-builder:v1.3.3. However, the Dockerfile that builds this image was removed in https://github.com/linkerd/website/pull/1465
This means that the make docker-build make target is broken and the image used in CI is not reproducible.
We should either restore this Dockerfile, or ideally, just switch to using the Devcontainer in the CI actions.
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 the website repository's GitHub Actions and the make docker-build target, then inspect the Devcontainer configuration and the removed Dockerfile history around pull request 1465. Done means the CI image is reproducible and make docker-build works, or the affected actions consistently use the Devcontainer instead.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions
- Domain
- build-system, ci-cd, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100