-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
dockerPull requests that update Docker codePull requests that update Docker codegood first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement
Description
Requirement
We would like to have less clutter in the root of the repository
Problem
The docker/
directory contains just two docker files that are used during CI to build images
Proposal
- Move
docker
dir underscripts/build
- Update all references in the repository to match the new location
$ rg 'docker/(base|debug)'
Makefile
34: -not -path './docker/debug/*' \
scripts/makefiles/Docker.mk
16: docker/base
23: docker/debug
30: docker/base
scripts/lint/check-go-version.sh
97:check docker/debug/Dockerfile "^.*golang:$version_regex" "$go_latest_version"
Open questions
No response
Metadata
Metadata
Assignees
Labels
dockerPull requests that update Docker codePull requests that update Docker codegood first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement