build-image
build-image copied to clipboard
Improve dev tools for running Docker image
- [ ] If possible, fix the
build-image'sJenkinsfileso we always push the current release of thexenialbranch tolatest. - [ ] Allow passing a tag to
start-image.sheither through an environment variable or another CLI argument and have the script start that Docker tag. It will default toxenial. - [ ] Add two scripts,
start-xenial.shandstart-trusty.sh, that pull the specific Docker imagesnetlify/build:xenialandnetlify/build:trustyfrom Docker Hub and run them usingstart-image.sh. - [ ] Document all the above in README.md.
See also https://community.netlify.com/t/python-support-needs-to-improve/9617/8. See also https://github.com/netlify/build-image/issues/362 which is relevant to that discussion.