Docker Library Bot
fa40821700
Run update.sh
2025-05-19 16:10:07 -07:00
Tianon Gravi
3c5ad06c7e
Add "DEPRECATED" to short description for emqx
...
(as is our custom)
2025-05-19 14:46:24 -07:00
Cristovao Cordeiro
f86be59657
docs(ubuntu): remove Focal - End of Standard Support
2025-05-19 16:41:19 +02:00
Cristovao Cordeiro
2a6746577b
docs(ubuntu): add Plucky and Questing to content.md
2025-05-19 16:40:44 +02:00
Docker Library Bot
b5d81808ae
Run update.sh
2025-05-16 15:09:54 -07:00
Docker Library Bot
20d20bb98d
Run update.sh
2025-05-16 14:10:07 -07:00
Docker Library Bot
564b919901
Run update.sh
2025-05-16 12:10:02 -07:00
Docker Library Bot
415c2259d8
Run update.sh
2025-05-16 11:09:54 -07:00
Docker Library Bot
73ea7e36f0
Run update.sh
2025-05-15 17:09:53 -07:00
Docker Library Bot
6b458da6d3
Run update.sh
2025-05-15 16:10:08 -07:00
yosifkit
3b33493e7c
Merge pull request #2571 from id/20250514-emqx-deprecation-notice
...
emqx: add deprecation notice
2025-05-15 15:27:20 -07:00
Docker Library Bot
8716d0ca28
Run update.sh
2025-05-15 14:09:47 -07:00
Docker Library Bot
bd16fc3d37
Run update.sh
2025-05-15 12:09:52 -07:00
Docker Library Bot
2377c09f93
Run update.sh
2025-05-15 08:09:53 -07:00
Ivan Dyachkov
bf6e1ab2eb
emqx: refine deprecation notice
2025-05-15 08:37:29 +02:00
Docker Library Bot
0e4604f7e2
Run update.sh
2025-05-14 13:09:54 -07:00
Docker Library Bot
0b0cfc03cd
Run update.sh
2025-05-14 12:09:53 -07:00
Ivan Dyachkov
ba62c2b04a
emqx: add deprecation notice
2025-05-14 15:15:12 +02:00
Docker Library Bot
50d63816ed
Run update.sh
2025-05-13 17:10:09 -07:00
Docker Library Bot
ebc44abf49
Run update.sh
2025-05-13 13:10:06 -07:00
Docker Library Bot
5511b083c8
Run update.sh
2025-05-13 12:09:54 -07:00
Docker Library Bot
7a1f29776f
Run update.sh
2025-05-13 11:09:50 -07:00
Docker Library Bot
088c1148dc
Run update.sh
2025-05-12 13:10:05 -07:00
Docker Library Bot
528c7dcbb4
Run update.sh
2025-05-12 12:09:47 -07:00
Docker Library Bot
ed63d18f88
Run update.sh
2025-05-09 17:10:07 -07:00
Docker Library Bot
31e4760cbb
Run update.sh
2025-05-09 13:10:06 -07:00
Docker Library Bot
33a55d99d9
Run update.sh
2025-05-09 12:09:59 -07:00
Docker Library Bot
7a7943e3b9
Run update.sh
2025-05-09 11:10:00 -07:00
Docker Library Bot
9858957983
Run update.sh
2025-05-09 10:09:49 -07:00
Docker Library Bot
03fcba16c3
Run update.sh
2025-05-08 15:10:23 -07:00
Docker Library Bot
a70b991290
Run update.sh
2025-05-08 14:10:03 -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
Tianon Gravi
293b60c1ba
Merge pull request #2568 from reidb1/patch-1
...
postgres: Fix incorrect shebang in example initialization script
2025-05-08 18:25:24 +00:00
Docker Library Bot
6181fac3cc
Run update.sh
2025-05-08 11:09:56 -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
303c45c6dc
Run update.sh
2025-05-07 12:09:54 -07:00
Docker Library Bot
366738c7ca
Run update.sh
2025-05-07 11:10:07 -07:00
Docker Library Bot
487e4e632d
Run update.sh
2025-05-06 14:10:04 -07:00
Docker Library Bot
242d860e0b
Run update.sh
2025-05-06 13:10:07 -07:00
Docker Library Bot
eb3b50334a
Run update.sh
2025-05-06 12:09:51 -07:00
Docker Library Bot
268b8fb5aa
Run update.sh
2025-05-06 11:09:52 -07:00
Docker Library Bot
d931edc19e
Run update.sh
2025-05-05 17:09:54 -07:00
yosifkit
4a4afd9c63
Merge pull request #2552 from felipementel/feature/mariadb-readme-update
...
docs: update readme from mariadb with port binding, tags, remove double spaces and informations
2025-05-05 16:24:18 -07:00
Docker Library Bot
610abd9aff
Run update.sh
2025-05-05 16:10:01 -07:00
Felipe Augusto
0db1572374
Update mariadb with various fixes
2025-05-05 15:47:52 -07:00
yosifkit
ba9aaeb252
Merge pull request #2566 from infosiftr/compose.yaml
...
Convert all `stack.yml` to `compose.yaml`
2025-05-05 15:44:54 -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
b984cfeeea
Run update.sh
2025-05-05 15:10:31 -07:00
Tianon Gravi
affef214a7
Merge pull request #2564 from DougInAMug/master
...
MediaWiki example `docker-compose.yml`: remove obsolete "version" attribute
2025-05-05 21:20:55 +00:00