From 635f382ac92b3444703209143e6482532d450853 Mon Sep 17 00:00:00 2001 From: Varac Date: Tue, 29 Aug 2017 20:20:44 +0200 Subject: Remove dockerfiles, they moved into their projects --- docker/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 docker/README.md (limited to 'docker/README.md') diff --git a/docker/README.md b/docker/README.md deleted file mode 100644 index 454a681..0000000 --- a/docker/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Build new image - -As an example we build a new version of the `leap:jessie` base image: - - REGISTRY="0xacab.org:4567" - REGISTRY_PATH="${REGISTRY}/leap/gitlab-buildpackage" - IMAGE='jessie_amd64' - - cd $IMAGE - docker ${DOCKER_OPTS} build ${DOCKER_BUILD_OPTS} -t ${REGISTRY_PATH}:${IMAGE} . - -## Package upgrades - -Sometimes you need to upgrade packages in the base image, -so this is not done on every build, i.e. when security updates -are available. -Disable caching and build new images with: - - export DOCKER_BUILD_OPTS="--no-cache" - -## Push images - - docker login --username=varac 0xacab.org:4567 - docker ${DOCKER_OPTS} push ${REGISTRY_PATH}:${IMAGE} -- cgit v1.2.3