Commit Graph

386 Commits

Author SHA1 Message Date
Docker Library Bot 9dfc77eae8 Run update.sh 2025-09-29 11:11:02 -07:00
Docker Library Bot 58804d02e9 Run update.sh 2025-09-24 14:11:22 -07:00
Docker Library Bot 3bf44e2e3c Run update.sh 2025-09-23 15:10:46 -07:00
Docker Library Bot 6d6f5003a9 Run update.sh 2025-09-22 15:11:53 -07:00
Docker Library Bot b4545d22bf Run update.sh 2025-09-08 15:11:01 -07:00
Docker Library Bot 6790faf59f Run update.sh 2025-08-19 10:11:00 -07:00
Docker Library Bot 3af9a576dd Run update.sh 2025-07-07 16:10:57 -07:00
Docker Library Bot ea0604a53e Run update.sh 2025-06-03 16:10:13 -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 ec38fa90d3 Run update.sh 2025-04-21 16:10:10 -07:00
Docker Library Bot 6fea2761a3 Run update.sh 2025-03-27 12:09:41 -07:00
Docker Library Bot 5e495ef0e9 Run update.sh 2025-03-11 10:10:17 -07:00
Docker Library Bot 43a164c455 Run update.sh 2025-01-31 16:09:33 -08:00
Docker Library Bot 29f24b2c3d Run update.sh 2025-01-30 16:09:31 -08:00
Docker Library Bot 85a42b9b8c Run update.sh 2025-01-29 15:09:26 -08:00
Docker Library Bot 59444e7a9f Run update.sh 2025-01-23 10:10:15 -08:00
Tianon Gravi d1afb6341c
Merge pull request #2530 from infosiftr/redmine-secrets
Update `REDMINE_SECRET_KEY_BASE` usage/description
2025-01-23 09:38:40 -08:00
Docker Library Bot 6c62a9e3df Run update.sh 2025-01-22 17:09:22 -08:00
Joseph Ferguson 8cb9bdb81b Update `REDMINE_SECRET_KEY_BASE` usage/description 2025-01-22 16:40:43 -08:00
Docker Library Bot b4adb04dfb Run update.sh 2025-01-15 10:09:36 -08:00
Docker Library Bot ea329df835 Run update.sh 2025-01-14 16:09:39 -08:00
yosifkit 84c5f34b82
Merge pull request #2525 from infosiftr/redmine-passenger
Remove more Redmine passenger variant leftovers
2025-01-14 16:05:50 -08:00
Docker Library Bot 17e22f7f83 Run update.sh 2025-01-14 12:09:24 -08:00
Tianon Gravi 139a3ea8fa Remove more Redmine passenger variant leftovers 2025-01-10 12:36:57 -08:00
Docker Library Bot d178f4c03e Run update.sh 2024-12-17 11:09:34 -08:00
Docker Library Bot b2b852e9a8 Run update.sh 2024-11-15 18:09:21 -08:00
Docker Library Bot abe61d8328 Run update.sh 2024-11-04 13:09:16 -08:00
Docker Library Bot c23bb7f075 Run update.sh 2024-07-08 11:08:54 -07:00
Docker Library Bot 0dbc734f0b Run update.sh 2024-06-24 15:09:00 -07:00
Docker Library Bot 624b541acc Run update.sh 2024-06-12 11:09:26 -07:00
Docker Library Bot 7ff5fab791 Run update.sh 2024-05-29 17:10:20 -07:00
yosifkit 63c9218175
Add Docker Hub categories (#2446)
* Add repo metadata, start with categories!

scripts for checking repo categories, updating the canonical set
added categories to push.pl

* Add initial set of semi-acurate categories

* Adjustments following tianon's review

* Simplify metadata.sh use cases (CI or interactive); just diff and check all the time

Update README.md about metadata.sh usage

* Unify the categories checks into one jq expressions

* Update initial categories

* Link to Docker docs for categories; minor categories script adjustments
2024-05-17 11:44:00 -07:00
Docker Library Bot d2885c46af Run update.sh 2024-04-08 15:10:26 -07:00
David Karlsson ddad5da2f7 docs: fix oudated links to docs.docker.com
Some of the updated links had redirects in place,
Updating them to current paths to avoid relying on old redirects.
This is not an exhaustive update to all links,
just a few links that I happened to pick up on.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-08 09:47:18 +02:00
Docker Library Bot f1f06cba90 Run update.sh 2024-03-04 17:09:49 -08:00
Docker Library Bot 976db63470 Run update.sh 2024-01-08 15:19:20 -08:00
Docker Library Bot 20c7950456 Run update.sh 2023-12-21 17:09:36 -08:00
Docker Library Bot 3629a59f73 Run update.sh 2023-12-20 15:18:40 -08:00
Joseph Ferguson 8b35a43795 Typo fixes
And some stack.yml version updates
2023-12-20 15:01:37 -08:00
Docker Library Bot b474d57fae Run update.sh 2023-12-19 14:09:44 -08:00
Docker Library Bot b1fc351a22 Run update.sh 2023-11-28 17:09:39 -08:00
Docker Library Bot 04b2c78451 Run update.sh 2023-11-18 11:20:51 -08:00
Docker Library Bot 70d2178ead Run update.sh 2023-10-02 18:19:43 -07:00
Docker Library Bot 7b0499cc4f Run update.sh 2023-06-22 17:08:56 -07:00
Docker Library Bot 26105539f2 Run update.sh 2023-06-13 11:16:43 -07:00
Docker Library Bot b8ffb81d69 Run update.sh 2023-05-09 14:18:03 -07:00
Docker Library Bot 44bd95b122 Run update.sh 2023-03-06 15:14:56 -08:00
Docker Library Bot 2a6b2fb970 Run update.sh 2023-02-28 15:38:22 -08:00
Docker Library Bot f76659ca40 Run update.sh 2023-01-25 17:08:48 -08:00