mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Docker Enterprise actively supports the 17.06, 18.03, 18.09, and 19.03 versions, with 17.06 and 18.03 reaching EOL soon. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
16 lines
425 B
YAML
16 lines
425 B
YAML
- archive:
|
|
name: v19.03
|
|
image: docs/docker.github.io:latest
|
|
current: true
|
|
# When you make a new stable archive version, create a new entry below with the
|
|
# appropriate docker image. The current release should always be latest.
|
|
- archive:
|
|
name: v18.09
|
|
image: docs/docker.github.io:v18.09
|
|
- archive:
|
|
name: v18.03
|
|
image: docs/docker.github.io:v18.03
|
|
- archive:
|
|
name: v17.06
|
|
image: docs/docker.github.io:v17.06
|