Sfoglia il codice sorgente

the build cache is too agressive, and I am regularly getting builds using an old version - forcing the issue

Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
SvenDowideit 11 anni fa
parent
commit
3853a9c612
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      docs/Dockerfile

+ 3 - 0
docs/Dockerfile

@@ -16,6 +16,9 @@ RUN	pip install mkdocs
 # this version works, the current versions fail in different ways
 # this version works, the current versions fail in different ways
 RUN	pip install awscli==1.3.9
 RUN	pip install awscli==1.3.9
 
 
+# make sure the git clone is not an old cache - we've published old versions a few times now
+ENV	CACHE_BUST Jul2014
+
 # get my sitemap.xml branch of mkdocs and use that for now
 # get my sitemap.xml branch of mkdocs and use that for now
 RUN	git clone https://github.com/SvenDowideit/mkdocs	&&\
 RUN	git clone https://github.com/SvenDowideit/mkdocs	&&\
 	cd mkdocs/						&&\
 	cd mkdocs/						&&\