docs/.template-helpers
Tianon Gravi 15e3853d42 Convert all `stack.yml` to `compose.yaml`
Docker Swarm Mode has been in severely declining usage and maintenance for years now.  Meanwhile, Docker Compose has had quite a lot of changes (notably deprecating the `version:` field required by Swarm / forward compatibility).  As a result, it no longer makes a ton of sense for us to prefer/suggest Swarm usages.

This changes all references to be `compose.yaml` (the upstream-preferred canonical filename: 9a9cc5d9c3/cli/options.go (L384-L385)) directly, leaving "swarm compatibility" as an exercise for the minority of readers who might still need/want it.

Unfortunately, this also means we need to remove all the play-with-docker links (since it only supports stack deploy via URL arguments, not compose), but my experience with that service is that it hasn't been terribly performant for a while, so I don't think this is a huge loss.

(There were also a few trailing references to the long-since-defunct Docker Machine project which have also been cleaned up.)
2025-05-05 15:34:52 -07:00
..
arches.sh Allow tags and architectures to be properly empty 2019-07-03 12:55:47 -07:00
autogenerated-warning.md Fix "deprecated" + autogenerated 2017-03-10 14:19:26 -08:00
compose.md Convert all `stack.yml` to `compose.yaml` 2025-05-05 15:34:52 -07:00
generate-dockerfile-links-partial.sh Apply a couple minor improvements/simplifications to `generate-dockerfile-links-partial.*` 2024-07-05 15:02:53 -07:00
generate-dockerfile-links-partial.tmpl Add newlines between tag groups so they get better line-spacing 2024-07-05 15:15:14 -07:00
get-help.md Update community Slack link 2022-11-04 14:08:19 -07:00
issues.md Adjust GitHub issues URL to include PRs + closed 2023-05-08 14:55:33 -07:00
license-common.md Add an additional common boilerplate to the "License" section of all images 2017-11-01 13:06:07 -07:00
template.md Adjust "label" link/text 2021-01-15 13:41:50 -08:00
variant-alpine.md Adjust variant-alpine wording 2021-03-04 15:55:50 -08:00
variant-default-buildpack-deps.md Update Docker Hub url; also don't match Debian "testing" in tags of other images 2018-10-11 14:11:43 -07:00
variant-default-debian.md Adjust "repo:<version>" text ordering to more explicitly recommend "-suite" variants 2019-09-13 12:56:07 -07:00
variant-default-ubuntu.md Adjust "repo:<version>" text ordering to more explicitly recommend "-suite" variants 2019-09-13 12:56:07 -07:00
variant-onbuild.md Add <version> to all variant sections so that they won't be confused as actual tags 2018-09-18 13:54:25 -07:00
variant-slim.md Add <version> to all variant sections so that they won't be confused as actual tags 2018-09-18 13:54:25 -07:00
variant-windowsservercore.md Add <version> to all variant sections so that they won't be confused as actual tags 2018-09-18 13:54:25 -07:00
variant.md Update variant helpers with the same logic as the tags helper 2017-05-11 15:43:39 -07:00
variant.sh Adjust debian doc to not reference `jessie` or `stretch` 2022-08-16 11:42:57 -07:00