Update archives.yml for 18.03

This commit is contained in:
Joao Fernandes 2018-03-22 15:27:39 -07:00 committed by Gwendolynne Barr
parent 2274757064
commit bb1b53897c
2 changed files with 6 additions and 2 deletions

View File

@ -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;'
CMD echo -e "Docker docs are viewable at:\nhttp://0.0.0.0:4000"; exec nginx -g 'daemon off;'

View File

@ -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