summaryrefslogtreecommitdiffstats
path: root/build/docker/.gitignore
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-10-01 19:14:51 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-10-06 13:22:35 +0000
commit36b33da56ba61efd1f8550d1996ed86a809bb323 (patch)
tree18dff059888208162f8e5a2595f6b3ccf41874c5 /build/docker/.gitignore
parent4ecd23bbb7287076db2fa704f43c387288cae648 (diff)
build/docker: Reuse tagged image for OPNFV build
During CI build loops, the workspace is freshly fetched, so '.docker' make target is built each time. Reuse existing 'opnfv.org/ubuntu-builder:14.04' tag if present, but enforce a configurable lifespan for this tag (currently 1 day), so it does not get stale. JIRA: FUEL-204 Change-Id: I8d1bd81f3e5e81068e9586c9bea9f43b3327eb38 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 638d832527012531b506ec0ba40b297c41bfda0e)
Diffstat (limited to 'build/docker/.gitignore')
-rw-r--r--build/docker/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/docker/.gitignore b/build/docker/.gitignore
new file mode 100644
index 000000000..2585910ce
--- /dev/null
+++ b/build/docker/.gitignore
@@ -0,0 +1,2 @@
+.docker*
+ubuntu-builder/Dockerfile