Commit Graph

9 Commits

Author SHA1 Message Date
Docker Library Bot 5bdcce198d Run update.sh 2025-09-09 14:10:38 -07:00
Docker Library Bot 6803478d15 Run update.sh 2025-07-22 11:10:55 -07:00
Docker Library Bot 668d3790d5 Run update.sh 2025-06-20 12:10:13 -07:00
Docker Library Bot eb3b50334a Run update.sh 2025-05-06 12:09:51 -07:00
Docker Library Bot 610abd9aff Run update.sh 2025-05-05 16:10:01 -07:00
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
Docker Library Bot 48702413f6 Run update.sh 2025-04-10 11:09:50 -07:00
Docker Library Bot fd6bde552d Run update.sh 2025-03-26 16:16:53 -07:00
Albert Lombarte af2c9a19a5 Add krakend official image
Signed-off-by: Albert Lombarte <albert@krakend.io>
Signed-off-by: Daniel Ortiz <dortiz@krakend.io>
2025-03-26 16:06:08 -07:00