Commit Graph

13545 Commits

Author SHA1 Message Date
Docker Library Bot 4cc89bf749 Run update.sh 2024-07-16 16:08:49 -07:00
Docker Library Bot 17ff9fdadf Run update.sh 2024-07-16 15:08:54 -07:00
Docker Library Bot 873692e58b Run update.sh 2024-07-16 13:09:01 -07:00
Docker Library Bot f1a142459c Run update.sh 2024-07-16 12:09:01 -07:00
Docker Library Bot 657557822e Run update.sh 2024-07-15 17:08:52 -07:00
Docker Library Bot 66f87014ef Run update.sh 2024-07-15 16:08:49 -07:00
Docker Library Bot 4f885e076d Run update.sh 2024-07-15 15:08:57 -07:00
Docker Library Bot a43e3a8294 Run update.sh 2024-07-15 13:08:52 -07:00
Docker Library Bot 07915384a1 Run update.sh 2024-07-15 12:08:52 -07:00
Docker Library Bot 6f24346eba Run update.sh 2024-07-12 15:08:50 -07:00
Docker Library Bot cc00269c4c Run update.sh 2024-07-12 14:09:03 -07:00
Docker Library Bot 3c1fc5e88e Run update.sh 2024-07-12 11:09:06 -07:00
Docker Library Bot aebc0b291f Run update.sh 2024-07-12 10:08:49 -07:00
Docker Library Bot 85244febca Run update.sh 2024-07-11 17:08:50 -07:00
Docker Library Bot 2c9ca75ae8 Run update.sh 2024-07-11 14:08:49 -07:00
Docker Library Bot 20141ca71f Run update.sh 2024-07-11 12:08:47 -07:00
Docker Library Bot 7adc25a8e8 Run update.sh 2024-07-11 11:08:54 -07:00
Docker Library Bot ff682480d9 Run update.sh 2024-07-11 10:08:53 -07:00
Docker Library Bot a99f11794f Run update.sh 2024-07-10 12:08:47 -07:00
Docker Library Bot 3a266fd411 Run update.sh 2024-07-10 11:08:54 -07:00
Docker Library Bot af34ce785e Run update.sh 2024-07-10 10:08:47 -07:00
Docker Library Bot e8cf9f4b04 Run update.sh 2024-07-10 09:08:47 -07:00
Tianon Gravi 2f364db696 Update to actions/checkout@v4 🙃
(this is effectively a functional no-op solving a "problem" that really ought to be solved at a different level within GHA)
2024-07-09 15:37:22 -07:00
Docker Library Bot 3d7560d3c8 Run update.sh 2024-07-09 12:09:24 -07:00
Docker Library Bot 657084641e Run update.sh 2024-07-09 09:08:54 -07:00
Docker Library Bot f7ffa415b9 Run update.sh 2024-07-08 17:08:48 -07:00
Docker Library Bot 71286b3ff9 Run update.sh 2024-07-08 16:08:47 -07:00
Docker Library Bot 7163847267 Run update.sh 2024-07-08 14:08:48 -07:00
Docker Library Bot c23bb7f075 Run update.sh 2024-07-08 11:08:54 -07:00
yosifkit adfacb9d8f
Merge pull request #2464 from infosiftr/breathe
Add newlines between tag groups so they get better line-spacing
2024-07-08 11:03:32 -07:00
Earlopain 2686af49e4
Update examples from "ruby:3.0" to "ruby:3.3" (#2463)
* Update examples from "ruby:3.0" to "ruby:3.3"

Previous: https://github.com/docker-library/docs/pull/2051

3.0 images are not build/updated anymore

* Drop mentions of unused bundler env variables for ruby

Dropped in:
* https://github.com/docker-library/ruby/pull/209
* https://github.com/docker-library/ruby/pull/306
2024-07-08 10:53:06 -07:00
yosifkit e97f33bf30
Merge pull request #2466 from infosiftr/push-perl-bump
Update `push.pl` runtime to Perl 5.39 and Debian Bookworm
2024-07-08 10:43:34 -07:00
yosifkit e06eea6f8f
Merge pull request #2465 from infosiftr/unicode-vs-bytes
Trim descriptions based on bytes, not characters
2024-07-08 10:43:08 -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 9955914a84 Run update.sh 2024-07-05 17:09:02 -07:00
Tianon Gravi 91eeb8d637 Update `push.pl` runtime to Perl 5.39 and Debian Bookworm 2024-07-05 16:46:01 -07:00
Tianon Gravi 6fbb0282e9 Trim descriptions based on bytes, not characters
It turns out that the Hub description length limit is 25k *bytes*, not characters.  We've gotten lucky that our few unicode glyphs have landed so far such that we've never run into a problem with this before now, but we're currently hitting this while trying to push the `amd64/nextcloud` description in that the trimmed version ends up being exactly 25,003 bytes thanks to the unicode glyphs throwing off our trimming calculations (and getting really [un]lucky with the exact positioning of the markdown such that our trimming doesn't walk back far enough).

This fixes that by calculating and trimming based on bytes, accounting for cases of unicode glyphs directly spanning the 25k byte boundary.

After applying this fix, the same breaking `amd64/nextcloud` trimmed description is 24,725 bytes instead.
2024-07-05 16:35:22 -07:00
Tianon Gravi 796319414b Add newlines between tag groups so they get better line-spacing
Especially with Docker Hub's new stylesheets, the tag listing is *really* compressed and hard to scan/read, especially on the really extreme examples like `tomcat`.

This adjusts the line-spacing such that they should have a little more breathing room overall.
2024-07-05 15:15:14 -07:00
Tianon Gravi a20b1d523e Apply a couple minor improvements/simplifications to `generate-dockerfile-links-partial.*`
This creates no visible change in behavior (the `--arch-filter` flag to `bashbrew list` didn't exist at the time this was originally written, and it looks like our newline outputting behavior has changed over time such that it can now be simplified).
2024-07-05 15:02:53 -07:00
Docker Library Bot d0c5005ed0 Run update.sh 2024-07-05 14:09:27 -07:00
Docker Library Bot 3524605155 Run update.sh 2024-07-05 12:08:53 -07:00
Docker Library Bot 9dab16c7f8 Run update.sh 2024-07-04 19:09:25 -07:00
Docker Library Bot 0612ca6ffb Run update.sh 2024-07-03 17:08:49 -07:00
Docker Library Bot 0620dfb211 Run update.sh 2024-07-03 16:08:52 -07:00
Docker Library Bot 085a866304 Run update.sh 2024-07-03 15:08:48 -07:00
Docker Library Bot e3d350517a Run update.sh 2024-07-03 12:08:47 -07:00
Docker Library Bot 7ecbd81633 Run update.sh 2024-07-03 11:08:50 -07:00
Docker Library Bot 0222532042 Run update.sh 2024-07-03 10:08:48 -07:00
Docker Library Bot 31cce5b7d4 Run update.sh 2024-07-03 09:08:53 -07:00