Files
docker-docs/_data/docsarchive/archives.yaml
Sebastiaan van Stijn c78b3bee78 Reduce list of archives to supported enterprise versions
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>
2020-02-25 17:15:22 +01:00

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