mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Update archives.yml for 18.03
This commit is contained in:
committed by
Gwendolynne Barr
parent
2274757064
commit
bb1b53897c
@@ -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;'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user