From bb1b53897c2e32e24bea5ee2c7ea176bd3113bdd Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Thu, 22 Mar 2018 15:27:39 -0700 Subject: [PATCH] Update archives.yml for 18.03 --- Dockerfile | 3 ++- _data/docsarchive/archives.yaml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f60fdf4df9..63fb4211906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,6 +79,7 @@ COPY --from=docs/docker.github.io:v1.13 ${TARGET} ${TARGET} COPY --from=docs/docker.github.io:v17.03 ${TARGET} ${TARGET} COPY --from=docs/docker.github.io:v17.06 ${TARGET} ${TARGET} COPY --from=docs/docker.github.io:v17.09 ${TARGET} ${TARGET} +COPY --from=docs/docker.github.io:v17.12 ${TARGET} ${TARGET} # Get the built docs output from the previous build stage # This ordering means all previous layers can come from cache unless an archive @@ -87,4 +88,4 @@ COPY --from=docs/docker.github.io:v17.09 ${TARGET} ${TARGET} COPY --from=builder ${TARGET} ${TARGET} # Serve the site (target), which is now all static HTML -CMD echo -e "Docker docs are viewable at:\nhttp://0.0.0.0:4000"; exec nginx -g 'daemon off;' \ No newline at end of file +CMD echo -e "Docker docs are viewable at:\nhttp://0.0.0.0:4000"; exec nginx -g 'daemon off;' diff --git a/_data/docsarchive/archives.yaml b/_data/docsarchive/archives.yaml index 155400b6327..f51b6dcf945 100644 --- a/_data/docsarchive/archives.yaml +++ b/_data/docsarchive/archives.yaml @@ -1,5 +1,5 @@ - archive: - name: v17.12 + name: v18.03 image: docs/docker.github.io:latest current: true # When you make a new stable archive version, move the edge one to be second in @@ -7,6 +7,9 @@ - archive: name: edge image: docs/docker.github.io:latest +- archive: + name: v17.12 + image: docs/docker.github.io:v17.12 - archive: name: v17.09 image: docs/docker.github.io:v17.09