summaryrefslogtreecommitdiff
path: root/docker/biboumi/README.rst
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-02-28 23:46:55 +0100
committerlouiz’ <louiz@louiz.org>2017-02-28 23:46:55 +0100
commit90b3c07b6c43215076f2f1eacbfb1335aa714366 (patch)
tree2c98d6e0aa178e1f26e9b32bffba0bea2ed0b04a /docker/biboumi/README.rst
parent58b3345f85e4fff5b133ecfb63456cba9b09604c (diff)
downloadbiboumi-90b3c07b6c43215076f2f1eacbfb1335aa714366.tar.gz
biboumi-90b3c07b6c43215076f2f1eacbfb1335aa714366.tar.bz2
biboumi-90b3c07b6c43215076f2f1eacbfb1335aa714366.tar.xz
biboumi-90b3c07b6c43215076f2f1eacbfb1335aa714366.zip
Revert "Split the biboumi dockerfile into two, to be able to disable the cache"
This reverts commit 26eb28dc2368d14e171201a0c6b76b76b19e1ddc.
Diffstat (limited to 'docker/biboumi/README.rst')
-rw-r--r--docker/biboumi/README.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/docker/biboumi/README.rst b/docker/biboumi/README.rst
index d2e2a7e..f6d529d 100644
--- a/docker/biboumi/README.rst
+++ b/docker/biboumi/README.rst
@@ -76,23 +76,3 @@ The database is stored in the /var/lib/biboumi/ directory. If you don’t bind
a local directory to it, the database will be lost when the container is
stopped. If you want to keep your database between each run, bind it with
the -v option, like this: **-v /srv/biboumi/:/var/lib/biboumi**.
-
-Building
---------
-
-This image is built from 2 Dockerfiles:
-- Dockerfile.base: builds and installs all the dependencies needed to build and run biboumi
-- Dockerfile: builds and installs biboumi itself
-
-The goal is to be able to force the rebuild of biboumi itself (by using
-the --no-cache option) without having to rebuild and install all its
-dependencies.
-
-The build does not require any file in the build context, everything is
-fetched during the build using git or dnf.
-
-To build a biboumi image named “foo/biboumi”, you can run the script:
-
-```
-./build-docker.sh foo/biboumi
-```