Commit Graph

584 Commits

Author SHA1 Message Date
Docker Library Bot 2746419ce7 Run update.sh 2025-08-14 12:10:01 -07:00
Docker Library Bot caa762e286 Run update.sh 2025-08-12 15:10:26 -07:00
Docker Library Bot f9de50b8b2 Run update.sh 2025-07-21 14:10:16 -07:00
Docker Library Bot 7a8c4c581c Run update.sh 2025-06-09 16:10:11 -07:00
Docker Library Bot af8cc4a457 Run update.sh 2025-06-09 15:10:53 -07:00
yosifkit 6d9d344fa6
Merge pull request #2582 from infosiftr/postgres-18
Note on PGDATA changes for PostgreSQL 18+
2025-06-09 14:39:01 -07:00
Docker Library Bot ca53f3d176 Run update.sh 2025-06-09 11:09:57 -07:00
Joseph Ferguson 4ee549a0c6 Note on PGDATA changes for PostgreSQL 18+ 2025-06-05 13:50:50 -07:00
Docker Library Bot 6adf174915 Run update.sh 2025-06-02 11:10:05 -07:00
Docker Library Bot 6530026857 Run update.sh 2025-05-22 10:10:01 -07:00
Docker Library Bot a54748d9f1 Run update.sh 2025-05-08 13:11:23 -07:00
Docker Library Bot 2e29dd9805 Run update.sh 2025-05-08 12:10:40 -07:00
reidb1 c8ef3626aa
Fix incorrect shebang in example initialization script
The `/bin/bash` shebang points does not point to the correct path for bash in the container. Because of this, the initialization scripts will not run. Changing to `/usr/bin/env bash` fixes this problem.

Alternatively `/usr/bin/bash` would also work.
2025-05-08 16:02:27 +01: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 5157cb8292 Run update.sh 2025-02-28 16:09:37 -08:00
Docker Library Bot 3614766918 Run update.sh 2025-02-21 17:09:42 -08:00
Docker Library Bot a4c950ec6f Run update.sh 2025-02-18 16:09:33 -08:00
Docker Library Bot c0ed096429 Run update.sh 2025-02-13 14:10:44 -08:00
Docker Library Bot 852a2efcb0 Run update.sh 2025-02-04 12:09:52 -08:00
Docker Library Bot 9fa556dd68 Run update.sh 2024-12-09 12:09:27 -08:00
Docker Library Bot 9b44c1c280 Run update.sh 2024-12-02 16:09:14 -08:00
Lococo 3e7bc1e4f4
Improve PGDATA warning about anonymous volumes (#2505)
* Improve PGDATA warning about anonymous volumes

The people who most need to see this warning will struggle to
understand the meaning of the pre-existing language.

This updated warning:

- Refers to anonymous volumes by their correct name.
- Describes where the mystery mount is coming from.
- States the required behavior quite plainly, you must mount
  at the correct location.

For additional context see:
https://stackoverflow.com/a/76217607

* Frontload persistence warning
2024-12-02 15:31:37 -08:00
Docker Library Bot b7155fe161 Run update.sh 2024-11-22 12:09:11 -08:00
Docker Library Bot f484e8b8a4 Run update.sh 2024-11-14 13:09:11 -08:00
Docker Library Bot 1bfcad58e7 Run update.sh 2024-09-26 17:09:06 -07:00
Docker Library Bot 332f7ff66b Run update.sh 2024-09-06 14:08:57 -07:00
Docker Library Bot 1a6655a2ae Run update.sh 2024-08-08 12:08:52 -07:00
Docker Library Bot c23bb7f075 Run update.sh 2024-07-08 11:08:54 -07:00
Docker Library Bot 92c8bd8633 Run update.sh 2024-07-02 14:10:36 -07:00
Docker Library Bot fb5aea06ff Run update.sh 2024-06-18 18:08:59 -07:00
Docker Library Bot 6f6b3b9d7a Run update.sh 2024-06-03 12:10:17 -07:00
Docker Library Bot 001ea69959 Run update.sh 2024-05-22 17:10:16 -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 a33d1dae65 Run update.sh 2024-05-09 15:10:47 -07:00
Docker Library Bot c1c7bd5db9 Run update.sh 2024-02-21 15:18:42 -08:00
Docker Library Bot d7068b848f Run update.sh 2024-02-14 11:09:45 -08:00
Tianon Gravi ccafec870f
Merge pull request #2416 from dbulashev/master
postgres: update README.md
2024-02-14 10:52:24 -08:00
Dmitry Bulashev f254f585ba postgres: update README.md
* extended example stack.yml (set shared memory size)
      * fix incorrect link
2024-02-13 23:49:38 +05:00
Docker Library Bot ac8ab71f35 Run update.sh 2024-02-12 14:09:50 -08:00
Docker Library Bot 731f399958 Run update.sh 2024-01-04 17:20:45 -08:00
Docker Library Bot 6d96ad5522 Run update.sh 2023-12-14 11:21:33 -08:00
Docker Library Bot f83360edd3 Run update.sh 2023-12-12 12:18:15 -08:00
Docker Library Bot f769a0dd0a Run update.sh 2023-12-08 14:09:39 -08:00
Docker Library Bot a1e8f4d8f2 Run update.sh 2023-12-01 14:19:37 -08:00
Docker Library Bot 084cfe37a2 Run update.sh 2023-11-13 17:18:00 -08:00
Docker Library Bot e6bbe741f0 Run update.sh 2023-10-05 18:09:23 -07:00
Docker Library Bot 3c16e63967 Run update.sh 2023-09-15 16:28:09 -07:00
Docker Library Bot 06d7a568a8 Run update.sh 2023-08-31 17:09:41 -07:00
Docker Library Bot 4825252c19 Run update.sh 2023-08-28 10:09:39 -07:00