Commit Graph

12982 Commits

Author SHA1 Message Date
Docker Library Bot 937d1acd4e Run update.sh 2023-12-26 11:21:59 -08:00
Raphael Nestler c534c3629c Mention minimal SMTP configuration in README.md
Looking at d1dbc77e0b/.config/smtp.config.php
it is clear that `SMTP_HOST`, `MAIL_FROM_ADDRESS` and `MAIL_DOMAIN` must be set.
2023-12-26 15:51:42 +01:00
Docker Library Bot 5926fef5f9 Run update.sh 2023-12-23 23:09:58 -08:00
Docker Library Bot 407c028ba5 Run update.sh 2023-12-22 09:28:30 -08:00
Docker Library Bot 20c7950456 Run update.sh 2023-12-21 17:09:36 -08:00
Docker Library Bot 56bef5c095 Run update.sh 2023-12-21 15:10:05 -08:00
Tianon Gravi edef0956f3
Merge pull request #2404 from milosgajdos/update-docs-registry
update: registry readme
2023-12-21 14:25:37 -08:00
Milos Gajdos dc37fa4c3b
update: registry readme
Replace references to Docker HTTP API V2 with OCI distribution spec
links.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2023-12-21 22:15:16 +00:00
Docker Library Bot e8ec4e4143 Run update.sh 2023-12-21 14:09:38 -08:00
Docker Library Bot 9ff8c9e851 Run update.sh 2023-12-21 12:09:30 -08:00
Docker Library Bot 2c625ace6e Run update.sh 2023-12-21 10:09:32 -08:00
Tianon Gravi d67bbdc2f4
Merge pull request #2402 from milosgajdos/update-registry-docs
update: registry docs
2023-12-21 09:42:31 -08:00
Milos Gajdos 8ff73b55e4
update: removed Hub recommendation
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2023-12-21 13:04:05 +00:00
Milos Gajdos ce43754902
update: registry docs
* updated links to documentation
* updated symlink to community maintainers template

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2023-12-21 08:49:24 +00:00
Docker Library Bot 32402675b9 Run update.sh 2023-12-20 16:09:56 -08:00
Docker Library Bot 3629a59f73 Run update.sh 2023-12-20 15:18:40 -08:00
Tianon Gravi 6ca51d7b24
Merge pull request #2400 from infosiftr/typos
Typo fixes
2023-12-20 15:06:01 -08:00
Joseph Ferguson 8b35a43795 Typo fixes
And some stack.yml version updates
2023-12-20 15:01:37 -08:00
Docker Library Bot 4116d503b8 Run update.sh 2023-12-20 14:23:13 -08:00
Docker Library Bot 9ef7d1d327 Run update.sh 2023-12-20 12:09:39 -08:00
Docker Library Bot c207d0f0e1 Run update.sh 2023-12-20 11:20:59 -08:00
Docker Library Bot 3c4721e878 Run update.sh 2023-12-20 10:09:48 -08:00
Tianon Gravi 86467a54f7
Merge pull request #2399 from whalelines/main
mongo: add security section
2023-12-20 09:55:13 -08:00
David Dooling f521ebca56
mongo: add security section
Closes docker-library/mongo#656.
2023-12-20 11:30:22 -06:00
Docker Library Bot 678fac9423 Run update.sh 2023-12-19 17:21:35 -08:00
Docker Library Bot b474d57fae Run update.sh 2023-12-19 14:09:44 -08:00
Docker Library Bot 49e201ef9e Run update.sh 2023-12-19 12:09:37 -08:00
Docker Library Bot da7a6c1efd Run update.sh 2023-12-19 10:19:45 -08:00
Docker Library Bot 3cc1659372 Run update.sh 2023-12-18 17:22:38 -08:00
Docker Library Bot d229a1911e Run update.sh 2023-12-18 16:10:23 -08:00
Docker Library Bot d50026429b Run update.sh 2023-12-18 11:10:57 -08:00
Docker Library Bot f59ec4bf54 Run update.sh 2023-12-15 19:09:45 -08:00
Docker Library Bot d1d08a353a Run update.sh 2023-12-15 18:09:41 -08:00
Docker Library Bot 80fd1a152d Run update.sh 2023-12-15 17:18:30 -08:00
Docker Library Bot 905171dc23 Run update.sh 2023-12-15 13:10:00 -08:00
Docker Library Bot 45cf84176a Run update.sh 2023-12-15 12:09:37 -08:00
Docker Library Bot 8978e17aea Run update.sh 2023-12-15 11:20:51 -08:00
Docker Library Bot 3d28a5ebb3 Run update.sh 2023-12-14 15:18:25 -08:00
Docker Library Bot 9c6c202145 Run update.sh 2023-12-14 12:18:15 -08:00
Docker Library Bot 6d96ad5522 Run update.sh 2023-12-14 11:21:33 -08:00
Docker Library Bot 9b9f12f6f4 Run update.sh 2023-12-14 10:09:32 -08:00
Docker Library Bot 09d36ce2b0 Run update.sh 2023-12-13 15:18:15 -08:00
Docker Library Bot 9db9b22298 Run update.sh 2023-12-13 12:18:06 -08:00
Docker Library Bot 1aed6a7618 Run update.sh 2023-12-13 10:11:00 -08:00
Docker Library Bot 4b3ce6b4ca Run update.sh 2023-12-13 09:18:12 -08:00
Docker Library Bot 5ea0a8dbd6 Run update.sh 2023-12-12 16:09:35 -08:00
Docker Library Bot 667d4535ba Run update.sh 2023-12-12 15:09:44 -08:00
Daniel Orbach 44d2bd6558
Update golang/content.md to hint about git-lfs (#2389)
* Update golang/content.md to explain how to install git-lfs

The Go toolchain uses the local git installation to fetch archives of modules from Git servers directly. My company commits large files using Git LFS which happen to be part of our Go module source tree. Without _git-lfs_ installed, the local git installation does not automatically resolve those files which causes "_checksum mismatch_" against the committed `go.sum`.

Accept the more succinct version suggested in the pull-request.
2023-12-12 14:46:27 -08:00
Docker Library Bot f83360edd3 Run update.sh 2023-12-12 12:18:15 -08:00
Tianon Gravi 43aecc86c3
Merge pull request #2398 from convertigo/convertigo-2023.12.12
Convertigo: add the ENABLE_JDWP_DEBUG environment variable
2023-12-12 11:27:11 -08:00