Commit Graph

34 Commits

Author SHA1 Message Date
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 73fe8ee298 Update Table of Contents 2024-05-18 05:17:08 -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
Tianon Gravi 40d074878e Update link to bashbrew
See https://github.com/docker-library/docs/issues/2426
2024-03-12 11:25:26 -07:00
Joe Ferguson 1ab7d93116 Fix badges urls
apply changes for https://github.com/badges/shields/issues/8671
2022-12-20 13:45:12 -08:00
Brendan Davidson 5ca9707195
Fixed some capitalization and wording in README.md 2022-03-20 14:00:45 -06:00
Docker Library Bot 1df6e3b982 Update Table of Contents 2021-09-10 05:17:08 -07:00
Joe Ferguson 6d56ef8eec A little ♥♥♥ and clarification for the main README 2021-09-09 11:03:23 -07:00
Docker Library Bot 7a0c2a6c92 Update Table of Contents 2020-10-07 12:17:07 +00:00
wglambert 0985a4907c
Update README.md
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
2020-10-06 12:58:29 -07:00
wglambert cc27ce248c
Update README.md 2020-10-06 12:36:54 -07:00
Tianon Gravi a3d3e7f324 Add initial GitHub Actions CI 2020-05-01 10:38:56 -07:00
Tianon Gravi 635c3577fc Update build badges and improve "generate-repo-stub-readme.sh"
Especially to link to the new FAQ entry (https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what)
2019-06-13 15:58:47 -07:00
Docker Library Bot 56ec991819 Update Table of Contents 2018-11-22 01:08:27 +00:00
Tianon Gravi 9288db25ea Add autogenerated Table of Contents
See https://github.com/docker-library/official-images/pull/4061 (the script which generated this, and which will update it).
2018-02-27 11:15:20 -08:00
J0WI 0a2fcd72f9 Add a hint about required maintainer.md 2018-02-08 05:07:45 +01:00
Tianon Gravi af90551aef Add note that "bashbrew" is required for running "update.sh" 2016-10-14 14:10:00 -07:00
Tianon Gravi 7dfc3ee92d Add README link/badge for our Jenkins "update.sh and push.sh" job 2016-09-20 16:38:34 -07:00
Peter Salvatore bb84e945e2
Remove unused email alias.
Signed-off-by: Peter Salvatore <peter@psftw.com>
2016-09-12 15:30:46 -04:00
Joe Ferguson 2e1d4451ef Remove mailing-list due to extra complexity 2016-05-12 16:52:58 -07:00
Joe Ferguson f66cec71e0 Update readme for `github-repo` files 2016-05-12 16:33:12 -07:00
yosifkit f8c365ccb7 Merge pull request #471 from psftw/tweak-readme
Tweak README.
2016-04-18 09:09:49 -07:00
Peter Salvatore a56c2c0cea clarify logo.png 2016-02-29 23:00:23 +00:00
Peter Salvatore 8f1ddc0c12 Tweak README. 2016-01-28 19:01:08 -05:00
Trevor Hartman 6d0b84ec3c Fix link to official images on the hub 2016-01-05 10:28:49 -07:00
Tianon Gravi 481f43ec2f Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00
Jan Suchotzki 59f3bce161 Add description how to use markdownfmt.sh 2015-03-25 13:58:08 +01:00
Joe Ferguson f7c900fdbc Move helper scripts and templates to a directory 2015-02-24 13:40:57 -08:00
Tianon Gravi 9ebb5956b9 Add "build status" badge after paragraph describing Travis 2015-02-20 12:06:44 -07:00
Tianon Gravi a4552932f2 Update documentation to mention canonical Markdown formatting 2015-02-12 17:05:04 -07:00
Tianon Gravi a71fa247d9 FORMAT ALL THE THINGS 2015-02-12 13:42:10 -07:00
Joe Ferguson 4ebe13b717 Add section on generated README.md's 2014-12-03 15:44:05 -08:00
Joe Ferguson c902ab4303 Flow to 80 columns 2014-12-01 15:13:36 -08:00
Joe Ferguson 47b32301a6 Add a README.md 2014-12-01 15:11:55 -08:00