build script to create the runner container.

This commit is contained in:
Cyteen May 2020-02-18 19:57:17 +00:00
parent 7bf86353c4
commit dae04f161b
2 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,5 @@ conflict with git-buildpackage, so this image should help things.
It should also provide a local cache of the base packages needed to
run git-buildpackage builds.
Change the image name in build.sh to create a local image.

2
build.sh Normal file
View File

@ -0,0 +1,2 @@
docker build -t cyteen/generic-package-build-runner:latest -t cyteen/generic-package-build-runner:v1 -f ./Dockerfile .