Commit Graph

319 Commits

Author SHA1 Message Date
Docker Library Bot 7e8fe4e648 Run update.sh 2025-09-11 10:10:42 -07:00
Docker Library Bot 47491bed26 Run update.sh 2025-08-19 16:10:33 -07:00
Docker Library Bot 9e22d2acb2 Run update.sh 2025-07-24 14:10:07 -07:00
Docker Library Bot 35c6864376 Run update.sh 2025-07-09 11:11:31 -07:00
Docker Library Bot 77a5b5cb35 Run update.sh 2025-07-01 15:10:26 -07:00
Docker Library Bot 6adf174915 Run update.sh 2025-06-02 11:10:05 -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 ba4299eb04 Run update.sh 2025-04-15 11:09:39 -07:00
Docker Library Bot 385962edc6 Run update.sh 2025-04-09 15:09:45 -07:00
Docker Library Bot 07c46faa53 Run update.sh 2025-03-21 10:09:46 -07:00
Docker Library Bot 92438e0e5a Run update.sh 2025-03-10 12:11:07 -07:00
Docker Library Bot 5b560689ae Run update.sh 2025-02-19 18:09:51 -08:00
Docker Library Bot 010274344f Run update.sh 2025-01-08 15:09:36 -08:00
Docker Library Bot c009a637a4 Run update.sh 2024-12-16 10:09:30 -08:00
Docker Library Bot 5f83b107ef Run update.sh 2024-12-06 15:09:12 -08:00
David Karlsson 9cec477dde docs: update deprecated/outdated compose syntax and filenames
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-06 13:28:49 +01:00
Docker Library Bot 8c29fb91e0 Run update.sh 2024-11-08 14:09:20 -08:00
Docker Library Bot ba5ef9eea3 Run update.sh 2024-10-16 11:09:24 -07:00
Docker Library Bot d12f91caf5 Run update.sh 2024-10-02 16:09:04 -07:00
Docker Library Bot f66c2d3fd0 Run update.sh 2024-09-17 17:09:10 -07:00
Docker Library Bot c463b101e3 Run update.sh 2024-09-05 17:08:58 -07:00
Docker Library Bot 5c5b5fc7f7 Run update.sh 2024-08-28 11:09:03 -07:00
Docker Library Bot 50640026d2 Run update.sh 2024-08-21 13:33:47 -07:00
Docker Library Bot ec76efbad2 Run update.sh 2024-07-29 10:09:07 -07:00
Docker Library Bot f1a142459c Run update.sh 2024-07-16 12:09:01 -07:00
Docker Library Bot c23bb7f075 Run update.sh 2024-07-08 11:08:54 -07:00
Docker Library Bot 2532cd23f4 Run update.sh 2024-07-08 10:08:52 -07:00
eWɘyn 20d0481fba
Joomla Update (#2462)
* Update the Joomla stack details

* Update the Joomla gitub-repo

* Update the Joomla stack details to allow auto deployment

* Update Joomla Docker documentation to improve clarity and enhance configuration options

- Changed container network configuration to use Docker networks instead of linking containers.
- Introduced new environment variables for database configuration:
  - `JOOMLA_DB_PASSWORD_FILE`: Path to a file containing the database password.
  - `JOOMLA_DB_TYPE`: Database type with options for "mysqli" and "pgsql".
- Added environment variables for auto-deployment configuration:
  - `JOOMLA_SITE_NAME`, `JOOMLA_ADMIN_USER`, `JOOMLA_ADMIN_USERNAME`, `JOOMLA_ADMIN_PASSWORD`, `JOOMLA_ADMIN_EMAIL`
  - `JOOMLA_EXTENSIONS_URLS`, `JOOMLA_EXTENSIONS_PATHS`
  - `JOOMLA_SMTP_HOST`, `JOOMLA_SMTP_HOST_PORT`
- Updated port mapping instructions to reflect the new network setup.
- Corrected the Dockerfile reference link for adding additional PHP extensions.

These changes improve the setup process, provide more flexible configuration options, and correct outdated references.

* Fix network name in Docker run commands to be consistent.

* Fix formatting in joomla/content.md file
2024-07-08 09:55:59 -07:00
Docker Library Bot 3524605155 Run update.sh 2024-07-05 12:08:53 -07:00
Docker Library Bot 9289818f32 Run update.sh 2024-06-14 12:08:48 -07:00
Docker Library Bot 7a71e9f9f8 Run update.sh 2024-05-31 11:10:49 -07:00
Docker Library Bot d129a16c9d Run update.sh 2024-05-28 17:10:39 -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 0ee1edb702 Run update.sh 2024-04-16 16:11:00 -07:00
Docker Library Bot 6b81f4fa15 Run update.sh 2024-03-19 12:09:53 -07:00
Docker Library Bot 2935fa10b6 Run update.sh 2024-03-05 15:35:43 -08:00
Docker Library Bot cb3b26f7eb Run update.sh 2024-02-21 11:20:38 -08:00
Docker Library Bot 6b05929512 Run update.sh 2024-01-26 12:18:22 -08:00
Docker Library Bot 3f5fb5304e Run update.sh 2024-01-22 15:18:50 -08:00
Docker Library Bot 1fc92f9759 Run update.sh 2024-01-09 11:21:05 -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 978ca2bd77 Run update.sh 2023-12-01 12:17:39 -08:00
Docker Library Bot b1fc351a22 Run update.sh 2023-11-28 17:09:39 -08:00
Docker Library Bot 2fbe9380d9 Run update.sh 2023-11-15 17:09:30 -08:00
Docker Library Bot 6d3013e2dc Run update.sh 2023-10-18 17:09:34 -07:00
Docker Library Bot ce61106de2 Run update.sh 2023-10-04 15:09:39 -07:00
Docker Library Bot 7594b1ed27 Run update.sh 2023-09-20 15:15:35 -07:00
Docker Library Bot c6652dfb50 Run update.sh 2023-09-05 16:18:04 -07:00