Commit Graph

61 Commits

Author SHA1 Message Date
Docker Library Bot c0dbf0be22 Run update.sh (ppc64le -- https://hub.docker.com/u/ppc64le/) 2025-10-08 17:10:31 -07:00
Docker Library Bot 4a65c7b4ca Run update.sh 2025-06-04 16:10:04 -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
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 e8206c5f86 Run update.sh 2023-09-18 12:18:46 -07:00
Docker Library Bot b8ffb81d69 Run update.sh 2023-05-09 14:18:03 -07:00
Docker Library Bot 2a6b2fb970 Run update.sh 2023-02-28 15:38:22 -08:00
Docker Library Bot 1b9284ece5 Run update.sh 2022-11-04 15:08:48 -07:00
Docker Library Bot 135b79cc80 Run update.sh 2022-10-07 12:08:49 -07:00
Docker Library Bot d749f08156 Run update.sh 2022-06-30 11:14:16 -07:00
Docker Library Bot 21cce049a6 Run update.sh 2022-06-22 13:13:58 -07:00
Docker Library Bot 447cce1e73 Run update.sh 2021-06-14 18:11:21 +00:00
Docker Library Bot 2d0c4e3135 Run update.sh 2021-05-19 12:10:00 -07:00
Docker Library Bot 67262ed5c9 Run update.sh 2021-01-15 23:10:39 +00:00
Docker Library Bot 3beca3bd45 Run update.sh 2020-12-17 19:11:58 +00:00
Docker Library Bot 205714d443 Run update.sh 2020-11-19 19:10:24 +00:00
Docker Library Bot aeaaf6a07d Run update.sh 2020-06-22 23:09:37 +00:00
Docker Library Bot 4944effa43 Run update.sh 2020-05-01 20:11:02 +00:00
Docker Library Bot 8faeca2422 Run update.sh 2020-04-06 20:10:47 +00:00
Docker Library Bot a90bbd6c26 Run update.sh 2020-03-20 18:10:48 +00:00
Docker Library Bot 62a5a655f9 Run update.sh 2020-01-22 01:12:51 +00:00
Docker Library Bot 02486f2cff Run update.sh 2019-12-11 22:13:07 +00:00
Docker Library Bot d17d5e5eac Run update.sh 2019-12-09 21:11:45 +00:00
Docker Library Bot 7722571bf6 Run update.sh 2019-11-26 00:19:03 +00:00
Docker Library Bot 77ef3fb45d Run update.sh 2019-11-18 21:12:25 +00:00
Docker Library Bot 711d059831 Run update.sh 2019-11-11 23:18:57 +00:00
Docker Library Bot 8e03a045a3 Run update.sh 2019-07-05 17:14:38 +00:00
Docker Library Bot 74b6693e91 Run update.sh 2019-06-26 22:20:14 +00:00
Docker Library Bot 3bd818dae7 Run update.sh 2019-06-25 19:14:15 +00:00
Docker Library Bot aec5bdc2ea Run update.sh 2019-06-13 22:26:32 +00:00
Docker Library Bot 18cf5cdcd6 Run update.sh 2019-05-28 23:18:59 +00:00
Docker Library Bot d4f015a4a9 Run update.sh 2019-03-29 21:13:46 +00:00
Docker Library Bot d27200f813 Run update.sh 2019-03-20 22:13:52 +00:00
Docker Library Bot 485b29035e Run update.sh 2019-01-30 22:11:05 +00:00
Docker Library Bot df550a570c Run update.sh 2019-01-23 22:14:29 +00:00
Docker Library Bot 242d385886 Run update.sh 2018-12-20 00:09:40 +00:00
Docker Library Bot a018409c87 Run update.sh 2018-10-29 20:09:21 +00:00
Docker Library Bot fb12582b40 Run update.sh 2018-09-12 21:09:14 +00:00
Tianon Gravi 1671ea2ac1 Remove SELinux specific notes
This really isn't our place to document -- this is a generic Docker issue for users of SELinux.

The official upstream documentation on the topic can be found at https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label.

There's also some good information to be found in http://jaormx.github.io/2018/selinux-and-docker-notes/ and https://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/.
2018-09-12 13:21:18 -07:00
Docker Library Bot ce928e9e18 Run update.sh 2018-09-11 17:09:00 +00:00
Docker Library Bot dffa83536f Run update.sh 2018-08-20 21:09:02 +00:00
Docker Library Bot 56fca96a35 Run update.sh 2018-08-02 18:09:55 +00:00
Maximilian Münchow 618191cf82 updated teamspeak logo 2018-08-02 12:56:01 +02:00
Maximilian Münchow 9cd69844d1 added new environment variables from 3.3.0 2018-08-02 01:36:04 +02:00
Docker Library Bot 2ebf56b7d2 Run update.sh 2018-05-14 20:08:43 +00:00
Docker Library Bot 3e65232ee8 Run update.sh 2018-05-02 18:08:37 +00:00
Docker Library Bot be29b85bf9 Run update.sh 2018-04-25 18:09:12 +00:00