Skip to content
Succès

Changes

Summary

  1. When releasing a new version of Silverpeas, its dependency on Jackrabbit (details)
Commit a38321f78d47c03ccad21022240a16f26041226d by Miguel Moquillon
When releasing a new version of Silverpeas, its dependency on Jackrabbit
is usually checked. Nowadays from Silverpeas 6.4, Jackrabbit isn't
anymore a dependency (JCR is now provided by Apache Oak). So, the
dependency should be checked only if such dependency exists.
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)

Summary

  1. I created a docker-compose (from someone else's online.) and an (details)
  2. Generate Dockerfile for Silverpeas 6.3 (details)
  3. Chore: reduce attack surface and size for Docker image (details)
  4. Improve the build.sh script. (details)
  5. Update the Docker image to take into account the change of the (details)
  6. In Silverpeas 6.4, the JCR will be motorized by Apache Jackrabbit Oak. (details)
  7. Update the docker library generation script to take into account the new specific version of the Docker image to consider for Silverpeas 6.2.3 (details)
  8. Update for Silverpeas 6.4-build240107 (Apache Jackrabbit Oak support) (details)
  9. Take into account the new URL of our nexus service (details)
  10. Add a ping request if the PING_ON env var is set at 1 (by default it is set at this value) (details)
  11. Set the language of Silverpeas to en by default (details)
Commit 24f857baace09535fbc908cbe1d9a5b978993dc1 by Michael.Tiernan+git
I created a docker-compose (from someone else's online.) and an
environment file to build the system.

Copy 'silverpeas.env' to '.env' and away you go.
The file was addeddocker-compose.yml
The file was addedsilverpeas.env
Commit cab21d1a3a25bf15d24f27a156d3df894123bb10 by Miguel Moquillon
Generate Dockerfile for Silverpeas 6.3
The file was modifiedDockerfile (diff)
The file was modifiedDockerfile.template (diff)
Commit 80c08f9a9c4203b75fd3153e03a71e0255ce132d by Miguel Moquillon
Chore: reduce attack surface and size for Docker image
The file was modifiedDockerfile (diff)
Commit 9e67a601cc1492289bb1c57c6396b9b427ff1905 by Miguel Moquillon
Improve the build.sh script.
Add two variables in silverpeas.env: one to give the version of
the Silverpeas image, the other to give the version of the
PostgreSQL image. Use them in the docker-compose.yml descriptor.

Add information in the README.md
The file was modifiedsilverpeas.env (diff)
The file was modifieddocker-compose.yml (diff)
The file was modifiedREADME.md (diff)
The file was modifiedbuild.sh (diff)
Commit abca6a39524f1b742252f27a0638f5bbab845935 by Miguel Moquillon
Update the Docker image to take into account the change of the
implementation of the JCR from Jackrabbit 2 to Jackrabbit Oak.

The Docker image will embed a JCR migration script that will be used
to migrate existing JCR of previous versions of the container.

By the way, the Silverpeas global configuration file, config.properties,
isn't anymore overridden by a the running of a new version of a
container; it will be check whether there is an already existing
config.properties file.
The file was modifiedsrc/run.sh (diff)
The file was modifiedDockerfile.template (diff)
The file was modifiedREADME.md (diff)
The file was addedsrc/oak-migrate.zip
Commit 7b5717ad5d03ac0f59c17a7998f4096f41279499 by Miguel Moquillon
In Silverpeas 6.4, the JCR will be motorized by Apache Jackrabbit Oak.
For doing, prepare the Docker image build for the migration of the JCR
from Jackrabbit 2 to Jackrabbit Oak for Silverpeas 6.4.

When the container will be spawn from the new Docker image, the run
script will migrate any already existing JCR content to the new JCR
implementation thanks to a migration tool in oak-migrate.zip.
The file was modifiedDockerfile.template (diff)
The file was modifiedREADME.md (diff)
The file was modifiedDockerfile (diff)
The file was modifiedsilverpeas.env (diff)
The file was modifieddocker-compose.yml (diff)
The file was modifiedsrc/run.sh (diff)
Commit addb3ed7208c9bb3cf9d66e1c7a7309661525a5c by Miguel Moquillon
Update the docker library generation script to take into account the new specific version of the Docker image to consider for Silverpeas 6.2.3
The file was modifiedgenerate-docker-library.sh (diff)
Commit 41f6830f493a34bd847120cbf52653a15846722a by Miguel Moquillon
Update for Silverpeas 6.4-build240107 (Apache Jackrabbit Oak support)
The file was modifiedDockerfile (diff)
The file was modifiedsrc/run.sh (diff)
Commit be0d1a7ffc889295425d8ff9dc09866f554f50d1 by Miguel Moquillon
Take into account the new URL of our nexus service
The file was modifiedsrc/settings.xml (diff)
Commit a6196fb66e245f7b36863cd53502156ae442345b by Miguel Moquillon
Add a ping request if the PING_ON env var is set at 1 (by default it is set at this value)
The file was modifiedDockerfile (diff)
The file was modifiedsrc/run.sh (diff)
The file was modifiedDockerfile.template (diff)
Commit 9c7650109daaabcb126c80f950557c1aff0b9057 by Miguel Moquillon
Set the language of Silverpeas to en by default
The file was modifiedsrc/run.sh (diff)

Summary

  1. Update redhat/ubi8:latest to sha256:bce7e9f69fb7d4533447232478fd825811c760288f87a35699f9c8f030f2c1a6 (details)
  2. add elixir tag name (details)
  3. Update photon image (details)
  4. Update Clear Linux OS to 41040 (details)
  5. Update CrateDB to 5.6.2 (details)
  6. Update API Firewall (details)
  7. Update ghost (details)
  8. Update tomcat (details)
  9. Update bash (details)
  10. Fedora Update 20240220 (details)
  11. Telegraf v1.29.5 (details)
  12. Update ruby (details)
  13. Update wordpress (details)
  14. Update JRuby 9.4 to 9.4.6.0 and 9.3 to 9.3.14.0 (details)
  15. MariaDB 2024 Q1 part 2 release (details)
  16. test: mysql-log-bin - add password (details)
  17. add erlang/otp 27.0-rc1, update 26.2.2, 25.3.2.9, 24.3.4.16 (details)
  18. Update Joomla! (details)
  19. Update Docker image for Silverpeas version 6.3.4 (details)
  20. Update postgres (details)
  21. update rocket.chat (details)
  22. MariaDB urgent reissue (details)
  23. ZNC 1.9.0 (details)
  24. Remove the ref to the last version of Silverpeas 6.2 as this version branch (6.2.x) isn't anymore maintained (details)
  25. update 8.12.2 sha (details)
  26. Update openjdk (details)
  27. Released OrientDB 3.2.28 (details)
  28. haskell: GHC 9.8.2 (details)
  29. library/perl: 5.39.7 -> 5.39.8 (details)
  30. Update rabbitmq (details)
  31. Releasing Neo4j 5.17.0 (#16298) (details)
  32. Fix typo in `python-pip-requests-ssl` test (details)
  33. Update Clear Linux OS to 41120 (details)
  34. Update photon image (details)
  35. Upgrade XWiki stable version to 16.1.0 (details)
  36. Update xwiki (details)
  37. Upgrade SonarQube to 10.4.1 (details)
  38. Update haproxy (details)
  39. Add amazonlinux releases (details)
  40. Update ghost (details)
  41. Update docker (details)
  42. arangodb 3.11.8 (details)
  43. Update haproxy (details)
  44. Update bash (details)
  45. Kapacitor Release 1.7.2 (details)
  46. AmazonCorretto: Update to 21.0.2.14.1 (details)
  47. Updated Unit to 1.32.0. (details)
  48. Update wordpress (details)
  49. Add Gkerta Seferi as a maintainer (details)
  50. Update memcached (details)
  51. Releasing Neo4j 4.4.31 (details)
  52. Chronograf 1.10.3 (details)
  53. Updates for WebSphere and Open Liberty 24.0.0.2 release (details)
  54. Update mysql (details)
  55. Fix issue with newer MongoDB requiring TLS trust chain (details)
  56. Update spark version to 3.5.1 (details)
  57. Odoo: update 15.0-17.0 to release 20240229 (details)
  58. swipl devel/stable to 9.3.2/9.2.2 (details)
  59. Update api-firewall (details)
  60. Update lightstreamer image (details)
  61. Update redhat/ubi8-minimal:latest to sha256:f30dbf77b075215f6c827c269c073b5e0973e5cea8dacdf7ecb6a19c868f37f2 (details)
  62. Update redhat/ubi9-minimal:latest to sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5 (details)
  63. Update redhat/ubi9:latest to sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072 (details)
  64. Update php (details)
  65. update rocket.chat (details)
  66. Update docker (details)
  67. Update openjdk (details)
  68. chore: upgrade chronograf maintainers (details)
  69. chore: upgrade kapacitor maintainers (details)
  70. Update to R 4.3.3 released this morning (details)
  71. Update ruby (details)
  72. Update mongo (details)
  73. Update Ubuntu 2024-03-01 (details)
  74. 'sl7 container build-date=20240301' (details)
  75. [nats] Release v2.9.25 (details)
  76. [Friendica] Release 2024.03-rc & fix IntlChar (details)
  77. Update ghost (details)
  78. Fixes (details)
  79. Update Clear Linux OS to 41150 (details)
  80. Update photon image (details)
  81. Fix Nextcloud database name in Postgres test (details)
  82. Update mcr.microsoft.com/windows/nanoserver:1809 to sha256:05f991b57e0095d6ea29c4fa7bef9e614c290de030c8e10e40cebc505871f725 (details)
  83. Update mcr.microsoft.com/windows/nanoserver:ltsc2022 to sha256:6e6053f0358f9522d2d14693f9bc152f47fe04c82c53dc8c6d127a5a823c8720 (details)
  84. Update mcr.microsoft.com/windows/servercore:1809 to sha256:00cdad01de658d8d64acf052ddaa19c848e6d7edd214f2d8c2fd3da116fa58b2 (details)
  85. Groovy 4.0.19 (details)
  86. [percona] update ps-80 version (details)
  87. Add semver major version tag for v2 (details)
  88. Update julia (details)
  89. Update redmine (details)
  90. Update Nextcloud (details)
  91. Update `tianon/buildkit:0.12` with explicit `BUILDKIT_STEP_LOG_MAX_{SIZE,SPEED}` (details)
  92. Update bash (details)
  93. Update docker/scout-sbom-indexer:1 to sha256:aded850ddfef33fb06c76853b842351beccaf9387e4e67d39411c948330a6fe8 (details)
  94. chore(release): bump Kong to 3.6.1 (details)
  95. Update golang (details)
  96. Update docker/dockerfile:1 to sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 (details)
  97. haxe: 4.3.4 (details)
  98. Update bashbrew to 0.1.12 (details)
  99. Update busybox (details)
  100. Update mcr.microsoft.com/windows/servercore:ltsc2022 to sha256:6b8781cab588a2858d1aba2c5d5456e79c823e04d666d59d0732dab1273dc8fb (details)
  101. Update wordpress (details)
  102. Update Joomla! (details)
  103. Fix Graal SHAs (details)
  104. [Swift] Add support for Swift 5.10 (details)
  105. [Swift] Fix the Windows Dockerfile (details)
  106. Update drupal (details)
  107. update rocket.chat supported versions (details)
  108. Update busybox (details)
  109. Refactor CODEOWNERS, add Laurent explicitly to several things 👀 (details)
  110. Node: feat: Node.js 21.7.0 (details)
  111. Aerospike 7.0.0.5 (details)
  112. Update ghost (details)
  113. Update docker (details)
  114. Update docker (details)
  115. [oraclelinux] Update 8/9/9-slim for amd64/arm64v8 (details)
  116. Update openjdk (details)
  117. Update XWiki LTS version to 15.10.7 (details)
  118. Update Matomo (details)
  119. Update dart (details)
  120. Update ghost (details)
  121. emqx v5.5.1 (details)
  122. Update hello-world (details)
  123. Node: feat: Node.js 21.7.1 (details)
  124. Update mongo (details)
  125. Update haproxy (details)
  126. Update Clear Linux OS to 41190 (details)
  127. chore: Update to Rustup version 1.27.0 (details)
  128. Telegraf v1.30.0 (details)
  129. elixir 1.16.2 (details)
  130. erlang/otp 26.2.3 (details)
  131. Add amazonlinux releases (details)
  132. Update photon image (details)
  133. Update Debian (details)
  134. Update wordpress (details)
  135. composer release 2.7.2 (details)
  136. Odoo: update 15.0-17.0 to release 20240312 (details)
  137. Bump Traefik to v3.0.0-rc2 (details)
  138. Update wordpress (details)
  139. Update docker (details)
  140. [nats] Release v2.10.12 (details)
  141. Update drupal (details)
  142. Update python (details)
  143. Releasing neo4j 5.18.0 (details)
  144. Bump Traefik to v3.0.0-rc3 (details)
  145. Add InfluxDB Maintainers (details)
  146. Update mongo (details)
  147. Upgrade Zookeeper to 3.8.4 and 3.9.2 (details)
  148. Update tomcat (details)
  149. Update sha to include entrypoint updates (details)
  150. Update tomcat (details)
  151. Update hello-world (details)
  152. Update Jetty versions to 9.4.54 and 12.0.7 (details)
  153. Update php (details)
  154. alpine: edge snapshot 20240315 (details)
  155. Update docker/scout-sbom-indexer:1 to sha256:3e086e8acd5313193dfc01715438078fd909c2d55c6b5455499885959b9fd3c1 (details)
  156. Update openjdk (details)
  157. Update docker (details)
  158. Update memcached (details)
  159. Update ghost (details)
  160. Add amazonlinux releases (details)
  161. Update to stack 2.15.3 in haskell images (details)
  162. Groovy 4.0.20 (details)
  163. Update Clear Linux OS to 41230 (details)
  164. Releasing Neo4j 5.18.1 (details)
  165. Update ghost (details)
  166. Update mongo (details)
  167. Update rabbitmq (details)
  168. Update amazonlinux maintainers (details)
  169. varnish: update to 7.5.0 (details)
  170. quoting issue (details)
  171. Update Apache Flink to 1.19.0 (details)
  172. Update bash (details)
  173. Aerospike 7.0.0.6 (details)
  174. address comment: improve the docker-entrypoint.sh (details)
  175. Bump IBM Java version to 8.0.8.21 (details)
  176. update vmod_dynamic (details)
  177. Release of GeoNetwork 4.4.3 and 4.2.9 (details)
  178. varnish: update to 7.4.3 and 6.0.13 (details)
  179. Update julia (details)
  180. Update docker/scout-sbom-indexer:1 to sha256:093de035a0ffe98ccae4b0eba86c55e1bd2865a94ac8678abde3964f8c77c6ea (details)
  181. Update hello-world (details)
  182. Update Joomla! (details)
  183. Update wordpress (details)
  184. update tags (details)
  185. Update ghost (details)
  186. Added a new "otel" variant for nginx mainline. (details)
  187. Update docker (details)
  188. Update memcached (details)
  189. Update docker (details)
  190. Update docker/scout-sbom-indexer:1 to sha256:da1bdcd9864f12dae86a57e30593562351aa7ff5e62a018ba8a9a4e7ccd2aa6a (details)
  191. Update python (details)
  192. Update docker (details)
  193. Update cassandra (details)
  194. Update photon image (details)
  195. Update docker/scout-sbom-indexer:1 to sha256:ff5f453c1964ace728475a65365288da52cd8c2e56e16b70251f85683d1ce05b (details)
  196. chore: Update to Rust version 1.77.0 (details)
  197. Update ghost (details)
  198. library/perl: 5.39.8 -> 5.39.9 (details)
  199. Update docker/scout-sbom-indexer:1 to sha256:14166345b0d0e4f1bcc7037619eba046ac29666e1acf4cddc0150a1fcc36f447 (details)
  200. Update python (details)
  201. [Friendica] Release 2024.03 (details)
  202. Update ghost (details)
  203. Update docker (details)
  204. Gradle 8.7 (details)
  205. Update Clear Linux OS to 41270 (details)
  206. Update Couchbase Server CE+EE to 7.6.0 (details)
  207. Update photon image (details)
  208. Update CrateDB to 5.6.3 (details)
  209. Remove CrateDB 5.2, reached end-of-lif. (details)
  210. Remove CrateDB 4.8, deprecated (details)
  211. Official Convertigo 8.2.7 release (details)
  212. Odoo: update 15.0-17.0 to release 20240325 (details)
  213. arangodb 3.12.0 (details)
  214. Upgrade XWiki stable version to 16.2.0 (details)
  215. Added SapMachine 22 (details)
  216. Update openjdk (details)
  217. Update tomcat (details)
  218. Update ALT Linux - 20240326 (details)
  219. Add 22 Images (details)
  220. Update bash (details)
  221. Releasing Neo4j 4.4.32 (details)
  222. Update docker/scout-sbom-indexer:1 to sha256:254437e05256f393fe4b1b44e2811ec6a05ad7e67baacf70d49552af7c6ac318 (details)
  223. Update haproxy (details)
  224. Update Amazon Corretto maintainers (details)
  225. Update mysql (details)
  226. update rocket.chat (details)
  227. Update elk to 8.13.0, 7.17.19 (#16479) (details)
  228. Updated Unit to 1.32.1. (details)
  229. ci: Update Github actions (details)
  230. Updates for WebSphere and Open Liberty 24.0.0.3 (details)
  231. Update redhat/ubi8:latest to sha256:edc34f89cf9c818c2fb28b8ea1780f384db563ce4293dc0ab8e73ec01791e5af (details)
  232. Node: feat: Node.js 18.20.0, 20.12.0 (details)
  233. Update mongo (details)
  234. Update dart (details)
  235. eclipse-temurin: add jdk22 release (details)
  236. Update xwiki LTS version (#16488) (details)
  237. Update rakudo-star to 2024.02 (details)
  238. Update busybox (details)
  239. Update busybox (details)
  240. Update memcached (details)
  241. Update wordpress (details)
  242. Update php (details)
  243. MediaWiki 1.41.1 / 1.40.3 / 1.39.7 security releases (details)
  244. Update openjdk (details)
  245. alpine: edge snapshot 20240329 (details)
  246. Update rabbitmq (details)
  247. Update Nextcloud (details)
  248. Add arm64v8 to Java 21 image (details)
  249. Update docker (details)
  250. [oraclelinux] Update 9 for amd64/arm64v8 (details)
  251. Update Debian unstable/testing (esp. for CVE-2024-3094) (details)
  252. Update Clear Linux OS to 41370 (details)
  253. Update photon image (details)
  254. Update alpine, auto_path (details)
  255. Update ghost (details)
  256. Update api-firewall (details)
  257. 'sl7 container build-date=20240401' (details)
  258. Telegraf v1.30.1 (details)
  259. chore: Update to Rust version 1.77.1 (details)
  260. Update tomcat (details)
  261. Update photon image (details)
  262. Update bash (details)
  263. Update GeoNetwork 3.12.11 to use Tomcat 9 (details)
  264. maven: eclipse-temurin-22 images (details)
  265. Update wordpress (details)
  266. Update amazoncorretto for additional tags for 22 (details)
  267. Aerospike 7.0.0.7 (details)
  268. Adding Couchbase Server 7.6.1 (CE and EE) (details)
  269. Update drupal (details)
  270. Update to stack 2.15.5 in haskell images (details)
  271. emqx 5.6.0 (details)
  272. Update api-firewall (details)
  273. Update python (details)
  274. Update golang (details)
  275. Update mongo (details)
  276. Updated mageia images (#16524) (details)
  277. Move latest tags to Java 21 (details)
  278. Node: feat: Node.js 18.20.1, 20.12.1, 21.7.2 (details)
  279. Update httpd (details)
  280. Update openjdk (details)
  281. Add amazonlinux releases (details)
  282. Odoo: update 15.0-17.0 to release 20240405 (details)
  283. Update mcr.microsoft.com/windows/nanoserver:1809 to sha256:9118c25a81609f13b441411f006b7cb6dd50958303e228f53914bebd8056d2e1 (details)
  284. Update mcr.microsoft.com/windows/nanoserver:ltsc2022 to sha256:6223f3a17f2652064c56ca55aaef866177d58d6a1c526636ac2120685df5466d (details)
  285. Update mcr.microsoft.com/windows/servercore:1809 to sha256:6fdf140282a2f809dae9b13fe441635867f0a27c33a438771673b8da8f3348a4 (details)
  286. Update mcr.microsoft.com/windows/servercore:ltsc2022 to sha256:5d09ffa90d91a46e2fe7652b0a37cbf5217f34a819c3d71cbe635dae8226061b (details)
  287. arangodb 3.10.14 (details)
  288. Updated swipl stable to 9.2.3 (details)
  289. [oraclelinux] Update 8/8-slim/8-slim-fips for amd64/arm64v8 (details)
  290. Add myself as maintainer of httpd (details)
  291. Update dart (details)
  292. Update irssi (details)
  293. Update redmine (details)
  294. Update httpd (details)
  295. Update wordpress (details)
  296. Update memcached (details)
  297. Update ruby (details)
  298. Update drupal (details)
  299. Update php (details)
  300. Update pypy (details)
  301. Update redis (details)
  302. [ros] switch ros rolling to noble base image (details)
  303. Update Jetty version to 12.0.8 (details)
  304. Update CrateDB to 5.6.4 (details)
  305. Update haproxy (details)
  306. Update rakudo-star to 2024.03 (details)
  307. Update ghost (details)
  308. Update haproxy (details)
  309. Update Debian (details)
  310. Update bash (details)
  311. Update elk (details)
  312. update rocket.chat (details)
  313. Update python (details)
  314. chore: Update to Rust version 1.77.2 (details)
  315. Update wordpress (details)
  316. Bump Traefik to v2.11.1 (details)
  317. Update traefik v3.0.0-rc4 (details)
  318. Update clojure (details)
  319. Almalinux auto-update - 20240410 17:47:25 (details)
  320. Update julia (details)
  321. elang/otp 27.0-rc2, 25.3.2.10, 24.3.4.17, 23.3.4.20, 22.3.4.27, rebar3 3.23.0 (details)
  322. Node: feat: Node.js 18.20.2, 20.12.2, 21.7.3 (details)
  323. Update mongo (details)
  324. Update php (details)
  325. Update docker (details)
  326. Update photon image (details)
  327. Bump Traefik to v2.11.2 and v3.0.0-rc5 (#16591) (details)
  328. [nats] Release v2.10.14 (details)
  329. Remove a few architectures from satosa that fail to build (details)
  330. Update mongo (details)
  331. Releasing Neo4j 5.19.0 (details)
  332. Release SonarQube 10.5.0 (details)
  333. Update mongo-express (details)
  334. Update php (details)
  335. Update rabbitmq (details)
  336. Update openjdk (details)
  337. Add Liquibase (#8409) (details)
  338. InfluxDB 2.7.6 (details)
  339. erlang/otp 26.2.4, 25.3.2.11 (details)
  340. Update Clear Linux OS to 41450 (details)
  341. Update ghost (details)
  342. Update Ubuntu 2024-04-15 (details)
  343. Update JRuby Java 21 images to jammy (details)
  344. Update bash (details)
  345. Odoo: update 15.0-17.0 to release 20240416 (details)
  346. Update cassandra (details)
  347. [oraclelinux] Update 8/8-slim/8-slim-fips for amd64/arm64v8 (details)
  348. Update Joomla! (details)
  349. Use DOI specific SBOM scanner that supports PHP composer and Erlang OTP (details)
  350. Update tomcat (details)
  351. Update amazoncorretto for 2024 q2 release (details)
  352. TomEE Added 10.0.0-M1, 9.1.3, dropped 8.x (#16620) (details)
  353. Update api-firewall (details)
  354. Update docker/scout-sbom-indexer:1-doi to sha256:630fb661ff8194ea0728758b003c9d8fd22908f0fa0952cef2196c826e8c4913 (details)
  355. Updated mainline nginx to 1.25.5. (details)
  356. Release of GeoNetwork 4.4.4 (details)
  357. Update mongo (details)
  358. Update dart (details)
  359. Update docker (details)
  360. Update YOURLS (details)
  361. erlang/otp 27.0-rc3 (details)
  362. Update haproxy (details)
  363. Add amazonlinux releases (details)
  364. SapMachine updates 04/24 (details)
  365. Update mongo (details)
  366. Update Clear Linux OS to 41560 (details)
  367. Update photon image (details)
  368. upgrade haskell to ghc 9.6.5 (details)
  369. emqx 5.6.1 (details)
  370. Fedora 2024-04-22 (details)
  371. Node: feat: drop arm32v7 buster for Node 20 (details)
  372. Telegraf v1.30.2 (details)
  373. Update docker (details)
  374. Update bash (details)
  375. release 2.7.4 (details)
  376. Update ruby (details)
  377. Kapacitor v1.7.4 (details)
  378. Update ruby (details)
  379. eclipse-temurin: 8u412, 11.0.23+9, 17.0.11+9, 21.0.3+9, 22.0.1+8 (details)
  380. Update redhat/ubi9-minimal:latest to sha256:b6ec3ea97ba321c7529b81ae45c407ba8039d52fea3f7b6853734d7f8863344b (details)
  381. Update redhat/ubi9:latest to sha256:770cf07083e1c85ae69c25181a205b7cdef63c11b794c89b3b487d4670b4c328 (details)
  382. Update eclipse-temurin with s390x SHA (details)
  383. Update eclipse-temurin (details)
  384. Update tomcat (details)
  385. Update clojure (details)
  386. Updated nginx (details)
  387. Update Debian (details)
  388. Update pypy (details)
  389. Update CrateDB to 5.7.0 (details)
  390. Add 5.5.4 tag to point to the same commit as 5.5.5 (details)
  391. Releasing Neo4j 4.4.33 (details)
  392. Update to R 4.4.0 released this morning (details)
  393. Update dart (details)
  394. Update Nextcloud (details)
  395. [oraclelinux] Update 9/9-slim/9-slim-fips for amd64/arm64v8 (details)
  396. Add Couchbase Server EE 7.2.5 (details)
  397. Update docker (details)
  398. Update Ubuntu 2024-04-25 (details)
  399. Node: feat: Node.js 22.0.0 (details)
  400. Update clojure (details)
  401. Update docker/dockerfile:1 to sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e (details)
  402. Update Nextcloud (details)
  403. Update php (details)
  404. Storm 2.6.2 (details)
  405. Upgrade SonarQube LTA to 9.9.5 (details)
  406. haskell: bump cabal from 3.10.2.0 to 3.10.3.0 (details)
  407. Release chronograf v1.10.4 (details)
  408. Updated swipl stable to 9.2.4 (details)
  409. Updates for WebSphere and Open Liberty 24.0.0.4 (details)
  410. Update mongo (details)
  411. Update haproxy (details)
  412. Apache Solr - Apache Solr release 9.6.0 (details)
  413. feat: Add s390x to rust images (details)
  414. Update Clear Linux OS to 41610 (details)
  415. Update photon image (details)
  416. library/perl: 5.39.9 -> 5.39.10 (details)
  417. Odoo: update 15.0-17.0 to release 20240429 (details)
  418. Update traefik (details)
  419. test nanoserver (details)
  420. Update traefik (details)
  421. Update config.sh (details)
  422. Update JRuby 9.4 to 9.4.7.0 (details)
  423. Update traefik (details)
  424. Update bash (details)
  425. Release SonarQube 10.5.1 (details)
  426. Update XWiki stable version to 16.3.0 (details)
  427. Update InfluxDB Enterprise to 1.10.6 (details)
  428. Update InfluxDB Maintainers (details)
  429. [ros] add upcoming ros release jazzy (details)
  430. Update docker (details)
  431. Update julia (details)
  432. [ros] jazzy 0.10.0-4 -> 0.11.0-1 (details)
  433. Update mysql (details)
  434. Aerospike 7.0.0.8 (details)
  435. 'sl7 container build-date=20240501' (details)
  436. Update Ubuntu 2024-05-01 (details)
  437. caddy: v2.8.0-beta.1 release (details)
  438. Update drupal (details)
  439. Update mysql (details)
  440. Update ELK images for 7.17.21 (details)
  441. chore: Update to Rust version 1.78.0 (details)
  442. Update rakudo-star to 2024.04 (details)
  443. Update redhat/ubi9-minimal:latest to sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3 (details)
  444. Update mongo (details)
  445. Node: feat: Node.js 22.1.0 (details)
  446. Update redhat/ubi9:latest to sha256:ed84f34cd929ea6b0c247b6daef54dd79602804a32480a052951021caf429494 (details)
  447. Update rabbitmq (details)
  448. Update openjdk (details)
  449. Update wordpress (details)
  450. arangodb 3.12.0.2 (details)
  451. Update Monica to v4.1.1 (details)
  452. Update ALT Linux - 20240503 (details)
  453. Bump nginx to fix builds on arm32v5 (details)
  454. erlang/otp 26.2.5, 25.3.2.12 (details)
  455. Update haproxy (details)
  456. Update Clear Linux OS to 41660 (details)
  457. Update rabbitmq (details)
  458. Update CrateDB to 5.6.5 and 5.7.1 (details)
  459. Update memcached (details)
  460. Apache Solr - Remove 9.4 from list of supported versions (apache/solr-docker#21) (details)
  461. release 2.7.6 (details)
  462. Re-enable BuildKit "Garbage Collection" (details)
  463. AlmaLinux auto-update - 20240506 17:51:21 (details)
  464. Update photon image (details)
  465. Update bash (details)
  466. Update redhat/ubi8-minimal:latest to sha256:2fa47fa9df7b98e2776f447855699c01d06c3271b2d7259b8b314084580cf591 (details)
  467. Update redhat/ubi8:latest to sha256:83068ea81dd02717b8e39b55cdeb2c1b2c9a3db260f01381b991755d44b15073 (details)
  468. Update dart (details)
  469. Update busybox (details)
  470. Update golang (details)
  471. Update tomcat (details)
  472. Update wordpress (details)
  473. Node: feat: Node.js 20.13.0 (details)
  474. Update ELK Images (#16710) (details)
  475. Update to 4.1.2 (details)
  476. Update tomcat (details)
  477. caddy: v2.8.0-beta.2 release (details)
  478. Update python (details)
  479. Update gcc (details)
  480. Bump IBM Java version to 8.0.8.25 (details)
  481. Update docker (details)
  482. Update ELK images for 8.13.4 (details)
  483. Update mageia (#16743) (details)
  484. [oraclelinux] Update 8/8-slim/8-slim-fips/9/9-slim/9-slim-fips for amd64/arm64v8 (details)
  485. Node: feat: Node.js 20.13.1 (details)
  486. Update openjdk (details)
  487. Update postgres (details)
  488. Update mysql (details)
  489. Update php (details)
  490. Update Jetty version to 12.0.9 (details)
  491. Update haproxy (details)
  492. Aerospike 7.0.0.9 (details)
  493. Update mcr.microsoft.com/windows/nanoserver:1809 to sha256:6f62243adf70b086613cb4b4596c276fe73bab1e5152037eb5b156c915886be8 (details)
  494. Update mcr.microsoft.com/windows/nanoserver:ltsc2022 to sha256:ac6a7571d5a404398e2f734d92f9b8f580a4fe1e6ae1820a61c5f138b1bdeff3 (details)
  495. Update mcr.microsoft.com/windows/servercore:1809 to sha256:3c97a5c1c32ddb346c190f00a588da6e682a9a8160869f4969edfd7c6e4d1c03 (details)
  496. Update mcr.microsoft.com/windows/servercore:ltsc2022 to sha256:45952938708fbde6ec0b5b94de68bcdec3f8c838be018536b1e9e5bd95e6b943 (details)
  497. Update Clear Linux OS to 41680 (details)
  498. Update photon image (details)
  499. Upgrade XWiki stable version to 16.3.1 (details)
  500. Odoo: update 15.0-17.0 to release 20240513 (details)
  501. Update tomcat (details)
  502. Update Debian (details)
  503. Update bash (details)
  504. New SapMachine images and tags (details)
  505. Updated swipl devel to 9.3.6 (details)
  506. releasing neo4j 4.4.34 (details)
  507. Update dart (details)
  508. Update redhat/ubi8-minimal:latest to sha256:f729a7f5685ea823e87ffd68aff988f2b8ff8d52126ade4e6de7c68088f28ebd (details)
  509. Update redhat/ubi8:latest to sha256:a424544997de1960a93466b57d12f1f3fac62be0f4cd35482435bae305a6ca27 (details)
  510. Update mongo (details)
  511. Add Storm image based on JRE 17 (details)
  512. Add missing SapMachine JRE images (details)
  513. Aerospike 7.1.0.0 (details)
  514. Node: feat: Node.js 22.2.0 (details)
  515. Update docker (details)
  516. Update ruby (details)
  517. Update openjdk (details)
  518. Release OrientDB 3.2.29 (details)
  519. XWiki 15.10.9 has been released (details)
  520. Update ghost (details)
  521. Update redis (details)
  522. Update haproxy (details)
  523. Update Clear Linux OS to 41730 (details)
  524. Update redis (details)
  525. Update photon image (details)
  526. Update cassandra (details)
  527. Update cassandra (details)
  528. Update bash (details)
  529. Node: feat: Node.js 18.20.3 (details)
  530. Telegraf v1.30.3 (details)
  531. Update gcc (details)
  532. Bump Traefik to v2.11.3 (details)
  533. Update hylang (details)
  534. [nats] Release v2.10.16 (details)
  535. Caddy v2.8.0-rc.1 (details)
  536. Add lts-and-current images to allow Gradle to use Java 22 (#16550) (details)
  537. erlang/otp 27.0 (details)
  538. alpine: add 3.20.0 as latest (details)
  539. Odoo: update 15.0-17.0 to release 20240522 (details)
  540. Updated swipl stable to 9.2.5 (details)
  541. Bump Traefik to v3.0.1 (details)
  542. [nats] Release v2.10.16 - fix image (details)
  543. Update memcached (details)
  544. Update golang (details)
  545. Update php (details)
  546. Update python (details)
  547. Node: Add Alpine 3.20 variant (details)
  548. Update docker (details)
  549. Update bash (details)
  550. Update postgres (details)
  551. Update ruby (details)
  552. Update buildpack-deps (details)
  553. Update irssi (details)
  554. MariaDB 2024 Q2 part 1 release (details)
  555. ⬆️ (library/liquibase): upgrade tags to version 4.28 and corresponding alpine versions (details)
  556. Releasing Neo4j 5.20.0 (details)
  557. Update redis (details)
  558. [ROS] Jazzy LTS officially released (details)
  559. Update dart (details)
  560. feat(Rust): Add Alpine 3.20 variant (details)
  561. Update haproxy (details)
  562. Update spiped:alpine to alpine:3.20 (details)
  563. Updates for WebSphere and Open Liberty 24.0.0.5 (#16823) (details)
  564. Update julia (details)
  565. [ros] Rolling 0.10.0-3 -> 0.11.0-1 (details)
  566. Update haproxy (details)
Commit 100640106391cc9248dc8fe77b094a4c3be85c18 by doi+docker-library-bot
Update redhat/ubi8:latest to sha256:bce7e9f69fb7d4533447232478fd825811c760288f87a35699f9c8f030f2c1a6
The file was modified.external-pins/redhat/ubi8___latest (diff)
The file was modifiedlibrary/elixir (diff)
The file was modifiedlibrary/photon (diff)
Commit 58142766d0d7d22553e9aa1fa737c45ed80f4dd2 by clrbuilder
Update Clear Linux OS to 41040

Update Clear Linux OS latest+base images to release 41040
The file was modifiedlibrary/clearlinux (diff)
Commit 8252df4bdcef4051af21be5c90b0722a21c52160 by github
Update CrateDB to 5.6.2
The file was modifiedlibrary/crate (diff)
Commit 6297df9f960d0c4570da935f1a378a3b0c6c0eb5 by github
Update API Firewall
The file was modifiedlibrary/api-firewall (diff)
Commit 6907602a3d7ced05aacd56e9faeb04ad54836df0 by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/03e10bf: Update to 5.79.4, ghost-cli 1.25.3
The file was modifiedlibrary/ghost (diff)
Commit a77fa4354dd5595446a11171a412e236a02dde3b by doi+docker-library-bot
Update tomcat

Changes:

- https://github.com/docker-library/tomcat/commit/2922893: Update 8.5 to 8.5.99
- https://github.com/docker-library/tomcat/commit/1dc76a9: Update 10.1 to 10.1.19
- https://github.com/docker-library/tomcat/commit/8e66158: Update 9.0 to 9.0.86
- https://github.com/docker-library/tomcat/commit/d4878dc: Update 11.0 to 11.0.0-M17
The file was modifiedlibrary/tomcat (diff)
Commit 988c4f750c066bdc1a9d957402d81fcc849a93f9 by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/d69b105: Update devel to 20240216, commit e1dd98a1dba28310c78157070c5566a43ed86ca6
The file was modifiedlibrary/bash (diff)
Commit 76dc8b56b247bac613ba423167834884fcc12361 by cverna
Fedora Update 20240220

Fedora 37 is EOL, Fedora 41 is the new rawhide.

Signed-off-by: Clement Verna <cverna@tutanota.com>
The file was modifiedlibrary/fedora (diff)
The file was modifiedlibrary/telegraf (diff)
Commit 78f64625b2aaf2ccdf0264e9e946029558a6d152 by doi+docker-library-bot
Update ruby

Changes:

- https://github.com/docker-library/ruby/commit/a27888b: Merge pull request https://github.com/docker-library/ruby/pull/439 from osyoyu/fix-crash-3.3.0
- https://github.com/docker-library/ruby/commit/cfdac1e: Workaround 3.3.0 crash on arm64
The file was modifiedlibrary/ruby (diff)
Commit 446dd5291d93c3ad4e4867541983e35fbd5c9c1e by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/8af90c8: Update beta to 6.5-beta2
The file was modifiedlibrary/wordpress (diff)
Commit 5abbd15c7735dfd7fd9368748d8cd7b02859c484 by headius
Update JRuby 9.4 to 9.4.6.0 and 9.3 to 9.3.14.0
The file was modifiedlibrary/jruby (diff)
Commit 8c5724da26cbacfad398de646b3e11d96487b815 by daniel
MariaDB 2024 Q1 part 2 release

11.3.2 is stable
11.4.1 is RC
The file was modifiedlibrary/mariadb (diff)
Commit 949c7dfd2e658e96fb1cddfbd6a760bfefb5e19a by daniel
test: mysql-log-bin - add password

MariaDB-11.4 added a default self-signed TLS cert. With this
in the cases where there is no secure password there will be a TLS
error. By setting the password, the connection can continue.

Adding the password is compatible with MySQL and equivalents.
The file was modifiedtest/tests/mysql-log-bin/run.sh (diff)
Commit c466f4f40c5b85c46fa60d85d2b1029bb124486a by 3949379+getong
add erlang/otp 27.0-rc1, update 26.2.2, 25.3.2.9, 24.3.4.16
The file was modifiedlibrary/erlang (diff)
The file was modifiedlibrary/joomla (diff)
Commit 3e34707f424d6afd58f668fc6ccf660d12d39dab by Miguel Moquillon
Update Docker image for Silverpeas version 6.3.4
The file was modifiedlibrary/silverpeas (diff)
Commit 33933343bbac0a32f17629f72ae7fc44c225ee9a by doi+docker-library-bot
Update postgres

Changes:

- https://github.com/docker-library/postgres/commit/44ef8b2: Merge pull request https://github.com/docker-library/postgres/pull/1201 from finnigja/master
- https://github.com/docker-library/postgres/commit/ab69250: update to gosu 1.17
The file was modifiedlibrary/postgres (diff)
The file was modifiedlibrary/rocket.chat (diff)
Commit e74e8460215a8bdd083ab7a514b82081dd0be461 by daniel
MariaDB urgent reissue

Unfortunately the last latest release broken PHP and nodejs
because of a protocol issue. The configuration item
character-set-collations added in the default 11.3/11.4
image generated this.

Closes: https://github.com/MariaDB/mariadb-docker/issues/560
The file was modifiedlibrary/mariadb (diff)
The file was modifiedlibrary/znc (diff)
Commit 1d176738cc6d4e23f70884b88ec42a7c298c4d93 by Miguel Moquillon
Remove the ref to the last version of Silverpeas 6.2 as this version branch (6.2.x) isn't anymore maintained
The file was modifiedlibrary/silverpeas (diff)
Commit 3dbb567467e7ba8aea461dff6e8cc926f7a92690 by David.Natachanny
update 8.12.2 sha

Signed-off-by: DaveOps <daveops@DaveOpss-MacBook-Pro.local>
The file was modifiedlibrary/kibana (diff)
The file was modifiedlibrary/elasticsearch (diff)
The file was modifiedlibrary/logstash (diff)
Commit cd32657f2b20e611864b7bbedab8cae23af0879c by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/0960f0d: Update 23 to 23-ea+11
The file was modifiedlibrary/openjdk (diff)
Commit 9593bd55b0dcba2193f56dea985637f59395787e by github
Released OrientDB 3.2.28
The file was modifiedlibrary/orientdb (diff)
The file was modifiedlibrary/haskell (diff)
Commit b5a8b1f8d14a902e9d8a08cf29345bbffa8e0345 by zakame
library/perl: 5.39.7 -> 5.39.8

- https://github.com/Perl/docker-perl/pull/156
The file was modifiedlibrary/perl (diff)
Commit 67c5ec1154645784664c271f4f6b2bfd954f285f by doi+docker-library-bot
Update rabbitmq

Changes:

- https://github.com/docker-library/rabbitmq/commit/a114fee: Merge pull request https://github.com/docker-library/rabbitmq/pull/692 from infosiftr/eol
- https://github.com/docker-library/rabbitmq/commit/d450e17: Remove 3.9, 3.10, 3.11 (EOL and/or out of community support)
- https://github.com/docker-library/rabbitmq/commit/849609c: Merge pull request https://github.com/docker-library/rabbitmq/pull/691 from infosiftr/3.13
- https://github.com/docker-library/rabbitmq/commit/6cc0f66: Update to 3.13.0 (GA)
The file was modifiedlibrary/rabbitmq (diff)
Commit 8812b9bdf595f3ad3cd2ba7223d95b928783ff01 by github
Releasing Neo4j 5.17.0 (#16298)

* Releasing Neo4j 5.17.0

* new Neo4j ubi9 images and bumped gitsha to fix errors

* fixed typo

---------

Co-authored-by: Jenny Owen <jennyowen@users.noreply.github.com>
The file was modifiedlibrary/neo4j (diff)
Commit ada5d3b226d9f083a2ff832be36b7e139f019584 by admwiggin
Fix typo in `python-pip-requests-ssl` test

In 44b79e2186b43ee1f3ecda9f8b0d00209a2104aa, we removed `--root-user-action` from our `pip install` invocation, but missed the `ignore` value, so we've been installing https://pypi.org/project/ignore/ in this test ever since. 😂
The file was modifiedtest/tests/python-pip-requests-ssl/container.py (diff)
Commit fb609e1af6132e901ff26ff1d96ecd0541434ff3 by clrbuilder
Update Clear Linux OS to 41120

Update Clear Linux OS latest+base images to release 41120
The file was modifiedlibrary/clearlinux (diff)
The file was modifiedlibrary/photon (diff)
Commit 1acd873852820aee824da3889faa5b7f8a35d279 by github
Upgrade XWiki stable version to 16.1.0

Also remove 15.5.x information as it's not maintained anymore.
The file was modifiedlibrary/xwiki (diff)
The file was modifiedlibrary/xwiki (diff)
Commit cb94c262bc5b99e0f6e734968d9f96f59c219112 by matteo.mara
Upgrade SonarQube to 10.4.1
The file was modifiedlibrary/sonarqube (diff)
Commit 8487430294014f5f12548cf375d1e131be6a8e6a by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/e14e1d1: Update 2.9 to 2.9.6
- https://github.com/docker-library/haproxy/commit/7ff4e11: Update 3.0 to 3.0-dev4
The file was modifiedlibrary/haproxy (diff)
Commit c620ec5c640c7dfd50002a5e3c8d275ef7d1770c by sktomer
Add amazonlinux releases

Updated Packages for Amazon Linux 2:
- tzdata-2024a-1.amzn2.0.1
- nss-sysinit-3.90.0-2.amzn2.0.2
- nss-softokn-3.90.0-6.amzn2.0.2
- ca-certificates-2023.2.64-1.amzn2.0.1
- nss-tools-3.90.0-2.amzn2.0.2
- nss-softokn-freebl-3.90.0-6.amzn2.0.2
- nss-3.90.0-2.amzn2.0.2
Packages addressing CVES:
- nss-sysinit-3.90.0-2.amzn2.0.2, nss-tools-3.90.0-2.amzn2.0.2, nss-3.90.0-2.amzn2.0.2
  - [CVE-2023-7104](https://alas.aws.amazon.com/cve/html/CVE-2023-7104.html)
- nss-softokn-3.90.0-6.amzn2.0.2, nss-softokn-freebl-3.90.0-6.amzn2.0.2
  - [CVE-2023-6135](https://alas.aws.amazon.com/cve/html/CVE-2023-6135.html)

Updated Packages for Amazon Linux 2023:
- tzdata-2024a-1.amzn2023.0.1
- expat-2.5.0-1.amzn2023.0.3
- ca-certificates-2023.2.64-1.0.amzn2023.0.1
- amazon-linux-repo-cdn-2023.3.20240219-0.amzn2023
- system-release-2023.3.20240219-0.amzn2023
- openssl-libs-3.0.8-1.amzn2023.0.11
Packages addressing CVES:
- expat-2.5.0-1.amzn2023.0.3
  - [CVE-2023-52426](https://alas.aws.amazon.com/cve/html/CVE-2023-52426.html)
- openssl-libs-3.0.8-1.amzn2023.0.11
  - [CVE-2023-6237](https://alas.aws.amazon.com/cve/html/CVE-2023-6237.html)
  - [CVE-2024-0727](https://alas.aws.amazon.com/cve/html/CVE-2024-0727.html)
The file was modifiedlibrary/amazonlinux (diff)
Commit 537192105498d292b2929d91aa580cb109473c9b by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/715911f: Update to 5.79.6, ghost-cli 1.25.3
- https://github.com/docker-library/ghost/commit/6b63260: Update to 5.79.5, ghost-cli 1.25.3
The file was modifiedlibrary/ghost (diff)
Commit b05a2a62ae0d067d675a5938943b973a09ea965f by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/843eb46: Merge pull request https://github.com/docker-library/docker/pull/483 from infosiftr/dind-git
- https://github.com/docker-library/docker/commit/485fefe: Add `git` to `dind` variants (and make `git` an alias of `dind`, for 24.x and 25.x)
The file was modifiedlibrary/docker (diff)
The file was modifiedlibrary/arangodb (diff)
Commit 5b789f45d08116d9b59e9f78d21d27a1b8310464 by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/b63a60b: Update 2.8 to 2.8.7
The file was modifiedlibrary/haproxy (diff)
Commit 20ca934f51e5bed3396d5a6fa61df7b3f9f0a79e by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/d7b6719: Update devel to 20240221, commit 43ecbeb31e5bbbc1a7557243af82b9f3e6390ced
The file was modifiedlibrary/bash (diff)
Commit ba5e48c38143d751a6978fed0ff1ef955417cca9 by bpfeifer
Kapacitor Release 1.7.2
The file was modifiedlibrary/kapacitor (diff)
Commit e160943d88a3ad394f2c721f6fbd71bbb6454f18 by vicrud
AmazonCorretto: Update to 21.0.2.14.1
The file was modifiedlibrary/amazoncorretto (diff)
Commit d50bce8c7036555c520ebcc856758e80611479d2 by iippolitov
Updated Unit to 1.32.0.
The file was modifiedlibrary/unit (diff)
Commit 914b2f1b54cb6c0c24cfd20fb5821f19fb63df5d by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/1ced29f: Update beta to 6.5-beta3
The file was modifiedlibrary/wordpress (diff)
Commit 81903b2d390710e6dcfe7e89463141aaac8d86f0 by wraschke
Add Gkerta Seferi as a maintainer
The file was modifiedlibrary/websphere-liberty (diff)
The file was modifiedlibrary/open-liberty (diff)
Commit 21065c3366d2e7968ce72dc8878bdcf5f91ae4d4 by doi+docker-library-bot
Update memcached

Changes:

- https://github.com/docker-library/memcached/commit/c28a68e: Update 1 to 1.6.24
The file was modifiedlibrary/memcached (diff)
Commit ad647c1ffa68703d7398d2b7afda018eb03589a0 by github
Releasing Neo4j 4.4.31
The file was modifiedlibrary/neo4j (diff)
Commit 056a12385bf0642053a0cb8a087e3bca434bb6a9 by bpfeifer
Chronograf 1.10.3

This also removes Bucky Schwarz <bucky@influxdata.com> (@hoorayimhelping)
as a maintainer because he is no longer with InfluxData.
The file was modifiedlibrary/chronograf (diff)
Commit 025f8e5aceed1f843be36ed50daf171fd9c8f02a by wraschke
Updates for WebSphere and Open Liberty 24.0.0.2 release
The file was modifiedlibrary/open-liberty (diff)
The file was modifiedlibrary/websphere-liberty (diff)
Commit 23b75e41a3e9701860d0cc07f9ead0f069dbed21 by doi+docker-library-bot
Update mysql

Changes:

- https://github.com/docker-library/mysql/commit/b68a76f: Merge pull request https://github.com/docker-library/mysql/pull/1035 from infosiftr/bookworm
- https://github.com/docker-library/mysql/commit/d6c12b6: Update to Debian Bookworm
The file was modifiedlibrary/mysql (diff)
Commit 3d0901f24529f4f0eac156542057a4ffce648e59 by admwiggin
Fix issue with newer MongoDB requiring TLS trust chain

Before:

```console
$ ./test/run.sh -t mongo-tls-basics -t mongo-tls-auth mongo:4.4.29
testing mongo:4.4.29
'mongo-tls-basics' [1/2]...librarytest/mongo-tls:mongo-4.4.29 stopped unexpectedly!
++ docker logs c6b35d558bcd95eeb36932e02b289b1d9e62283aa05e143a1cda20b6fbcf476f
{"t":{"$date":"2024-02-28T22:56:30.628Z"},"s":"F",  "c":"CONTROL",  "id":20574,   "ctx":"main","msg":"Error during global initialization","attr":{"error":{"code":72,"codeName":"InvalidOptions","errmsg":"The use of TLS without specifying a chain of trust is no longer supported. See https://jira.mongodb.org/browse/SERVER-72839 for details."}}}
failed
'mongo-tls-auth' [2/2]...librarytest/mongo-tls:mongo-4.4.29 stopped unexpectedly!
++ docker logs 0417420c857d936cbd80e34f43450b624ada55e543de3fa42325d7a7fe7876fc
{"t":{"$date":"2024-02-28T22:56:32.344Z"},"s":"F",  "c":"CONTROL",  "id":20574,   "ctx":"main","msg":"Error during global initialization","attr":{"error":{"code":72,"codeName":"InvalidOptions","errmsg":"The use of TLS without specifying a chain of trust is no longer supported. See https://jira.mongodb.org/browse/SERVER-72839 for details."}}}
failed
```

After:

```console
$ ./test/run.sh -t mongo-tls-basics -t mongo-tls-auth mongo:4.4.29
testing mongo:4.4.29
'mongo-tls-basics' [1/2]....passed
'mongo-tls-auth' [2/2]....passed
```
The file was modifiedtest/tests/mongo-basics/run.sh (diff)
Commit 4744d74b965d47a720dcd58d8be23bf730343539 by github
Update spark version to 3.5.1
The file was modifiedlibrary/spark (diff)
Commit 576115af21cd5afe6b1014c53d3d4a90c14221ba by moc
Odoo: update 15.0-17.0 to release 20240229
The file was modifiedlibrary/odoo (diff)
Commit c2f5b06403fdd46c971391923486f20ddbad5829 by jan
swipl devel/stable to 9.3.2/9.2.2
The file was modifiedlibrary/swipl (diff)
Commit 29163bc7a710bd40d7aa7a73379e8e6bd666ebc9 by github
Update api-firewall
The file was modifiedlibrary/api-firewall (diff)
Commit 9feb943bcd2da80b19a1db8061745af86bb821c1 by dario.crivelli
Update lightstreamer image
The file was modifiedlibrary/lightstreamer (diff)
Commit cdc1e3dfdd283264039c10c6a3420a6fe09fa871 by doi+docker-library-bot
Update redhat/ubi8-minimal:latest to sha256:f30dbf77b075215f6c827c269c073b5e0973e5cea8dacdf7ecb6a19c868f37f2
The file was modified.external-pins/redhat/ubi8-minimal___latest (diff)
Commit 596daaba41c2d9f22d7a1f6de3d0daf9c1c2e1a1 by doi+docker-library-bot
Update redhat/ubi9-minimal:latest to sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
The file was modified.external-pins/redhat/ubi9-minimal___latest (diff)
Commit 1406400fa96c3388aedf039d7f4dc27f8922c481 by doi+docker-library-bot
Update redhat/ubi9:latest to sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072
The file was modified.external-pins/redhat/ubi9___latest (diff)
Commit 8ccaf9ca4dff47c1a2cffc49b3e9b04784a58ada by doi+docker-library-bot
Update php

Changes:

- https://github.com/docker-library/php/commit/3afc28a0: Update 8.3-rc to 8.3.4RC1
- https://github.com/docker-library/php/commit/d06699e6: Update 8.2-rc to 8.2.17RC2
The file was modifiedlibrary/php (diff)
The file was modifiedlibrary/rocket.chat (diff)
Commit 5f2bb0524745388247d03bb104483736873adbe1 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/9ee39ba: Merge pull request https://github.com/docker-library/docker/pull/484 from jnoordsij/add-26-rc
- https://github.com/docker-library/docker/commit/cc424ac: Add v26.0.0-rc1 pre-release
The file was modifiedlibrary/docker (diff)
Commit 936d64d1ef4bf2cf5aeac6c85cff2a0fb83c70ec by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/d9f7652: Update 23 to 23-ea+12
The file was modifiedlibrary/openjdk (diff)
Commit 134e8128e7320a0fccf7446aa10f20078adaf4b6 by bpfeifer
chore: upgrade chronograf maintainers
The file was modifiedlibrary/chronograf (diff)
Commit a5a07709a4661c167b17cb4f8af3bf7aa6fb7429 by bpfeifer
chore: upgrade kapacitor maintainers
The file was modifiedlibrary/kapacitor (diff)
Commit a0e2d5adebf1d872adf0aa501407f61b9c534f63 by edd
Update to R 4.3.3 released this morning
The file was modifiedlibrary/r-base (diff)
Commit 779d5aa29000225475e6851a0d6fe371ac95dbdd by doi+docker-library-bot
Update ruby

Changes:

- https://github.com/docker-library/ruby/commit/b45b591: Merge pull request https://github.com/docker-library/ruby/pull/440 from infosiftr/apply-arm64-patch-sooner
- https://github.com/docker-library/ruby/commit/7ac7122: Apply arm64 patch sooner so `autoconf` regenerates `configure` correctly
The file was modifiedlibrary/ruby (diff)
Commit f0a67ede4cf79ade881388f032aa59aae4a8d33e by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/e25e8bd: Update 7.0-rc to 7.0.7-rc0
- https://github.com/docker-library/mongo/commit/cd60b60: Update 7.0 to 7.0.6
- https://github.com/docker-library/mongo/commit/39c6083: Update 6.0 to 6.0.14
- https://github.com/docker-library/mongo/commit/9fb831d: Update 5.0 to 5.0.25
- https://github.com/docker-library/mongo/commit/2ce02fe: Update 4.4 to 4.4.29
The file was modifiedlibrary/mongo (diff)
Commit 27f8707495683641ca373c8d84bf9d9e05232699 by cloud-image-builders
Update Ubuntu 2024-03-01

Update Ubuntu to the latest published OCI tarballs as of 2024-03-01.
The file was modifiedlibrary/ubuntu (diff)
Commit f43f27a008afaf68c472af86295c99b4ccdab125 by SCIENTIFIC-LINUX-DEVEL
'sl7 container build-date=20240301'
The file was modifiedlibrary/sl (diff)
Commit 655840f799451f425c0fe8ea841c2b38e0196c90 by byron
[nats] Release v2.9.25

Details can be found [here](https://github.com/nats-io/nats-server/releases/tag/v2.9.25)

Signed-off-by: Byron Ruth <byron@nats.io>
The file was modifiedlibrary/nats (diff)
Commit 5937986bcee220f5baca00baf4fb12e1bfbf0596 by admin
[Friendica] Release 2024.03-rc & fix IntlChar
The file was modifiedlibrary/friendica (diff)
Commit 9246b601ecf3b9f6fbad5baf800e68e8fc8aeeaa by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/3c846e1: Update to 5.80.0, ghost-cli 1.25.3
The file was modifiedlibrary/ghost (diff)
Commit 577229ab7d1ebec4118ac9f27dc27e83aacb3854 by admin
Fixes
- missing `intlChar`
- MSMTP fix (`tls_starttls`)
The file was modifiedlibrary/friendica (diff)
Commit b76188d4c9f6fa58cbd99fecf339fb4d75fd6de5 by clrbuilder
Update Clear Linux OS to 41150

Update Clear Linux OS latest+base images to release 41150
The file was modifiedlibrary/clearlinux (diff)
The file was modifiedlibrary/photon (diff)
Commit 8377361bb5d90a1b9da53877f42f523d00960d52 by J0WI
Fix Nextcloud database name in Postgres test
The file was modifiedtest/tests/nextcloud-cli-postgres/run.sh (diff)
Commit 6a81959acd4addad2017b94cc0a14a834c0654a7 by doi+docker-library-bot
Update mcr.microsoft.com/windows/nanoserver:1809 to sha256:05f991b57e0095d6ea29c4fa7bef9e614c290de030c8e10e40cebc505871f725
The file was modified.external-pins/mcr.microsoft.com/windows/nanoserver___1809 (diff)
Commit cb0fc1da98ec1bda0c5959cffd6857c967fc2253 by doi+docker-library-bot
Update mcr.microsoft.com/windows/nanoserver:ltsc2022 to sha256:6e6053f0358f9522d2d14693f9bc152f47fe04c82c53dc8c6d127a5a823c8720
The file was modified.external-pins/mcr.microsoft.com/windows/nanoserver___ltsc2022 (diff)
Commit 125c04847e02e01c04e5c87e974246f379838548 by doi+docker-library-bot
Update mcr.microsoft.com/windows/servercore:1809 to sha256:00cdad01de658d8d64acf052ddaa19c848e6d7edd214f2d8c2fd3da116fa58b2
The file was modified.external-pins/mcr.microsoft.com/windows/servercore___1809 (diff)
The file was modifiedlibrary/groovy (diff)
Commit 5454dded350d9b9ed8935707788449ad58afc7f0 by vadim.yalovets
[percona] update ps-80 version
The file was modifiedlibrary/percona (diff)
Commit e1a605c56ed89a1b9ed4228ba69b43a3490dffad by github
Add semver major version tag for v2

Add a `2` major version tag to point to the latest v2 release:

- Improves maintainability of the Dockerhub README - code samples in the v2 section can use `influxdb:2`.
- Allows for mapping future major versions (for example, `3`) to `latest`.
- Follows good [semantic versioning practice for images](https://medium.com/@mccode/using-semantic-versioning-for-docker-image-tags-dfde8be06699).
The file was modifiedlibrary/influxdb (diff)
Commit 41f8a67fb37204a471147641363c4d3f25fa9aa4 by doi+docker-library-bot
Update julia

Changes:

- https://github.com/docker-library/julia/commit/433c794: Add 1.11.0-alpha1
- https://github.com/docker-library/julia/commit/8412fce: Update 1.10 to 1.10.2
The file was modifiedlibrary/julia (diff)
Commit 8e4a89192fa4c9489a8087485ae133824a94c2a4 by doi+docker-library-bot
Update redmine

Changes:

- https://github.com/docker-library/redmine/commit/51b7921: Update 5.1 to 5.1.2
- https://github.com/docker-library/redmine/commit/a47825a: Update 5.0 to 5.0.8
The file was modifiedlibrary/redmine (diff)
The file was modifiedlibrary/nextcloud (diff)
Commit 0bdb5631605c9508acf832a5e0230d9289a03c1e by admwiggin
Update `tianon/buildkit:0.12` with explicit `BUILDKIT_STEP_LOG_MAX_{SIZE,SPEED}`

Also, update our `docker buildx create` to set them appropriately, to be extremely over-explicit.

This avoids `[output clipped, log limit 2MiB reached]` (and the speed limit sister message) in our builds.
The file was modified.external-pins/tianon/buildkit___0.12 (diff)
The file was modified.bin/docker-buildx-ensure.sh (diff)
Commit 33bce6cf06738d49cae6d813075c19f07b53b80d by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/c2cc41f: Update devel to 20240304, commit 54f3ed2278025081f897b9bd958fcf099fd5be18
The file was modifiedlibrary/bash (diff)
Commit cb1b0fff6b17815dacab68ed297f519adbf7d62d by doi+docker-library-bot
Update docker/scout-sbom-indexer:1 to sha256:aded850ddfef33fb06c76853b842351beccaf9387e4e67d39411c948330a6fe8
The file was modified.external-pins/docker/scout-sbom-indexer___1 (diff)
Commit 5dc8d1cb90ded09d6297fd8cad7e108fcdbe3da0 by samuele
chore(release): bump Kong to 3.6.1
The file was modifiedlibrary/kong (diff)
Commit 9be14cc090ce5f7dd32af59315182605fe92d9e8 by doi+docker-library-bot
Update golang

Changes:

- https://github.com/docker-library/golang/commit/d5ba02d: Update 1.22 to 1.22.1
- https://github.com/docker-library/golang/commit/50cb3f8: Update 1.21 to 1.21.8
The file was modifiedlibrary/golang (diff)
Commit a004b49ed4be1ff52c30381e3d60d1c207b70441 by doi+docker-library-bot
Update docker/dockerfile:1 to sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56
The file was modified.external-pins/docker/dockerfile___1 (diff)
Commit 395781d2a75a17747492360ec17042fdb4515054 by andy
haxe: 4.3.4

also some minor Dockerfile template cleanup
The file was modifiedlibrary/haxe (diff)
Commit 15f32d18dae0b8f82105171e3409e9ac3f35e298 by admwiggin
Update bashbrew to 0.1.12

https://github.com/docker-library/bashbrew/releases/tag/v0.1.12
The file was modified.github/workflows/.bashbrew/action.yml (diff)
Commit 8fcd38cf4a8b0e621f04a7652d072e2567fedb0e by doi+docker-library-bot
Update busybox

Changes:

- https://github.com/docker-library/busybox/commit/a20bcbd: Merge pull request https://github.com/docker-library/busybox/pull/191 from infosiftr/cherry-meta
- https://github.com/docker-library/busybox/commit/0fd3015: Stop `latest` aliases on riscv64 from pointing to anything but uclibc (for now)
- https://github.com/docker-library/busybox/commit/69f51a1: Update metadata for s390x
- https://github.com/docker-library/busybox/commit/f29b4e0: Update metadata for ppc64le
- https://github.com/docker-library/busybox/commit/8d72643: Update metadata for mips64le
- https://github.com/docker-library/busybox/commit/51977e5: Update metadata for i386
- https://github.com/docker-library/busybox/commit/b52155f: Update metadata for arm64v8
- https://github.com/docker-library/busybox/commit/2568e26: Update metadata for arm32v7
- https://github.com/docker-library/busybox/commit/a6e074f: Update metadata for arm32v6
- https://github.com/docker-library/busybox/commit/884455c: Update metadata for arm32v5
- https://github.com/docker-library/busybox/commit/6ded0a4: Merge pull request https://github.com/docker-library/busybox/pull/188 from infosiftr/reproducible-rootfs
- https://github.com/docker-library/busybox/commit/7e39d61: Initial `Builder: oci-import` support
- https://github.com/docker-library/busybox/commit/644ee1a: Adjust tarball creation to be reproducible
The file was modifiedlibrary/busybox (diff)
Commit bc67a9dce0474c08ed808f8a2cbe0a8977c1bfaa by doi+docker-library-bot
Update mcr.microsoft.com/windows/servercore:ltsc2022 to sha256:6b8781cab588a2858d1aba2c5d5456e79c823e04d666d59d0732dab1273dc8fb
The file was modified.external-pins/mcr.microsoft.com/windows/servercore___ltsc2022 (diff)
Commit 11dd50e468a9b8e3f3b5f56e4d8828d1c407fae7 by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/66ea522: Update beta to 6.5-RC1
The file was modifiedlibrary/wordpress (diff)
The file was modifiedlibrary/joomla (diff)
The file was modifiedlibrary/gradle (diff)
Commit a9e81944e3f6d113c022448cd49e59cdbb98fb8c by mishal_shah
[Swift] Add support for Swift 5.10
The file was modifiedlibrary/swift (diff)
Commit bf59f474989e40679defc31197a7cff529553936 by mishal_shah
[Swift] Fix the Windows Dockerfile
The file was modifiedlibrary/swift (diff)
Commit 2ac6e275672865c0bcdbed8755c692e25e9a2406 by doi+docker-library-bot
Update drupal

Changes:

- https://github.com/docker-library/drupal/commit/dbbdd35: Update 7 to 7.100
- https://github.com/docker-library/drupal/commit/d3e9e98: Update 10.2 to 10.2.4
The file was modifiedlibrary/drupal (diff)
Commit 9d02944e609ae3cd7ac7287640495d6551108fae by chinello
update rocket.chat supported versions
The file was modifiedlibrary/rocket.chat (diff)
Commit e5eb7519c2bbbe6f7ef687c85f97b4a5e7be827b by doi+docker-library-bot
Update busybox

Changes:

- https://github.com/docker-library/busybox/commit/2d996d5: Merge pull request https://github.com/docker-library/busybox/pull/192 from infosiftr/buildroot-2024.02
- https://github.com/docker-library/busybox/commit/20bf190: Update buildroot to 2024.02
The file was modifiedlibrary/busybox (diff)
Commit 6a97d7a2e47af29235a15dc046439a06fba64d26 by admwiggin
Refactor CODEOWNERS, add Laurent explicitly to several things 👀
The file was modified.github/CODEOWNERS (diff)
The file was modifiedlibrary/node (diff)
Commit dafd48d8cbe5f3f8fab92c3b6432edb401612295 by github
Aerospike 7.0.0.5

https://download.aerospike.com/download/server/notes.html
The file was modifiedlibrary/aerospike (diff)
Commit 7ad1ae3e957b2254fc3b13e0b585ab86bb6b26fb by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/517468a: Update to 5.80.1, ghost-cli 1.25.3
The file was modifiedlibrary/ghost (diff)
Commit 139a66465107fbef6aa4e0654b5f37672b39537d by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/b20c5f3: Update 25 to 25.0.4
- https://github.com/docker-library/docker/commit/f008144: Update 26-rc to compose 2.24.7
- https://github.com/docker-library/docker/commit/4403ffd: Update 25 to compose 2.24.7
- https://github.com/docker-library/docker/commit/9e83dce: Update 24 to compose 2.24.7
- https://github.com/docker-library/docker/commit/49796f0: Update 26-rc to buildx 0.13.0
- https://github.com/docker-library/docker/commit/8b4648c: Update 25 to buildx 0.13.0
- https://github.com/docker-library/docker/commit/4afc3fc: Update 24 to buildx 0.13.0
The file was modifiedlibrary/docker (diff)
Commit 735b79eb4d14132ba8aabead554ec6ca3f9bbce5 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/c15759e: Update 26-rc to 26.0.0-rc2
The file was modifiedlibrary/docker (diff)
Commit 1ea1d8d0c692bfd2e0d2c8b5ac5346caefb1b481 by alan.steinberg
[oraclelinux] Update 8/9/9-slim for amd64/arm64v8

Addresses the following errata/CVEs:

* <https://linux.oracle.com/errata/ELSA-2024-1130.html>
  *<https://linux.oracle.com/cve/CVE-2023-48795.html>
  *<https://linux.oracle.com/cve/CVE-2023-51385.html>
* <https://linux.oracle.com/errata/ELSA-2024-1129.html>
  *<https://linux.oracle.com/cve/CVE-2023-46218.html>
* <https://linux.oracle.com/errata/ELSA-2024-0606.html>
  *<https://linux.oracle.com/cve/CVE-2023-48795.html>
  *<https://linux.oracle.com/cve/CVE-2023-51385.html>

Signed-off-by: Alan Steinberg <alan.steinberg@oracle.com>
The file was modifiedlibrary/oraclelinux (diff)
Commit faef29a073a6536b698d8b5fd219f852e72a198e by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/2dbd572: Update 23 to 23-ea+13
The file was modifiedlibrary/openjdk (diff)
Commit 17c9568291d288b7825c0b6c5733d3aaf49160f5 by github
Update XWiki LTS version to 15.10.7
The file was modifiedlibrary/xwiki (diff)
The file was modifiedlibrary/matomo (diff)
The file was modifiedlibrary/dart (diff)
Commit 1f48fee16a0c047e572e3e4312d023edda1ccfb7 by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/8015444: Update to 5.80.2, ghost-cli 1.25.3
The file was modifiedlibrary/ghost (diff)
The file was modifiedlibrary/emqx (diff)
Commit e4a615a1437aa5f31cfab15edb38c301ba943405 by doi+docker-library-bot
Update hello-world

Changes:

- https://github.com/docker-library/hello-world/commit/6cbbe90: Merge pull request https://github.com/docker-library/hello-world/pull/113 from infosiftr/arm32v6
- https://github.com/docker-library/hello-world/commit/61f3ba2: Add explicit arm32v6
The file was modifiedlibrary/hello-world (diff)
The file was modifiedlibrary/node (diff)
Commit e1f84f057508c7909b735ec5c85eb545936cb6f0 by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/015164a: Update 7.0-rc to 7.0.7-rc2
The file was modifiedlibrary/mongo (diff)
Commit e8afe282df6231b0babb5f71c2e452a65a6caea5 by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/3fa21bc: Update 3.0 to 3.0-dev5
The file was modifiedlibrary/haproxy (diff)
Commit 3752c26b9ed3f79c68cd573c8d1bbdeeb5b19e37 by clrbuilder
Update Clear Linux OS to 41190

Update Clear Linux OS latest+base images to release 41190
The file was modifiedlibrary/clearlinux (diff)
Commit 17b038fe623e50325919227d5ebbbfc5e17eb434 by schaferjscott
chore: Update to Rustup version 1.27.0
The file was modifiedlibrary/rust (diff)
The file was modifiedlibrary/telegraf (diff)
The file was modifiedlibrary/elixir (diff)
The file was modifiedlibrary/erlang (diff)
Commit 8871ceafacb839d7813001fca9f303011f916f6e by mrthorn
Add amazonlinux releases
Updated Packages for Amazon Linux 2:
- cpio-2.12-11.amzn2.0.1
- openssl-libs-1.0.2k-24.amzn2.0.12
- glib2-2.56.1-9.amzn2.0.7
- libpsl-0.21.5-1.amzn2
- libcurl-8.3.0-1.amzn2.0.6
- ncurses-base-6.0-8.20170212.amzn2.1.8
- ncurses-libs-6.0-8.20170212.amzn2.1.8
- ncurses-6.0-8.20170212.amzn2.1.8
- publicsuffix-list-dafsa-20240208-1.amzn2.0.1
- curl-8.3.0-1.amzn2.0.6

Updated Packages for Amazon Linux 2023:
- ncurses-base-6.2-4.20200222.amzn2023.0.6
- amazon-linux-repo-cdn-2023.3.20240304-0.amzn2023
- libcurl-minimal-8.5.0-1.amzn2023.0.2
- publicsuffix-list-dafsa-20240212-61.amzn2023
- ncurses-libs-6.2-4.20200222.amzn2023.0.6
- system-release-2023.3.20240304-0.amzn2023
- libpsl-0.21.1-3.amzn2023.0.2
- curl-minimal-8.5.0-1.amzn2023.0.2
The file was modifiedlibrary/amazonlinux (diff)
The file was modifiedlibrary/photon (diff)
The file was modifiedlibrary/debian (diff)
Commit 827f49901f940d1c80ee6ec3a380de03e3803530 by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/fffc9b5: Merge pull request https://github.com/docker-library/wordpress/pull/886 from infosiftr/imagick-3.7.0
- https://github.com/docker-library/wordpress/commit/509adb5: Update imagick package to 3.7.0
- https://github.com/docker-library/wordpress/commit/8b7fb41: Apply upstream URL changes
The file was modifiedlibrary/wordpress (diff)
Commit 4a27d10cefe4b0bf23b7d716b75d7799d3302964 by rob.bast
composer release 2.7.2
The file was modifiedlibrary/composer (diff)
Commit dd03bbbfeb55d20e7782f7731e6cf37ba1b13a10 by moc
Odoo: update 15.0-17.0 to release 20240312
The file was modifiedlibrary/odoo (diff)
Commit e5a997cd3aa17824e6339db01f69e29770d6a160 by rtribotte
Bump Traefik to v3.0.0-rc2
The file was modifiedlibrary/traefik (diff)
Commit 03ec9b359109d5b6755907b55e3ffd81b10aa315 by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/40969d1: Update beta to 6.5-RC2
The file was modifiedlibrary/wordpress (diff)
Commit 50ce19f10c6bd97db45b04ef113a8616171d0a36 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/b343216: Update 26-rc to buildx 0.13.1
- https://github.com/docker-library/docker/commit/d9997a7: Update 25 to buildx 0.13.1
- https://github.com/docker-library/docker/commit/5fa8a39: Update 24 to buildx 0.13.1
The file was modifiedlibrary/docker (diff)
Commit 29cc56320f79982155786bd07e4a240429937f5e by byron
[nats] Release v2.10.12

Details can be found
[here](https://github.com/nats-io/nats-server/releases/tag/v2.10.12)

Signed-off-by: Byron Ruth <byron@nats.io>
The file was modifiedlibrary/nats (diff)
Commit b286563f2ce96d07df5f15baa6f0296df56a0f48 by doi+docker-library-bot
Update drupal

Changes:

- https://github.com/docker-library/drupal/commit/5f1aafc: Merge pull request https://github.com/docker-library/drupal/pull/259 from infosiftr/buildkit
- https://github.com/docker-library/drupal/commit/2c93dfe: Fixes when building with buildkit
- https://github.com/docker-library/drupal/commit/d1c8fc7: Update GHA YAML with bashbrew example improvements (esp. concurrency:)
The file was modifiedlibrary/drupal (diff)
Commit bed09dc37cfb83981a0a66b0fca1b44f48981105 by doi+docker-library-bot
Update python

Changes:

- https://github.com/docker-library/python/commit/ec3500d: Update 3.13-rc to 3.13.0a5
The file was modifiedlibrary/python (diff)
Commit 71a7a630c66478c745a39339c9efd8e65b327b27 by github
Releasing neo4j 5.18.0
The file was modifiedlibrary/neo4j (diff)
Commit f63d0bf345304d0cb330fe620323940fd9a228c7 by rtribotte
Bump Traefik to v3.0.0-rc3
The file was modifiedlibrary/traefik (diff)
Commit a87b67a9f2e128665e9009485a8379d9f0cb378d by bpfeifer
Add InfluxDB Maintainers
The file was modifiedlibrary/influxdb (diff)
Commit a17eb7b993f5daaa316dfe286a7582c142b56071 by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/a5dc60f: Update 5.0-rc to 5.0.26-rc0
The file was modifiedlibrary/mongo (diff)
Commit 500c892490efcf9889995b171c6f7226681cf0b6 by elisey.zanko
Upgrade Zookeeper to 3.8.4 and 3.9.2
The file was modifiedlibrary/zookeeper (diff)
Commit 678533eface42896f5fe78b5397e69f17cf933d6 by doi+docker-library-bot
Update tomcat

Changes:

- https://github.com/docker-library/tomcat/commit/f39dae1: Update 11.0 to 11.0.0-M18
The file was modifiedlibrary/tomcat (diff)
Commit b0318f3dff0376486a608c56c84fcca07a171617 by powersj
Update sha to include entrypoint updates
The file was modifiedlibrary/telegraf (diff)
Commit 77185f2776b552c9dc7ac20caf81b46c307b89a9 by doi+docker-library-bot
Update tomcat

Changes:

- https://github.com/docker-library/tomcat/commit/3ca0478: Update 9.0 to 9.0.87
The file was modifiedlibrary/tomcat (diff)
Commit 9f057d3008f10de3f47db0dd86fd6a4265d6d260 by doi+docker-library-bot
Update hello-world

Changes:

- https://github.com/docker-library/hello-world/commit/9421ae1: Merge pull request https://github.com/docker-library/hello-world/pull/114 from infosiftr/marm
- https://github.com/docker-library/hello-world/commit/a1c9877: Add `-marm` to arm32v6 so it can be armv6-from-armv7-compiler instead of armv6-from-armv5-compiler
The file was modifiedlibrary/hello-world (diff)
Commit 20aaaae1458ec1882f7d40df4a05a1a00a584821 by lachlan
Update Jetty versions to 9.4.54 and 12.0.7

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
The file was modifiedlibrary/jetty (diff)
Commit 90fd29e39abe58d547bf579a0f105d16d6f0bd48 by doi+docker-library-bot
Update php

Changes:

- https://github.com/docker-library/php/commit/16b4b79d: Update 8.3 to 8.3.4
- https://github.com/docker-library/php/commit/fd82b361: Update 8.2 to 8.2.17
- https://github.com/docker-library/php/commit/2d0d60a6: Update 8.3-rc
- https://github.com/docker-library/php/commit/f473a4b0: Update 8.2-rc
The file was modifiedlibrary/php (diff)
Commit 51e01d296edcfa19b56caa8ad08d6f5b5e411d0c by ncopa
alpine: edge snapshot 20240315

with musl 1.2.5
The file was modifiedlibrary/alpine (diff)
Commit 174e35d35c128cd37b8e5375a11abf606b607e97 by doi+docker-library-bot
Update docker/scout-sbom-indexer:1 to sha256:3e086e8acd5313193dfc01715438078fd909c2d55c6b5455499885959b9fd3c1
The file was modified.external-pins/docker/scout-sbom-indexer___1 (diff)
Commit 0ca795cf0317be7885cac940420d4a0c8478da2b by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/9f63b2e: Merge pull request https://github.com/docker-library/openjdk/pull/535 from infosiftr/oraclelinux9
- https://github.com/docker-library/openjdk/commit/6bb5ac0: Add oraclelinux9 variants
- https://github.com/docker-library/openjdk/commit/942cd72: Update 23 to 23-ea+14
The file was modifiedlibrary/openjdk (diff)
Commit caa34b3ab318d45d614a0ea8d4415ad43cd054f1 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/e624c03: Update 26-rc to compose 2.25.0
- https://github.com/docker-library/docker/commit/8712adb: Update 25 to compose 2.25.0
- https://github.com/docker-library/docker/commit/db75b55: Update 24 to compose 2.25.0
The file was modifiedlibrary/docker (diff)
Commit 95f73ba37a761bd343d0e88ef0d519ee1fdc83fa by doi+docker-library-bot
Update memcached

Changes:

- https://github.com/docker-library/memcached/commit/da71ed9: Finally admit defeat on arm32v7
The file was modifiedlibrary/memcached (diff)
Commit 2004a1db39b622d899ee351008f88adb18163bd7 by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/f95dd05: Update to 5.80.3, ghost-cli 1.25.3
The file was modifiedlibrary/ghost (diff)
Commit 369437d34e133a5f31755385c56d4748c3178c1e by sktomer
Add amazonlinux releases
The file was modifiedlibrary/amazonlinux (diff)
Commit f372e12255c3065e439505cf95a7c37af05289f2 by honza.hrk
Update to stack 2.15.3 in haskell images
The file was modifiedlibrary/haskell (diff)
The file was modifiedlibrary/groovy (diff)
Commit bf023416ba7454bf3772829d44c4c745a24ee343 by clrbuilder
Update Clear Linux OS to 41230

Update Clear Linux OS latest+base images to release 41230
The file was modifiedlibrary/clearlinux (diff)
Commit ca18e6eb8e44d4de5e331ea66dae788593fe9b93 by github
Releasing Neo4j 5.18.1
The file was modifiedlibrary/neo4j (diff)
Commit 8dffc1b4e7888c20c83e3132a5ff46df7cb64ab7 by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/a5c3cd3: Update to 5.80.4, ghost-cli 1.25.3
The file was modifiedlibrary/ghost (diff)
Commit dbb5ce6fad5a9e0a6a987df6a9f7deed14d7dce5 by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/ab7bf85: Update 7.0-rc
- https://github.com/docker-library/mongo/commit/5804874: Update 7.0 to 7.0.7
The file was modifiedlibrary/mongo (diff)
Commit 3d94abd1cb33068ce8dd84d5a735b9bf9910d136 by doi+docker-library-bot
Update rabbitmq

Changes:

- https://github.com/docker-library/rabbitmq/commit/cca4784: Update 3.12 to otp 25.3.2.10
The file was modifiedlibrary/rabbitmq (diff)
Commit af8f8889274fe001f8db790754a4b96965c97e57 by github
Update amazonlinux maintainers
The file was modifiedlibrary/amazonlinux (diff)
The file was modifiedlibrary/varnish (diff)
The file was modifiedlibrary/varnish (diff)
Commit d54c19505490713e2ca8378776924038c1f4b29c by lincoln.86xy
Update Apache Flink to 1.19.0
The file was modifiedlibrary/flink (diff)
Commit 12a740dae65f5e94da77316100511f49832e9b9c by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/121b00b: Update devel to 20240318, commit b1e7f68032bd90dec1a2968a616b32a469929c78
The file was modifiedlibrary/bash (diff)
Commit 6385198e96d6a8730ca52b8b7e7d3a5e173c95c3 by github
Aerospike 7.0.0.6

https://download.aerospike.com/download/server/notes.html
The file was modifiedlibrary/aerospike (diff)
Commit ccf6232c36f76cfa06feebd50440e541280c8650 by lincoln.86xy
address comment: improve the docker-entrypoint.sh
The file was modifiedlibrary/flink (diff)
Commit 70a0986162f08b1b57c5843947428cfffba23919 by jayasg12
Bump IBM Java version to 8.0.8.21
The file was modifiedlibrary/ibmjava (diff)
The file was modifiedlibrary/varnish (diff)
Commit 3983dfc54e7471c7a4042f22ad16ef611e30da3c by juanluisrp
Release of GeoNetwork 4.4.3 and 4.2.9
The file was modifiedlibrary/geonetwork (diff)
Commit 04f3f91209d7bc50d395afa801bf1888faa451fd by guillaume.quintard
varnish: update to 7.4.3 and 6.0.13

This fixes [VSV00014](https://varnish-cache.org/security/VSV00014.html#vsv00014)
The file was modifiedlibrary/varnish (diff)
Commit 56ab5db742db73b4459482974f0de74916ae3447 by doi+docker-library-bot
Update julia

Changes:

- https://github.com/docker-library/julia/commit/e6bc767: Update 1.11-rc to 1.11.0-alpha2
- https://github.com/docker-library/julia/commit/12da47b: Handle `./version.sh 1.11` more gracefully
The file was modifiedlibrary/julia (diff)
Commit 87d0990cb4201ca7a77c37b874006cc4b02d7c80 by doi+docker-library-bot
Update docker/scout-sbom-indexer:1 to sha256:093de035a0ffe98ccae4b0eba86c55e1bd2865a94ac8678abde3964f8c77c6ea
The file was modified.external-pins/docker/scout-sbom-indexer___1 (diff)
Commit e7e3fdd4f15c093688bdb350593ed4cab86c6a3f by doi+docker-library-bot
Update hello-world

Changes:

- https://github.com/docker-library/hello-world/commit/d21c6a0: Merge pull request https://github.com/docker-library/hello-world/pull/115 from docker-library/revert-114-marm
- https://github.com/docker-library/hello-world/commit/cbaef89: Revert "Add `-marm` to arm32v6 so it can be armv6-from-armv7-compiler instead…"
The file was modifiedlibrary/hello-world (diff)
The file was modifiedlibrary/joomla (diff)
Commit c433dd6807532ab08d705bea1de0020a903489cf by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/654752d: Update beta to 6.5-RC3
The file was modifiedlibrary/wordpress (diff)
The file was modifiedlibrary/varnish (diff)
Commit 5ca68e3d6580119285b17dcf6d4e410c0abcd142 by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/ac3466c: Update to 5.80.4, ghost-cli 1.26.0
The file was modifiedlibrary/ghost (diff)
Commit e23a9b512ba13c36ef3f080b836be650690894d9 by thresh
Added a new "otel" variant for nginx mainline.

This adds an opentelemetry module variant developed by F5/NGINX:
https://nginx.org/en/docs/ngx_otel_module.html

I've decided to make a separate variant based on the main image instead
of extending it because the module build-depends on a fairly large chunk
of C++ code from multiple projects, which takes around 10 minutes to
compile and link on an 8-core amd64 machine.  This is why it's currently
limited to amd64 and arm64v8, which nginx.org provides builds for.
Users can build them on less popular architectures as the instructions
are still provided in the dockerfiles.

Also, it's currently only available for the "mainline" branch, with
"stable" to follow in the future.
The file was modifiedlibrary/nginx (diff)
Commit 78a9486997c3d5a4fe57b5aec9f2a3e86c16d788 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/a40d64f: Update 25 to 25.0.5
The file was modifiedlibrary/docker (diff)
Commit b1de664218324d1c34b40796ba385ba33c6515b3 by doi+docker-library-bot
Update memcached

Changes:

- https://github.com/docker-library/memcached/commit/0215dba: Update 1 to 1.6.25
- https://github.com/docker-library/memcached/commit/da71ed9: Finally admit defeat on arm32v7
The file was modifiedlibrary/memcached (diff)
Commit 0b6bd25f0355b45f6442b4205765a23c9ac9307b by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/1ca3ec1: Update 26-rc to 26.0.0-rc3
The file was modifiedlibrary/docker (diff)
Commit 69f7d2496339b35ea8d950c14d90b09b6115cdcb by doi+docker-library-bot
Update docker/scout-sbom-indexer:1 to sha256:da1bdcd9864f12dae86a57e30593562351aa7ff5e62a018ba8a9a4e7ccd2aa6a
The file was modified.external-pins/docker/scout-sbom-indexer___1 (diff)
Commit 7aa3c0b1791bed3c605e0f735c848a16f4b57009 by doi+docker-library-bot
Update python

Changes:

- https://github.com/docker-library/python/commit/f2406ed: Merge pull request https://github.com/docker-library/python/pull/912 from infosiftr/3.10.14
- https://github.com/docker-library/python/commit/3973575: Update to 3.10.14 manually for now
- https://github.com/docker-library/python/commit/b12dd3e: Update 3.9 to 3.9.19
- https://github.com/docker-library/python/commit/cce15d1: Update 3.8 to 3.8.19
The file was modifiedlibrary/python (diff)
Commit 751b457a960e5ec130571a5cf7699cfab93e045c by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/a2ee2b4: Update 26-rc
- https://github.com/docker-library/docker/commit/79c28eb: Update 26 to 26.0.0, buildx 0.13.1, compose 2.25.0
The file was modifiedlibrary/docker (diff)
Commit ac0814ff33cc0ff8d4768475add315277d12949b by doi+docker-library-bot
Update cassandra

Changes:

- https://github.com/docker-library/cassandra/commit/3b22e7f: Merge pull request https://github.com/docker-library/cassandra/pull/279 from infosiftr/gosu-1.17
- https://github.com/docker-library/cassandra/commit/dd34dfa: Update to gosu 1.17
The file was modifiedlibrary/cassandra (diff)
The file was modifiedlibrary/photon (diff)
Commit b3f9ef99a81a8cecbfcb2d5ceee703b70567998e by doi+docker-library-bot
Update docker/scout-sbom-indexer:1 to sha256:ff5f453c1964ace728475a65365288da52cd8c2e56e16b70251f85683d1ce05b
The file was modified.external-pins/docker/scout-sbom-indexer___1 (diff)
Commit 70c6ac56b6c73aca3ea9858a8c5b21f3123e450f by schaferjscott
chore: Update to Rust version 1.77.0
The file was modifiedlibrary/rust (diff)
Commit e9a880964681874ca8f6e79bcbbc8c110e0133f2 by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/b04fdb9: Update to 5.80.5, ghost-cli 1.26.0
The file was modifiedlibrary/ghost (diff)
Commit 1afbdb5565eae781c8aba6cc22d365c7bfd4d6c7 by zakame
library/perl: 5.39.8 -> 5.39.9

- https://github.com/Perl/docker-perl/pull/157
The file was modifiedlibrary/perl (diff)
Commit 51ab9983d6cb49c7a08882e0b1553f4373286dc1 by doi+docker-library-bot
Update docker/scout-sbom-indexer:1 to sha256:14166345b0d0e4f1bcc7037619eba046ac29666e1acf4cddc0150a1fcc36f447
The file was modified.external-pins/docker/scout-sbom-indexer___1 (diff)
Commit 0ea76f3ed098e34f19d5033eaf417918deca3445 by doi+docker-library-bot
Update python

Changes:

- https://github.com/docker-library/python/commit/1b7a110: Merge pull request https://github.com/docker-library/python/pull/895 from infosiftr/utf-note
- https://github.com/docker-library/python/commit/656d5af: Merge pull request https://github.com/docker-library/python/pull/914 from infosiftr/3.10-key
- https://github.com/docker-library/python/commit/44def75: Swap 3.10 release key back to Pablo
The file was modifiedlibrary/python (diff)
Commit b12761137852714b6ee8982068c9504072d49e3c by admin
[Friendica] Release 2024.03
The file was modifiedlibrary/friendica (diff)
Commit 397d2debbfc0716d49ad1c351a0e4b69dc676cab by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/847b8a4: Update to 5.81.0, ghost-cli 1.26.0
The file was modifiedlibrary/ghost (diff)
Commit 6565f77157b44986c45463bd9838ce933af39c36 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/f8169b0: Update 26 to compose 2.26.0
- https://github.com/docker-library/docker/commit/bd87748: Update 25 to compose 2.26.0
- https://github.com/docker-library/docker/commit/ec77bfc: Update 24 to compose 2.26.0
The file was modifiedlibrary/docker (diff)
The file was modifiedlibrary/gradle (diff)
Commit 34e3be6432e7b715e998467f5c4cef83b657ab65 by clrbuilder
Update Clear Linux OS to 41270

Update Clear Linux OS latest+base images to release 41270
The file was modifiedlibrary/clearlinux (diff)
Commit d042637dc1e8c9e6e493855ea6b33e4ad2728cb9 by ceej
Update Couchbase Server CE+EE to 7.6.0
The file was modifiedlibrary/couchbase (diff)
The file was modifiedlibrary/photon (diff)
Commit c2345afb0dc7f1e3d136f142cbec742862b9144b by github
Update CrateDB to 5.6.3
The file was modifiedlibrary/crate (diff)
Commit b6d0dbdc38ea05510f1f39045a0b627c5c584a0f by github
Remove CrateDB 5.2, reached end-of-lif.
The file was modifiedlibrary/crate (diff)
Commit a46e07fac28800ba5d23611ee13ebcda457b8519 by github
Remove CrateDB 4.8, deprecated
The file was modifiedlibrary/crate (diff)
Commit f04547e8483b9d128b4f54e75da7c414de18667b by nicolas.albert
Official Convertigo 8.2.7 release
The file was modifiedlibrary/convertigo (diff)
Commit dc9aeee050f861dca63083c27171ebac23eef35b by moc
Odoo: update 15.0-17.0 to release 20240325
The file was modifiedlibrary/odoo (diff)
The file was modifiedlibrary/arangodb (diff)
Commit d511ad589a014fcae890cee3959f105983b2aeae by github
Upgrade XWiki stable version to 16.2.0
The file was modifiedlibrary/xwiki (diff)
The file was modifiedlibrary/sapmachine (diff)
Commit b88cb924dfac99ab548fada32c987aa977e74fdf by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/ad3c911: Merge pull request https://github.com/docker-library/openjdk/pull/536 from infosiftr/22-ga
- https://github.com/docker-library/openjdk/commit/f08f519: Remove version 22 (now GA)
- https://github.com/docker-library/openjdk/commit/29413b7: Update 23 to 23-ea+15
The file was modifiedlibrary/openjdk (diff)
Commit 538db143c18ccf293eeb7186eedd0a090b76ad94 by doi+docker-library-bot
Update tomcat

Changes:

- https://github.com/docker-library/tomcat/commit/1ef6e6c: Update 8.5 to 8.5.100
- https://github.com/docker-library/tomcat/commit/76e168e: Update 10.1 to 10.1.20
The file was modifiedlibrary/tomcat (diff)
Commit 8ab44ff26fc034d207fbfe148cb33867c6deacfb by obirvalger
Update ALT Linux - 20240326
The file was modifiedlibrary/alt (diff)
The file was modifiedlibrary/amazoncorretto (diff)
Commit 745e11ed5c98e0ec8532aa8277335bf3468f3d23 by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/aaf9f95: Update devel to 20240325, commit 8af5a8e0ca7d75f91eac7d81783af7d06d32dd50
The file was modifiedlibrary/bash (diff)
Commit cf0eb9f8e8819dd3432d22bce148df2ab48e5906 by github
Releasing Neo4j 4.4.32
The file was modifiedlibrary/neo4j (diff)
Commit 157f284e2bb12ce24ee5c50f8eac788018f15fba by doi+docker-library-bot
Update docker/scout-sbom-indexer:1 to sha256:254437e05256f393fe4b1b44e2811ec6a05ad7e67baacf70d49552af7c6ac318
The file was modified.external-pins/docker/scout-sbom-indexer___1 (diff)
Commit 3e2931e94e36a384e00ad506efbda02567421c07 by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/1f1e165: Update 3.0 to 3.0-dev6
The file was modifiedlibrary/haproxy (diff)
Commit 9b1d30bb2b9849768b38b6ea2f4ff6e7a0a3d83d by lutkerd
Update Amazon Corretto maintainers
The file was modifiedlibrary/amazoncorretto (diff)
Commit f61be7c4909a2d2ccd29e86bb7fc74799458a824 by doi+docker-library-bot
Update mysql

Changes:

- https://github.com/docker-library/mysql/commit/db3fdfb: Merge pull request https://github.com/docker-library/mysql/pull/1038 from zhangguanzhang/update-gosu
- https://github.com/docker-library/mysql/commit/831e587: Update to gosu 1.17
The file was modifiedlibrary/mysql (diff)
The file was modifiedlibrary/rocket.chat (diff)
Commit ea8636b1b6a929d68f6ba3e26a625392dffe078d by github
Update elk to 8.13.0, 7.17.19 (#16479)

The file was modifiedlibrary/elasticsearch (diff)
The file was modifiedlibrary/kibana (diff)
The file was modifiedlibrary/logstash (diff)
Commit 092f7d103177243441df541c5ec30f44388e70f4 by iippolitov
Updated Unit to 1.32.1.
The file was modifiedlibrary/unit (diff)
Commit 3b4f3408f0c115c2a4ab860b4fb800fb5f48a9d8 by mgrigorov
ci: Update Github actions

checkout from v3 to v4
github-script from v6 to v7

These fix warnings like:
```
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```
See https://github.com/docker-library/official-images/actions/runs/7654947388

Signed-off-by: Martin Grigorov <mgrigorov@openeuler.sh>
The file was modified.github/workflows/test-pr.yml (diff)
The file was modified.github/workflows/munge-pr.yml (diff)
Commit 3bba0df8571d76c0bef52d7a848e73321d0c3d27 by wraschke
Updates for WebSphere and Open Liberty 24.0.0.3
The file was modifiedlibrary/open-liberty (diff)
The file was modifiedlibrary/websphere-liberty (diff)
Commit 6a7fd1bcd9c57be3f93c8c25933df564a8114758 by doi+docker-library-bot
Update redhat/ubi8:latest to sha256:edc34f89cf9c818c2fb28b8ea1780f384db563ce4293dc0ab8e73ec01791e5af
The file was modified.external-pins/redhat/ubi8___latest (diff)
Commit 02206357eaf589ac24d0f22c2ed7f0c23d961ae3 by 41898282+github-actions[bot]
Node: feat: Node.js 18.20.0, 20.12.0
The file was modifiedlibrary/node (diff)
Commit 76d46476a3b14d3dc1b7fdf73e0ea5ae9c54ac8e by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/f8a378a: Update 7.0-rc to 7.0.8-rc0
- https://github.com/docker-library/mongo/commit/9718dae: Update 5.0-rc
- https://github.com/docker-library/mongo/commit/3def65b: Update 5.0 to 5.0.26
The file was modifiedlibrary/mongo (diff)
The file was modifiedlibrary/dart (diff)
Commit 16e57f61c62f72b901d8c1e5f1eade66a31a9d48 by github
eclipse-temurin: add jdk22 release
The file was modifiedlibrary/eclipse-temurin (diff)
Commit df6921f5fc303084e110cd0104ec2b94477a41ee by github
Update xwiki LTS version (#16488)

* Update xwiki LTS version
* Update xwiki LTS 15.10.8
The file was modifiedlibrary/xwiki (diff)
Commit bf756102191f1cb3da6a2a2f5d328ac4e78d0f4b by github
Update rakudo-star to 2024.02
The file was modifiedlibrary/rakudo-star (diff)
Commit 36efc44bb15d206205c014a323faa94a902cec98 by doi+docker-library-bot
Update busybox

Changes:

- https://github.com/docker-library/busybox/commit/3afd681: Update metadata for mips64le
- https://github.com/docker-library/busybox/commit/3ced3b8: Update metadata for i386
- https://github.com/docker-library/busybox/commit/69a65f3: Update metadata for arm64v8
- https://github.com/docker-library/busybox/commit/688027b: Update metadata for arm32v7
- https://github.com/docker-library/busybox/commit/5928a1b: Update metadata for arm32v5
- https://github.com/docker-library/busybox/commit/e8f737b: Merge pull request https://github.com/docker-library/busybox/pull/193 from infosiftr/buildroot-2024.02.1
- https://github.com/docker-library/busybox/commit/21db221: Merge pull request https://github.com/docker-library/busybox/pull/194 from infosiftr/alpine-edge
- https://github.com/docker-library/busybox/commit/f4bd993: Add `apk upgrade libssl3 libcrypto3` as temporary Alpine Edge woes balm
- https://github.com/docker-library/busybox/commit/b807fe5: Update buildroot to 2024.02.1
- https://github.com/docker-library/busybox/commit/911b553: Update metadata for mips64le
- https://github.com/docker-library/busybox/commit/a3246b7: Update metadata for i386
- https://github.com/docker-library/busybox/commit/e8530b1: Update metadata for arm64v8
- https://github.com/docker-library/busybox/commit/ef28338: Update metadata for arm32v7
- https://github.com/docker-library/busybox/commit/72b8495: Update metadata for arm32v5
The file was modifiedlibrary/busybox (diff)
Commit 0c2777fcd7f474b49410b37c7d6871b61e0db5ec by doi+docker-library-bot
Update busybox

Changes:

- https://github.com/docker-library/busybox/commit/b00bb2d: Update metadata for s390x
- https://github.com/docker-library/busybox/commit/4aef40c: Update metadata for ppc64le
- https://github.com/docker-library/busybox/commit/3ec444b: Update metadata for mips64le
- https://github.com/docker-library/busybox/commit/7e647c5: Update metadata for i386
- https://github.com/docker-library/busybox/commit/c163007: Update metadata for arm64v8
- https://github.com/docker-library/busybox/commit/ec3a70d: Update metadata for arm32v7
- https://github.com/docker-library/busybox/commit/ca4a86e: Update metadata for arm32v5
- https://github.com/docker-library/busybox/commit/7af8cc0: Update metadata for amd64
- https://github.com/docker-library/busybox/commit/3afd681: Update metadata for mips64le
- https://github.com/docker-library/busybox/commit/3ced3b8: Update metadata for i386
- https://github.com/docker-library/busybox/commit/69a65f3: Update metadata for arm64v8
- https://github.com/docker-library/busybox/commit/688027b: Update metadata for arm32v7
- https://github.com/docker-library/busybox/commit/5928a1b: Update metadata for arm32v5
The file was modifiedlibrary/busybox (diff)
Commit 2eb41c792f55a5badb5a6953df87abce439729e3 by doi+docker-library-bot
Update memcached

Changes:

- https://github.com/docker-library/memcached/commit/5699d90: Update 1 to 1.6.26
The file was modifiedlibrary/memcached (diff)
Commit bf8268c41c65a115d9ac4c41830f4725b5091961 by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/af5796d: Update beta to 6.5-RC4
The file was modifiedlibrary/wordpress (diff)
Commit 6fbf99a21ea97c845a74904769eb7d353e005607 by doi+docker-library-bot
Update php

Changes:

- https://github.com/docker-library/php/commit/40edd0a9: Update 8.3-rc to 8.3.5RC1
- https://github.com/docker-library/php/commit/e6779964: Update 8.2-rc to 8.2.18RC1
The file was modifiedlibrary/php (diff)
Commit 3d465c102af7f1fb5cfafe98549ef24be03b3de0 by github
MediaWiki 1.41.1 / 1.40.3 / 1.39.7 security releases

See <https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/thread/V3WXEPXV2DU6WTVEKK4XHW4QXD5OFKD7/>.

Refs <https://github.com/wikimedia/mediawiki-docker/pull/139>.
The file was modifiedlibrary/mediawiki (diff)
Commit 9671f3580cc7777db60d3a191680a319745a4807 by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/d0d5210: Update 23 to 23-ea+16
The file was modifiedlibrary/openjdk (diff)
Commit a8889d5ba65e6879df91dade94c7bd0fbb35452c by ncopa
alpine: edge snapshot 20240329

with openssl 3.2
The file was modifiedlibrary/alpine (diff)
Commit 887a8aea3f8446f39ea2daf39249f022179274ec by doi+docker-library-bot
Update rabbitmq

Changes:

- https://github.com/docker-library/rabbitmq/commit/f83b6d9: Update 3.13 to 3.13.1
The file was modifiedlibrary/rabbitmq (diff)
The file was modifiedlibrary/nextcloud (diff)
Commit df3ebc700bd1ab15fbcd257e7eebf0d81f521843 by keeganwitt
Add arm64v8 to Java 21 image
The file was modifiedlibrary/gradle (diff)
Commit abd5ed1312238bf017ba56254ef0c481af0f101b by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/1d101cc: Update 26 to compose 2.26.1
- https://github.com/docker-library/docker/commit/dadf9ac: Update 25 to compose 2.26.1
- https://github.com/docker-library/docker/commit/5ba7119: Update 24 to compose 2.26.1
The file was modifiedlibrary/docker (diff)
Commit 526be33d33af1b0f0235f2e5a8f6307b9ce5b6f4 by alan.steinberg
[oraclelinux] Update 9 for amd64/arm64v8

Addresses the following errata/CVEs:

* <https://linux.oracle.com/errata/ELSA-2024-1530.html>
  *<https://linux.oracle.com/cve/CVE-2023-52425.html>
  *<https://linux.oracle.com/cve/CVE-2024-28757.html>

Signed-off-by: Alan Steinberg <alan.steinberg@oracle.com>
The file was modifiedlibrary/oraclelinux (diff)
Commit 61c94ddca2507b77b58b9fc7f32cf0e22808910a by admwiggin
Update Debian unstable/testing (esp. for CVE-2024-3094)
The file was modifiedlibrary/debian (diff)
Commit fb03b4bee1528379bf46dac4ccfc5b28d00adf73 by clrbuilder
Update Clear Linux OS to 41370

Update Clear Linux OS latest+base images to release 41370
The file was modifiedlibrary/clearlinux (diff)
The file was modifiedlibrary/photon (diff)
Commit 4d105933e2ae8162830f0e585c3ccb4e184753f2 by geo
Update alpine, auto_path
The file was modifiedlibrary/eggdrop (diff)
Commit 289192befd06a07c63927a23134bb226532ebddf by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/81b224e: Update to 5.81.1, ghost-cli 1.26.0
The file was modifiedlibrary/ghost (diff)
Commit 66579f7dc40092da5f70bf93312e2daff14b31ec by github
Update api-firewall
The file was modifiedlibrary/api-firewall (diff)
Commit 39854bf612faec6d59b116f95cbf63e4f779a779 by SCIENTIFIC-LINUX-DEVEL
'sl7 container build-date=20240401'
The file was modifiedlibrary/sl (diff)
The file was modifiedlibrary/telegraf (diff)
Commit 87bb5fd6cd8408b3f5218b62f2d04c31090a58f6 by schaferjscott
chore: Update to Rust version 1.77.1
The file was modifiedlibrary/rust (diff)
Commit 5e947ebfbe88a045b774a5abd03ecc0a9a63455b by doi+docker-library-bot
Update tomcat

Changes:

- https://github.com/docker-library/tomcat/commit/5d26be5: Merge pull request https://github.com/docker-library/tomcat/pull/310 from infosiftr/eol-8.5
- https://github.com/docker-library/tomcat/commit/9c41f1c: Update templates for 8.x EOL
- https://github.com/docker-library/tomcat/commit/9cc80d7: Remove EOL 8.5 series
The file was modifiedlibrary/tomcat (diff)
The file was modifiedlibrary/photon (diff)
Commit 669be2880bd5cae297ce130de48e82497aebea49 by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/524f0ba: Update devel to 20240401, commit 2532a2ccefc50e26a32ddd430286af6f5c43d881
The file was modifiedlibrary/bash (diff)
Commit d8084caf9902271b28a938b0ff0ab0afc8b7c910 by juanluisrp
Update GeoNetwork 3.12.11 to use Tomcat 9

Tomcat 8.5 reached end-of-live on 2024-03-31 and the upstream Tomcat
official docker image will not be updated anymore. To keep maintaining
the GeoNetwork 3.12 image in the official repo Docker team has asked to
update Tomcat or to remove the version from the list. We are updating
to Tomcat 9.

docker-library/official-images#16518
The file was modifiedlibrary/geonetwork (diff)
Commit fcce7651929c056cd8d43d075777aa7c3f354931 by carlos
maven: eclipse-temurin-22 images
The file was modifiedlibrary/maven (diff)
Commit 1eb7076f58e7f3d70b95afc65f009ca1a2c44a24 by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/8bd179f: Update latest to 6.5.0
- https://github.com/docker-library/wordpress/commit/89bad22: Update beta to 6.5.0
The file was modifiedlibrary/wordpress (diff)
Commit f2ca0a04277cff2a106491db864f3a293a2b79b3 by github
Update amazoncorretto for additional tags for 22
The file was modifiedlibrary/amazoncorretto (diff)
Commit 0753f474d3a4140d3638aa320897d02f83fcaa31 by github
Aerospike 7.0.0.7

https://download.aerospike.com/download/server/notes.html
The file was modifiedlibrary/aerospike (diff)
Commit 04c1a26e33200b558cfca810d23bf0663d20611e by ceej
Adding Couchbase Server 7.6.1 (CE and EE)
The file was modifiedlibrary/couchbase (diff)
Commit 2d17e38f2e8f068230d247deb20b0a1d9b32643e by doi+docker-library-bot
Update drupal

Changes:

- https://github.com/docker-library/drupal/commit/6bc8971: Update 10.2 to 10.2.5
The file was modifiedlibrary/drupal (diff)
Commit fd4b7b9ff7b682e4efdc56bffea427b41fd0c6d1 by honza.hrk
Update to stack 2.15.5 in haskell images
The file was modifiedlibrary/haskell (diff)
The file was modifiedlibrary/emqx (diff)
Commit 095574c0cba33594a197b57735bd806686f4b096 by github
Update api-firewall
The file was modifiedlibrary/api-firewall (diff)
Commit ebea098478b993f662ef0c2b53066d15710eb7a4 by doi+docker-library-bot
Update python

Changes:

- https://github.com/docker-library/python/commit/89b2500: Update 3.11 to 3.11.9
The file was modifiedlibrary/python (diff)
Commit 6070ecb41b75d48ee887edef72a855438372d138 by doi+docker-library-bot
Update golang

Changes:

- https://github.com/docker-library/golang/commit/ea6bbce: Update 1.22 to 1.22.2
- https://github.com/docker-library/golang/commit/8e88a7f: Update 1.21 to 1.21.9
- https://github.com/docker-library/golang/commit/269679c: Handle missing versions more gracefully
The file was modifiedlibrary/golang (diff)
Commit 54f595ab665cc975f54de9b154945b1eb168857f by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/dbf0d10: Update 7.0-rc
- https://github.com/docker-library/mongo/commit/0d68481: Update 7.0 to 7.0.8
The file was modifiedlibrary/mongo (diff)
Commit 86479b92fed5999a57ed080d70244e58fdf9c9ef by github
Updated mageia images (#16524)

* Updated mageia images

* Remove mageia 7 as it is EOL since some time now.
The file was modifiedlibrary/mageia (diff)
Commit 193740d6a0ef1236be8ce08557080ac2af9ae23e by keeganwitt
Move latest tags to Java 21
The file was modifiedlibrary/gradle (diff)
Commit bbd6516829d742b5ed9fb8b37c1b118220666ca4 by 41898282+github-actions[bot]
Node: feat: Node.js 18.20.1, 20.12.1, 21.7.2
The file was modifiedlibrary/node (diff)
Commit 12f97541449aac0c377f073af25fbee3d53e3b12 by doi+docker-library-bot
Update httpd

Changes:

- https://github.com/docker-library/httpd/commit/082047a: Update to 2.4.59
The file was modifiedlibrary/httpd (diff)
Commit a84c430a2383b3fcc47c6991832e1a98e1e1476b by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/fd7577d: Update 23 to 23-ea+17
The file was modifiedlibrary/openjdk (diff)
Commit 2a5e185acd458fe4338c1227d232951687f2ff71 by sktomer
Add amazonlinux releases

Updated Packages for Amazon Linux 2023:
- glibc-common-2.34-52.amzn2023.0.9
- libblkid-2.37.4-1.amzn2023.0.4
- libcurl-minimal-8.5.0-1.amzn2023.0.3
- amazon-linux-repo-cdn-2023.4.20240401-0.amzn2023
- system-release-2023.4.20240401-0.amzn2023
- glibc-minimal-langpack-2.34-52.amzn2023.0.9
- glibc-2.34-52.amzn2023.0.9
- libuuid-2.37.4-1.amzn2023.0.4
- expat-2.5.0-1.amzn2023.0.4
- libsmartcols-2.37.4-1.amzn2023.0.4
- libmount-2.37.4-1.amzn2023.0.4
- curl-minimal-8.5.0-1.amzn2023.0.3
Packages addressing CVES:
- libcurl-minimal-8.5.0-1.amzn2023.0.3, curl-minimal-8.5.0-1.amzn2023.0.3
  - [CVE-2024-0853](https://alas.aws.amazon.com/cve/html/CVE-2024-0853.html)
- expat-2.5.0-1.amzn2023.0.4
  - [CVE-2024-28757](https://alas.aws.amazon.com/cve/html/CVE-2024-28757.html)
The file was modifiedlibrary/amazonlinux (diff)
Commit 699a39cfa0ba1ca5959205ceabe5df99a647e4a8 by moc
Odoo: update 15.0-17.0 to release 20240405
The file was modifiedlibrary/odoo (diff)
Commit 8f246becedfed2800d29c6ae6600446d9ab7ecfb by doi+docker-library-bot
Update mcr.microsoft.com/windows/nanoserver:1809 to sha256:9118c25a81609f13b441411f006b7cb6dd50958303e228f53914bebd8056d2e1
The file was modified.external-pins/mcr.microsoft.com/windows/nanoserver___1809 (diff)
Commit b8ab6002023bc304d7fc3f18e791ed46793f4698 by doi+docker-library-bot
Update mcr.microsoft.com/windows/nanoserver:ltsc2022 to sha256:6223f3a17f2652064c56ca55aaef866177d58d6a1c526636ac2120685df5466d
The file was modified.external-pins/mcr.microsoft.com/windows/nanoserver___ltsc2022 (diff)
Commit 2fb817f31cbdd8d73bb05158358810bf57fe9391 by doi+docker-library-bot
Update mcr.microsoft.com/windows/servercore:1809 to sha256:6fdf140282a2f809dae9b13fe441635867f0a27c33a438771673b8da8f3348a4
The file was modified.external-pins/mcr.microsoft.com/windows/servercore___1809 (diff)
Commit c8db2eae896f5a5aec068fbdbf6a5e6edbb555b6 by doi+docker-library-bot
Update mcr.microsoft.com/windows/servercore:ltsc2022 to sha256:5d09ffa90d91a46e2fe7652b0a37cbf5217f34a819c3d71cbe635dae8226061b
The file was modified.external-pins/mcr.microsoft.com/windows/servercore___ltsc2022 (diff)
The file was modifiedlibrary/arangodb (diff)
Commit 75d724a3b8b40e7a73a4998f04f4b2200290d62a by jan
Updated swipl stable to 9.2.3
The file was modifiedlibrary/swipl (diff)
Commit e883c5847acc3c8a72d39d41887e3bb2e32e78b1 by alan.steinberg
[oraclelinux] Update 8/8-slim/8-slim-fips for amd64/arm64v8

Addresses the following errata/CVEs:

* <https://linux.oracle.com/errata/ELSA-2024-1615.html>
  *<https://linux.oracle.com/cve/CVE-2023-52425.html>
* <https://linux.oracle.com/errata/ELSA-2024-1601.html>
  *<https://linux.oracle.com/cve/CVE-2023-28322.html>
  *<https://linux.oracle.com/cve/CVE-2023-38546.html>
  *<https://linux.oracle.com/cve/CVE-2023-46218.html>

Signed-off-by: Alan Steinberg <alan.steinberg@oracle.com>
The file was modifiedlibrary/oraclelinux (diff)
Commit d3d7223bcba669cac3986bd3f4cca82c8faad5c7 by laurent.goderre
Add myself as maintainer of httpd
The file was modified.github/CODEOWNERS (diff)
The file was modifiedlibrary/dart (diff)
Commit 371e2b41c94e57db13c5c4b16fe425d471412481 by doi+docker-library-bot
Update irssi

Changes:

- https://github.com/jessfraz/irssi/commit/b8ea417: Fix `dpkg-query --search` to be more specific
The file was modifiedlibrary/irssi (diff)
Commit ed1c593033c369a69a71dbe2aa1aac76ed333144 by doi+docker-library-bot
Update redmine

Changes:

- https://github.com/docker-library/redmine/commit/46c2e72: Merge pull request https://github.com/docker-library/redmine/pull/319 from infosiftr/dpkg-query-search
- https://github.com/docker-library/redmine/commit/2ab2ec3: Fix `dpkg-query --search` to be more specific
The file was modifiedlibrary/redmine (diff)
Commit 84606f3fbcd63b452b3f68fd5bebd04a2ac0caf9 by doi+docker-library-bot
Update httpd

Changes:

- https://github.com/docker-library/httpd/commit/7b7f8cd: Merge pull request https://github.com/docker-library/httpd/pull/259 from infosiftr/dpkg-query-search
- https://github.com/docker-library/httpd/commit/b1cb5de: Fix `dpkg-query --search` to be more specific
The file was modifiedlibrary/httpd (diff)
Commit 912ba42b5602cedf48241fe3c5eeb7cb53a65e06 by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/43d8dbc: Merge pull request https://github.com/docker-library/wordpress/pull/892 from infosiftr/dpkg-query-search
- https://github.com/docker-library/wordpress/commit/2007d5d: Fix `dpkg-query --search` to be more specific
The file was modifiedlibrary/wordpress (diff)
Commit c37d73049750421e4f5ebbf2a485ec5c1d7d50bc by doi+docker-library-bot
Update memcached

Changes:

- https://github.com/docker-library/memcached/commit/8174e5a: Merge pull request https://github.com/docker-library/memcached/pull/95 from infosiftr/dpkg-query-search
- https://github.com/docker-library/memcached/commit/8508f4b: Fix `dpkg-query --search` to be more specific
The file was modifiedlibrary/memcached (diff)
Commit 2a93d523671741a155d0a4b5a1d2e83a04e3cbda by doi+docker-library-bot
Update ruby

Changes:

- https://github.com/docker-library/ruby/commit/a34f3a8: Merge pull request https://github.com/docker-library/ruby/pull/443 from infosiftr/dpkg-query-search
- https://github.com/docker-library/ruby/commit/77efb18: Fix `dpkg-query --search` to be more specific
The file was modifiedlibrary/ruby (diff)
Commit 71312330b6e482cd2393ca95efff18cdfcabfcff by doi+docker-library-bot
Update drupal

Changes:

- https://github.com/docker-library/drupal/commit/57f165b: Merge pull request https://github.com/docker-library/drupal/pull/260 from infosiftr/dpkg-query-search
- https://github.com/docker-library/drupal/commit/1e73fe0: Fix `dpkg-query --search` to be more specific
The file was modifiedlibrary/drupal (diff)
Commit a07c5be53fd996df6e261c86367ee4c4df278bd7 by doi+docker-library-bot
Update php

Changes:

- https://github.com/docker-library/php/commit/f140206f: Merge pull request https://github.com/docker-library/php/pull/1504 from infosiftr/dpkg-query-search
- https://github.com/docker-library/php/commit/2bef4bba: Fix `dpkg-query --search` to be more specific
The file was modifiedlibrary/php (diff)
Commit 3c90636e531cbfa66b65253c2b4528a82f9253fd by doi+docker-library-bot
Update pypy

Changes:

- https://github.com/docker-library/pypy/commit/d8bcd6c: Merge pull request https://github.com/docker-library/pypy/pull/83 from infosiftr/dpkg-query-search
- https://github.com/docker-library/pypy/commit/8b4ced2: Fix `dpkg-query --search` to be more specific
The file was modifiedlibrary/pypy (diff)
Commit ca099df3d5312e0804e155681bf1943bd7a07fb2 by doi+docker-library-bot
Update redis

Changes:

- https://github.com/docker-library/redis/commit/0e3e2d0: Merge pull request https://github.com/docker-library/redis/pull/397 from infosiftr/dpkg-query-search
- https://github.com/docker-library/redis/commit/f623bf8: Fix `dpkg-query --search` to be more specific
The file was modifiedlibrary/redis (diff)
Commit dfc30b6e4c92bed73402675c2925001064182afe by mikael.arguedas
[ros] switch ros rolling to noble base image

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
The file was modifiedlibrary/ros (diff)
Commit ac100d87ae0b4208bf27c1a29c4c58e61d023f8f by lachlan
Update Jetty version to 12.0.8

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
The file was modifiedlibrary/jetty (diff)
Commit bedea9a8c943ee6a1383a81b59e59ad553fed51c by github
Update CrateDB to 5.6.4
The file was modifiedlibrary/crate (diff)
Commit 86cbb0e5d6ed7cb5b3e3302f8d908459f1d911a1 by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/8b639f8: Merge pull request https://github.com/docker-library/haproxy/pull/226 from L3n41c/remove_dev_packages
- https://github.com/docker-library/haproxy/commit/d8cdcc0: Update 3.0 to 3.0-dev7
- https://github.com/docker-library/haproxy/commit/e3b5621: Remove the `*-dev` packages from the final image
- https://github.com/docker-library/haproxy/commit/92d0a2f: Update 2.9 to 2.9.7
- https://github.com/docker-library/haproxy/commit/5d34d74: Update 2.8 to 2.8.9
- https://github.com/docker-library/haproxy/commit/2d23827: Update 2.7 to 2.7.12
- https://github.com/docker-library/haproxy/commit/20e1b3f: Update 2.6 to 2.6.17
- https://github.com/docker-library/haproxy/commit/3a8296a: Update 2.4 to 2.4.26
- https://github.com/docker-library/haproxy/commit/3eaa160: Update 2.2 to 2.2.33
- https://github.com/docker-library/haproxy/commit/ecaebdd: Update 2.0 to 2.0.35
The file was modifiedlibrary/haproxy (diff)
Commit 00dde577ac4cdc1b4beddbe790ae31adde61a37e by github
Update rakudo-star to 2024.03

Adding a bookworm tag for consistency and clarity and switching the FROM alpine Docker image to "alpine:latest"...
The file was modifiedlibrary/rakudo-star (diff)
Commit 0696441b185d06dcd5268498919b90b222775054 by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/2521c25: Update to 5.82.1, ghost-cli 1.26.0
- https://github.com/docker-library/ghost/commit/a2662ac: Update to 5.82.0, ghost-cli 1.26.0
The file was modifiedlibrary/ghost (diff)
Commit 83c170dd485a7cb91398061395268938f5a4b115 by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/1cae2e3: Merge pull request https://github.com/docker-library/haproxy/pull/228 from TimWolla/2.7-eol
- https://github.com/docker-library/haproxy/commit/2dbe02f: Remove EOL 2.7
The file was modifiedlibrary/haproxy (diff)
The file was modifiedlibrary/debian (diff)
Commit 85492bec5daf045cb5e43e862ca1d9e763b87c4a by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/9a0ebc8: Update devel to 20240406, commit e6795c05dd877334832568a7145f0587ad3901e0
The file was modifiedlibrary/bash (diff)
The file was modifiedlibrary/logstash (diff)
The file was modifiedlibrary/elasticsearch (diff)
The file was modifiedlibrary/kibana (diff)
The file was modifiedlibrary/rocket.chat (diff)
Commit ddbaf29ac2989c5b014bbe81eeaef67d7beb93d5 by doi+docker-library-bot
Update python

Changes:

- https://github.com/docker-library/python/commit/330331f: Update 3.13-rc to 3.13.0a6
- https://github.com/docker-library/python/commit/bf5951c: Update 3.12 to 3.12.3
The file was modifiedlibrary/python (diff)
Commit 84d12ba88159e01b39bf066b8de516a4fc65b1f7 by schaferjscott
chore: Update to Rust version 1.77.2
The file was modifiedlibrary/rust (diff)
Commit 44c17ada5d0ea40dfe04bfd5bf4fe75762be36d0 by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/0c3488c: Update latest to 6.5.2
- https://github.com/docker-library/wordpress/commit/df94c6b: Update beta to 6.5.2
The file was modifiedlibrary/wordpress (diff)
Commit 292014498eda2d434d0a7f8ac184cb7572fa7292 by rtribotte
Bump Traefik to v2.11.1
The file was modifiedlibrary/traefik (diff)
Commit 6a40d2a616fa238a7edcc3e20d942338ebc3d37b by github
Update traefik v3.0.0-rc4
The file was modifiedlibrary/traefik (diff)
The file was modifiedlibrary/clojure (diff)
Commit 9741cfab5372b78f84f1309117e07ce0db77ecd1 by andrew.lukoshko
Almalinux auto-update - 20240410 17:47:25
The file was modifiedlibrary/almalinux (diff)
Commit 3017666afae678a8f4490230bcf9d294c6f3397e by doi+docker-library-bot
Update julia

Changes:

- https://github.com/docker-library/julia/commit/3089b4a: Update 1.11-rc to 1.11.0-beta1
The file was modifiedlibrary/julia (diff)
Commit c36d9161979d8d02b5bd791e7f5e8f80b7b0d191 by 3949379+getong
elang/otp 27.0-rc2, 25.3.2.10, 24.3.4.17, 23.3.4.20, 22.3.4.27, rebar3 3.23.0
The file was modifiedlibrary/erlang (diff)
Commit 35d11ece0dbb5d5e125c9103aa6a890d927af7b6 by 41898282+github-actions[bot]
Node: feat: Node.js 18.20.2, 20.12.2, 21.7.3
The file was modifiedlibrary/node (diff)
Commit f5517c2529c17a2facefffe4b35af5537dc10cb4 by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/94303be: Update 6.0-rc to 6.0.15-rc0
The file was modifiedlibrary/mongo (diff)
Commit a83b23095d39ca4222d62c3c2cf13a49d3578c26 by doi+docker-library-bot
Update php

Changes:

- https://github.com/docker-library/php/commit/9635283a: Merge pull request https://github.com/docker-library/php/pull/1505 from infosiftr/security
- https://github.com/docker-library/php/commit/8480cf5c: Update to 8.3.6 and 8.2.18 (security releases)
The file was modifiedlibrary/php (diff)
Commit 96597418d725512574d1bac4c9027b8d28c5a028 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/b1589f6: Update 26 to 26.0.1
- https://github.com/docker-library/docker/commit/1b4d76a: Merge pull request https://github.com/docker-library/docker/pull/488 from infosiftr/defensive-curl
- https://github.com/docker-library/docker/commit/8114f46: Update "versions" curl invocation to be more defensive
- https://github.com/docker-library/docker/commit/9329f88: Update 26 to compose 2.26.1
- https://github.com/docker-library/docker/commit/9b7730d: Update 26 to compose 2.26.0
The file was modifiedlibrary/docker (diff)
The file was modifiedlibrary/photon (diff)
Commit c9234bc1f8c507d1b26ee18fdf340787542a65d5 by github
Bump Traefik to v2.11.2 and v3.0.0-rc5 (#16591)

The file was modifiedlibrary/traefik (diff)
Commit 7c98c41d1f746ec8718240bfcd7167fb484e8382 by byron
[nats] Release v2.10.14

Details can be found [here](https://github.com/nats-io/nats-server/releases/tag/v2.10.14)

Signed-off-by: Byron Ruth <byron@nats.io>
The file was modifiedlibrary/nats (diff)
Commit 8dc3defd5073367d33be2677775c67436276cceb by yosifkit
Remove a few architectures from satosa that fail to build

see also https://github.com/IdentityPython/satosa-docker/issues/11
The file was modifiedlibrary/satosa (diff)
Commit 4fce1f4a2dff64abbf2af6828d13bf26b8c6b2af by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/4e2447f: Update 7.0-rc to 7.0.9-rc0
The file was modifiedlibrary/mongo (diff)
Commit 21682ec78a5f46cfad029cc6544dff0d43e29597 by github
Releasing Neo4j 5.19.0
The file was modifiedlibrary/neo4j (diff)
The file was modifiedlibrary/sonarqube (diff)
The file was modifiedlibrary/mongo-express (diff)
Commit f881bbbd990a13c7788dffd72e2ed8ceee4537ab by doi+docker-library-bot
Update php

Changes:

- https://github.com/docker-library/php/commit/db99cf11: Merge pull request https://github.com/docker-library/php/pull/1506 from infosiftr/security
- https://github.com/docker-library/php/commit/feeb0150: Update to 8.1.28 (security release)
The file was modifiedlibrary/php (diff)
Commit a1d417283f9efd4e41e22c27390011e8e6cd7fcc by doi+docker-library-bot
Update rabbitmq

Changes:

- https://github.com/docker-library/rabbitmq/commit/f28dd30: Update 3.13 to otp 26.2.4
- https://github.com/docker-library/rabbitmq/commit/5303c63: Update 3.12 to otp 25.3.2.11
The file was modifiedlibrary/rabbitmq (diff)
Commit c8125d74c5e63b2c52c9391a8585b9ef878f15fe by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/6917292: Update 23 to 23-ea+18
The file was modifiedlibrary/openjdk (diff)
Commit 2969ff7efceaacbc71e8116ebc53cca214167066 by github
Add Liquibase (#8409)

Co-authored-by: Derek Smart <derek@grindaga.com>
Co-authored-by: jandroav <jandroav@icloud.com>
Co-authored-by: Alejandro Alvarez <avazquez@liquibase.com>
The file was addedlibrary/liquibase
The file was modifiedlibrary/influxdb (diff)
Commit 026105cdecaa1e97942f819320bff53ab43414c1 by 3949379+getong
erlang/otp 26.2.4, 25.3.2.11
The file was modifiedlibrary/erlang (diff)
Commit 86f1e3b1a0d875b87b3665b81cbadbe090c60c5c by clrbuilder
Update Clear Linux OS to 41450

Update Clear Linux OS latest+base images to release 41450
The file was modifiedlibrary/clearlinux (diff)
Commit 0016014fb9b8b51cef207bc5401d57f9e4b2eed2 by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/ef2cb4a: Update to 5.82.2, ghost-cli 1.26.0
The file was modifiedlibrary/ghost (diff)
Commit 8f077117b528b3a4d12a5f7ccf0b5047f926bad3 by cloud-image-builders
Update Ubuntu 2024-04-15

Update Ubuntu to the latest published OCI tarballs as of 2024-04-15.
The file was modifiedlibrary/ubuntu (diff)
Commit a257328333d513c7e980844713938fe4406a1a40 by laurent.goderre
Update JRuby Java 21 images to jammy
The file was modifiedlibrary/jruby (diff)
Commit 32dceecce56d4fc2b3000faa6a0af5fee7c13c93 by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/3519de9: Update devel to 20240415, commit a06616a689a239e0ade2c08ae78fd114d2324c5a
The file was modifiedlibrary/bash (diff)
Commit 34e34b1c82151806438f88897eb4b3d6da8bd22e by moc
Odoo: update 15.0-17.0 to release 20240416
The file was modifiedlibrary/odoo (diff)
Commit 46f414cde7cf6cbe0dbf1c306da8b3ca781ce66e by doi+docker-library-bot
Update cassandra

Changes:

- https://github.com/docker-library/cassandra/commit/abab4c9: Update 3.11 to 3.11.17
- https://github.com/docker-library/cassandra/commit/2324f94: Update 3.0 to 3.0.30
The file was modifiedlibrary/cassandra (diff)
Commit 0b05cb30475529a6037e4ccfe02d7cac8d1de4a9 by alan.steinberg
[oraclelinux] Update 8/8-slim/8-slim-fips for amd64/arm64v8

Addresses the following errata/CVEs:

* <https://linux.oracle.com/errata/ELSA-2024-1782.html>
  *<https://linux.oracle.com/cve/CVE-2023-4408.html>
  *<https://linux.oracle.com/cve/CVE-2023-50387.html>
  *<https://linux.oracle.com/cve/CVE-2023-50868.html>
* <https://linux.oracle.com/errata/ELSA-2024-1784.html>
  *<https://linux.oracle.com/cve/CVE-2024-28834.html>

Signed-off-by: Alan Steinberg <alan.steinberg@oracle.com>
The file was modifiedlibrary/oraclelinux (diff)
The file was modifiedlibrary/joomla (diff)
Commit e7aabbcc5b8ae83f0f386e81dfb02e8ab0450ec3 by laurent.goderre
Use DOI specific SBOM scanner that supports PHP composer and Erlang OTP
The file was added.external-pins/docker/scout-sbom-indexer___1-doi
The file was removed.external-pins/docker/scout-sbom-indexer___1
Commit 5d242a8169be790744c55ba82d37e60ec72c3ca3 by doi+docker-library-bot
Update tomcat

Changes:

- https://github.com/docker-library/tomcat/commit/d65af72: Update 11.0 to 11.0.0-M19
- https://github.com/docker-library/tomcat/commit/beabe93: Merge pull request https://github.com/docker-library/tomcat/pull/311 from infosiftr/pgp-11
- https://github.com/docker-library/tomcat/commit/f2ea11c: Update PGP keys for 11 (add remm@apache)
- https://github.com/docker-library/tomcat/commit/0d2d248: Update 9.0 to 9.0.88
The file was modifiedlibrary/tomcat (diff)
Commit d67af84c7027e5395f23753055cd17e8bb0e3c94 by ruiamzn
Update amazoncorretto for 2024 q2 release
The file was modifiedlibrary/amazoncorretto (diff)
Commit ed92fa3bed311af2f4fe3422abddb46d5bf6a4b9 by github
TomEE Added 10.0.0-M1, 9.1.3, dropped 8.x (#16620)

The file was modifiedlibrary/tomee (diff)
Commit 3ed1085d9c13fbbe76134ee52810ff422b44cfd0 by github
Update api-firewall
The file was modifiedlibrary/api-firewall (diff)
Commit c20a62a72bd292891885b2130fdaf9371c1ef7b6 by doi+docker-library-bot
Update docker/scout-sbom-indexer:1-doi to sha256:630fb661ff8194ea0728758b003c9d8fd22908f0fa0952cef2196c826e8c4913
The file was modified.external-pins/docker/scout-sbom-indexer___1-doi (diff)
Commit e62e06de8d71702065b111a4198a8bf07c0ae8fd by iippolitov
Updated mainline nginx to 1.25.5.
The file was modifiedlibrary/nginx (diff)
Commit 883b677cbbd3486c1067353544fcb8b1ae295fb2 by juanluisrp
Release of GeoNetwork 4.4.4
The file was modifiedlibrary/geonetwork (diff)
Commit 2a627d30cf9d9d09a939b3f4bfe70ec7dd9867d7 by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/6f6ea49: Update 6.0-rc
- https://github.com/docker-library/mongo/commit/c6713cb: Update 6.0 to 6.0.15
The file was modifiedlibrary/mongo (diff)
The file was modifiedlibrary/dart (diff)
Commit ec663bd5da08a2eaa0f3c6f46374c7ded03159d4 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/e73d98f: Update 26 to 26.0.2
- https://github.com/docker-library/docker/commit/e69134b: Update 26 to buildx 0.14.0
- https://github.com/docker-library/docker/commit/bbbb8ff: Update 25 to buildx 0.14.0
- https://github.com/docker-library/docker/commit/befce9a: Update 24 to buildx 0.14.0
The file was modifiedlibrary/docker (diff)
The file was modifiedlibrary/yourls (diff)
The file was modifiedlibrary/erlang (diff)
Commit 89786c06f6c4c6fcc72d1b90460f90d596d6b2d4 by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/d033d2e: Update 3.0 to 3.0-dev8
The file was modifiedlibrary/haproxy (diff)
Commit 637f23cd5932f5f7e5b69fa373faf3338635310a by sktomer
Add amazonlinux releases

Updated Packages for Amazon Linux 2:
- glib2-2.56.1-9.amzn2.0.8
- krb5-libs-1.15.1-55.amzn2.2.7
Packages addressing CVES:
- glib2-2.56.1-9.amzn2.0.8
  - [CVE-2020-35457](https://alas.aws.amazon.com/cve/html/CVE-2020-35457.html)
- krb5-libs-1.15.1-55.amzn2.2.7
  - [CVE-2024-26458](https://alas.aws.amazon.com/cve/html/CVE-2024-26458.html)
  - [CVE-2024-26461](https://alas.aws.amazon.com/cve/html/CVE-2024-26461.html)

Updated Packages for Amazon Linux 2023:
- amazon-linux-repo-cdn-2023.4.20240416-1.amzn2023
- system-release-2023.4.20240416-1.amzn2023
- krb5-libs-1.21-3.amzn2023.0.4
Packages addressing CVES:
- krb5-libs-1.21-3.amzn2023.0.4
  - [CVE-2024-26458](https://alas.aws.amazon.com/cve/html/CVE-2024-26458.html)
  - [CVE-2024-26461](https://alas.aws.amazon.com/cve/html/CVE-2024-26461.html)
  - [CVE-2024-26462](https://alas.aws.amazon.com/cve/html/CVE-2024-26462.html)
The file was modifiedlibrary/amazonlinux (diff)
The file was modifiedlibrary/sapmachine (diff)
Commit 2bd38c434f6dad92e2a7bc57fc4a2ea35ecf16ee by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/fbfba91: Update 7.0-rc to 7.0.9-rc1
The file was modifiedlibrary/mongo (diff)
Commit 9864684aa9bf76b2740e3af971d93ae569e19bb0 by clrbuilder
Update Clear Linux OS to 41560

Update Clear Linux OS latest+base images to release 41560
The file was modifiedlibrary/clearlinux (diff)
The file was modifiedlibrary/photon (diff)
Commit ce11e3485498eab3533b5ebd4fb42bc2491887b6 by honza.hrk
upgrade haskell to ghc 9.6.5
The file was modifiedlibrary/haskell (diff)
The file was modifiedlibrary/emqx (diff)
Commit 94eabf083e67ad96b1db8084bf78024f611aa034 by cverna
Fedora 2024-04-22

Fedora 40 is now the latest

Signed-off-by: Clement Verna <cverna@tutanota.com>
The file was modifiedlibrary/fedora (diff)
Commit 38dfcc0e1df888fff1de9b3529d2846c2a457e6a by 41898282+github-actions[bot]
Node: feat: drop arm32v7 buster for Node 20
The file was modifiedlibrary/node (diff)
The file was modifiedlibrary/telegraf (diff)
Commit 26704965dd49c569944b3329a2e17872ec49a7c8 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/9b4db7b: Update 26 to 26.1.0
The file was modifiedlibrary/docker (diff)
Commit 3aa5f9ef4eb8b4b43e52392eee2c3fadfb8c0730 by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/7b657f0: Update devel to 20240422, commit 8c8daff1e3661cfe427f194c38c6a1b452cd1456
- https://github.com/tianon/docker-bash/commit/147bc22: Merge pull request https://github.com/tianon/docker-bash/pull/37 from self-five/5.3-alpha
- https://github.com/tianon/docker-bash/commit/608eced: Add 5.3-alpha
The file was modifiedlibrary/bash (diff)
The file was modifiedlibrary/composer (diff)
Commit c202be06f62de25c2ef4e382b2a36fd18ceb9d09 by doi+docker-library-bot
Update ruby

Changes:

- https://github.com/docker-library/ruby/commit/a2b957f: Merge pull request https://github.com/docker-library/ruby/pull/446 from infosiftr/security
- https://github.com/docker-library/ruby/commit/53646d3: [security] Update to 3.3.1, 3.2.4, 3.1.5, 3.0.7
The file was modifiedlibrary/ruby (diff)
The file was modifiedlibrary/kapacitor (diff)
Commit 0d85332dc7ce57c58451b9ed6b972dd200f3b67c by doi+docker-library-bot
Update ruby

Changes:

- https://github.com/docker-library/ruby/commit/91faf12: Merge pull request https://github.com/docker-library/ruby/pull/447 from infosiftr/revert-breaks-security
- https://github.com/docker-library/ruby/commit/1db5a7b: Revert RUBY_MAJOR refactoring for 3.0
The file was modifiedlibrary/ruby (diff)
Commit 4c3de62d3bb057bf9aec41891c193431a46e7c3e by github
eclipse-temurin: 8u412, 11.0.23+9, 17.0.11+9, 21.0.3+9, 22.0.1+8
The file was modifiedlibrary/eclipse-temurin (diff)
Commit 276ddcb2c3822f0e31b94742fd23f0e69aaa8c03 by doi+docker-library-bot
Update redhat/ubi9-minimal:latest to sha256:b6ec3ea97ba321c7529b81ae45c407ba8039d52fea3f7b6853734d7f8863344b
The file was modified.external-pins/redhat/ubi9-minimal___latest (diff)
Commit 960144ab2e052900271498ef75ca7a793a56064b by doi+docker-library-bot
Update redhat/ubi9:latest to sha256:770cf07083e1c85ae69c25181a205b7cdef63c11b794c89b3b487d4670b4c328
The file was modified.external-pins/redhat/ubi9___latest (diff)
Commit 22a5a88f99073be30480917274b0fd0b1ccc600e by github
Update eclipse-temurin with s390x SHA
The file was modifiedlibrary/eclipse-temurin (diff)
Commit 3db9ea793dcd38253c87694a15b192b71e3ac58f by github
Update eclipse-temurin
The file was modifiedlibrary/eclipse-temurin (diff)
Commit 99a67b87b5f07398f6033e09c8a315684105edb5 by doi+docker-library-bot
Update tomcat

Changes:

- https://github.com/docker-library/tomcat/commit/0f1782d: Update 10.1 to 10.1.23
The file was modifiedlibrary/tomcat (diff)
The file was modifiedlibrary/clojure (diff)
Commit acb0745e247c45089eac1adcd727c87b13dcc937 by thresh
Updated nginx

Updated nginx stable to 1.26.0 and moved to Alpine 3.19 / Debian
Bookworm.  This also adds otel module variant for stable as was
previously introduced for mainline.

Mainline is also updated to hopefully fix njs 0.8.4+quickjs build on
arm32v5.

With that, some simplifications and minor fixes to Dockerfiles were
merged.
The file was modifiedlibrary/nginx (diff)
The file was modifiedlibrary/debian (diff)
Commit 3992c5d2b95aa79842853e8ddb4c52f83e9f6be9 by doi+docker-library-bot
Update pypy

Changes:

- https://github.com/docker-library/pypy/commit/86c2432: Update 3.9 to 7.3.16, python 3.9.19
- https://github.com/docker-library/pypy/commit/7fd4974: Update 3.10 to 7.3.16, python 3.10.14
- https://github.com/docker-library/pypy/commit/da7ff70: Update 2.7 to 7.3.16
The file was modifiedlibrary/pypy (diff)
Commit d3d3021f636cc82b3812befebd59038374baa21d by github
Update CrateDB to 5.7.0
The file was modifiedlibrary/crate (diff)
Commit 5354a3bc2757b328077ab42d47e8a6e2942291fb by github
Add 5.5.4 tag to point to the same commit as 5.5.5

With: https://github.com/docker-library/official-images/pull/16181/files we accidentally marked the docker image as `5.5.5`, instead of `5.5.4`. As a workaround we skip `5.5.5` CrateDB release and if a hotfix release is needed for `5.5` will release a `5.5.6` version in the future.
The file was modifiedlibrary/crate (diff)
Commit 6f241ea245a055d8fc547824f88c76bcc19a5485 by github
 Releasing Neo4j 4.4.33
The file was modifiedlibrary/neo4j (diff)
Commit a3dc51c6723fd2c0796e3c7b758cddf1025077ff by edd
Update to R 4.4.0 released this morning
The file was modifiedlibrary/r-base (diff)
The file was modifiedlibrary/dart (diff)
The file was modifiedlibrary/nextcloud (diff)
Commit 669321011094095463cc4143c832677aed379549 by alan.steinberg
[oraclelinux] Update 9/9-slim/9-slim-fips for amd64/arm64v8

Addresses the following errata/CVEs:

* <https://linux.oracle.com/errata/ELSA-2024-1879.html>
  *<https://linux.oracle.com/cve/CVE-2024-28834.html>
  *<https://linux.oracle.com/cve/CVE-2024-28835.html>

Signed-off-by: Alan Steinberg <alan.steinberg@oracle.com>
The file was modifiedlibrary/oraclelinux (diff)
Commit c7dcd5e0ac409e3d2f3f3ac967f9c76d1e9094e3 by ceej
Add Couchbase Server EE 7.2.5
The file was modifiedlibrary/couchbase (diff)
Commit aa21c9fb9790ad053d61db18762d6eb9bc1561e9 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/3d79c81: Update 26 to compose 2.27.0
- https://github.com/docker-library/docker/commit/96b05bd: Update 25 to compose 2.27.0
- https://github.com/docker-library/docker/commit/0b3297d: Update 24 to compose 2.27.0
The file was modifiedlibrary/docker (diff)
Commit dff3acfd5ad0a07b4c5539553ece27a746fb95e0 by cloud-image-builders
Update Ubuntu 2024-04-25

Update Ubuntu to the latest published OCI tarballs as of 2024-04-25.
The file was modifiedlibrary/ubuntu (diff)
The file was modifiedlibrary/node (diff)
The file was modifiedlibrary/clojure (diff)
Commit fdbc5d47bd5599907f3c5d2bd70b4d3d14ab3ce1 by doi+docker-library-bot
Update docker/dockerfile:1 to sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e
The file was modified.external-pins/docker/dockerfile___1 (diff)
The file was modifiedlibrary/nextcloud (diff)
Commit d4f14b6bc86a851a77cb3f4a263b7a6a12deef39 by doi+docker-library-bot
Update php

Changes:

- https://github.com/docker-library/php/commit/32773dba: Update 8.3-rc to 8.3.7RC1
- https://github.com/docker-library/php/commit/66a2b003: Update 8.2-rc to 8.2.19RC1
The file was modifiedlibrary/php (diff)
The file was modifiedlibrary/storm (diff)
Commit ab3727d1cff49232bb726bd363279484ea98b076 by carmine.vassallo
Upgrade SonarQube LTA to 9.9.5
The file was modifiedlibrary/sonarqube (diff)
Commit d8615f2798fe8e631b608eedc5df5211ef309b09 by honza.hrk
haskell: bump cabal from 3.10.2.0 to 3.10.3.0
The file was modifiedlibrary/haskell (diff)
Commit 9b22244a74f3b03345b8053036871eb72a1a72d3 by powersj
Release chronograf v1.10.4
The file was modifiedlibrary/chronograf (diff)
Commit 15a1d63ab7dba2ba8560426c9b942a2b337a9e09 by jan
Updated swipl stable to 9.2.4
The file was modifiedlibrary/swipl (diff)
Commit 102d65e780fdf0d309fe6b950c7d6d01a6b67a72 by Gkerta.Seferi
Updates for WebSphere and Open Liberty 24.0.0.4
The file was modifiedlibrary/websphere-liberty (diff)
The file was modifiedlibrary/open-liberty (diff)
Commit b9bd9aa7b03dad1e9d1955f63dd24855c395f27b by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/cb36864: Update 7.0-rc
- https://github.com/docker-library/mongo/commit/9370d3f: Update 7.0 to 7.0.9
The file was modifiedlibrary/mongo (diff)
Commit d4e3cc4205538a5b87be6565c0ecea876dd21dce by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/024ece8: Update 3.0 to 3.0-dev9
The file was modifiedlibrary/haproxy (diff)
Commit 32bb6893a6cbd5fce8a797ebf18bf4e070f1061d by github
Apache Solr - Apache Solr release 9.6.0
The file was modifiedlibrary/solr (diff)
Commit 860035946b4e8840673ea6d6c0dcb4bc466bf23d by schaferjscott
feat: Add s390x to rust images
The file was modifiedlibrary/rust (diff)
Commit 885160af958df7dcf436bc4c128070c27fc06e68 by clrbuilder
Update Clear Linux OS to 41610

Update Clear Linux OS latest+base images to release 41610
The file was modifiedlibrary/clearlinux (diff)
The file was modifiedlibrary/photon (diff)
Commit da07885bd51eb29c63a49c9765e9b0d076c0899b by zakame
library/perl: 5.39.9 -> 5.39.10

- https://github.com/Perl/docker-perl/pull/158
The file was modifiedlibrary/perl (diff)
Commit 3e5a5d95b67e21a888f309626a203e3366fe780f by moc
Odoo: update 15.0-17.0 to release 20240429
The file was modifiedlibrary/odoo (diff)
The file was modifiedlibrary/traefik (diff)
The file was modifiedlibrary/traefik (diff)
The file was modifiedlibrary/traefik (diff)
The file was modifiedtest/config.sh (diff)
Commit 4c6d803e36bdf6f4cde2a93ad1764d9a63ea7101 by headius
Update JRuby 9.4 to 9.4.7.0
The file was modifiedlibrary/jruby (diff)
The file was modifiedlibrary/traefik (diff)
Commit bc7b7db6e86da0e74f98d10f80f0c9dc148ef6b8 by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/88f1a79: Update devel to 20240426, commit 9c430f6bf37984e01977cc17f7066a6498aa4f18
The file was modifiedlibrary/bash (diff)
The file was modifiedlibrary/sonarqube (diff)
Commit 0aba0ed47f7dee30053592fecf1bb04e5804dd72 by github
Update XWiki stable version to 16.3.0
The file was modifiedlibrary/xwiki (diff)
Commit 763236c8f550cad178ed4ed2aac767331e7b2c6d by bpfeifer
Update InfluxDB Enterprise to 1.10.6
The file was modifiedlibrary/influxdb (diff)
Commit 2939ec9133dd0d7a3862b35807f387897f620344 by bpfeifer
Update InfluxDB Maintainers
The file was modifiedlibrary/influxdb (diff)
Commit 5802411d5e0a1d1902f11c3f488fb6b94cabd93c by mikael.arguedas
[ros] add upcoming ros release jazzy
The file was modifiedlibrary/ros (diff)
Commit 2cc3ce422284d0e71ad63ca49ca7cf29a79080e0 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/c37212d: Update 26 to 26.1.1
The file was modifiedlibrary/docker (diff)
Commit e702306df613677cd2ea0b15a59842c6091492fb by doi+docker-library-bot
Update julia

Changes:

- https://github.com/docker-library/julia/commit/92a88f4: Update 1.10 to 1.10.3
The file was modifiedlibrary/julia (diff)
Commit 3022e955929f6e040b00c9927fbb6e0f1c5ecd27 by mikael.arguedas
[ros] jazzy 0.10.0-4 -> 0.11.0-1

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
The file was modifiedlibrary/ros (diff)
Commit 35493c0c6d65382833eb85f1e598fd0d6ab3eaec by doi+docker-library-bot
Update mysql

Changes:

- https://github.com/docker-library/mysql/commit/9f0f4a1: Add plain 8 aliases
- https://github.com/docker-library/mysql/commit/d972901: Merge pull request https://github.com/docker-library/mysql/pull/1046 from jnoordsij/add-8.4
- https://github.com/docker-library/mysql/commit/784047f: Skip "innovation" when any other release is newer
- https://github.com/docker-library/mysql/commit/53973fa: Add lts alias
- https://github.com/docker-library/mysql/commit/c054224: Add 8.4 variant (new LTS)
- https://github.com/docker-library/mysql/commit/e3c2853: Update toolsRepo detection in versions.sh
- https://github.com/docker-library/mysql/commit/2319f17: Update innovation to mysql-shell 8.4.0-1.el8
- https://github.com/docker-library/mysql/commit/5fe2b70: Update 8.0 to 8.0.37, debian 8.0.37-1debian12, mysql-shell 8.0.37-1.el8, oracle 8.0.37-1.el8
The file was modifiedlibrary/mysql (diff)
Commit 7e771cdf4a880a4b6231cbb3b809537643022aef by github
Aerospike 7.0.0.8

https://download.aerospike.com/download/server/notes.html
The file was modifiedlibrary/aerospike (diff)
Commit 5ef55e3f340bbfa69dbe043aca4cbdde503adaa4 by SCIENTIFIC-LINUX-DEVEL
'sl7 container build-date=20240501'
The file was modifiedlibrary/sl (diff)
Commit bd1b9c30243ec57443e750fb95bf38a61cc79182 by cloud-image-builders
Update Ubuntu 2024-05-01

Update Ubuntu to the latest published OCI tarballs as of 2024-05-01.
The file was modifiedlibrary/ubuntu (diff)
Commit b1a0b11d3018db737250fbd55dcf41a85d0156c4 by github
caddy: v2.8.0-beta.1 release

https://github.com/caddyserver/caddy/releases/tag/v2.8.0-beta.1
The file was modifiedlibrary/caddy (diff)
Commit c28159235a7d4634159cebe3ef36d50574144f94 by doi+docker-library-bot
Update drupal

Changes:

- https://github.com/docker-library/drupal/commit/9876a87: Update 10.2 to 10.2.6
The file was modifiedlibrary/drupal (diff)
Commit ccb58da3d9e9e1c89ad3702cee9a13b8104447e8 by doi+docker-library-bot
Update mysql

Changes:

- https://github.com/docker-library/mysql/commit/e384941: Merge pull request https://github.com/docker-library/mysql/pull/1047 from jnoordsij/oraclelinux9
- https://github.com/docker-library/mysql/commit/a15b34a: Use Oracle Linux 9 as base image
The file was modifiedlibrary/mysql (diff)
Commit 6f5673e26a32fea061a1526c7d71827debce84cd by elasticmachine
Update ELK images for 7.17.21
The file was modifiedlibrary/logstash (diff)
The file was modifiedlibrary/kibana (diff)
The file was modifiedlibrary/elasticsearch (diff)
Commit b6d7a51b84bfd62ea8df5e3c2ba884d3c7ecb6e4 by schaferjscott
chore: Update to Rust version 1.78.0
The file was modifiedlibrary/rust (diff)
Commit 6e97342c5757aeae1aaca659c13c55dadf725498 by github
Update rakudo-star to 2024.04
The file was modifiedlibrary/rakudo-star (diff)
Commit 421d6d188c2d01f12d7aa9f1182bb5e798365a0b by doi+docker-library-bot
Update redhat/ubi9-minimal:latest to sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
The file was modified.external-pins/redhat/ubi9-minimal___latest (diff)
Commit 4bf0f42d02791197792a9705cf35c5a0d3a9c1ad by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/de0ea74: Update 7.0-rc to 7.0.10-rc0
The file was modifiedlibrary/mongo (diff)
The file was modifiedlibrary/node (diff)
Commit 9c20da2bc99f78ad0632d968e32885678eed9a93 by doi+docker-library-bot
Update redhat/ubi9:latest to sha256:ed84f34cd929ea6b0c247b6daef54dd79602804a32480a052951021caf429494
The file was modified.external-pins/redhat/ubi9___latest (diff)
Commit 56d9f576c6f67aef3cc8659ccb2fafec523c5cf5 by doi+docker-library-bot
Update rabbitmq

Changes:

- https://github.com/docker-library/rabbitmq/commit/7912247: Merge pull request https://github.com/docker-library/rabbitmq/pull/698 from LaurentGoderre/remove-explicit-sbom
- https://github.com/docker-library/rabbitmq/commit/8eeb831: Remove manual SBOMs
- https://github.com/docker-library/rabbitmq/commit/1f3e8eb: Update 3.13 to otp 26.2.5
- https://github.com/docker-library/rabbitmq/commit/8364d81: Update 3.12 to otp 25.3.2.12
- https://github.com/docker-library/rabbitmq/commit/d8d2d53: Update 3.13 to 3.13.2
The file was modifiedlibrary/rabbitmq (diff)
Commit 298203e3f382c715e5ac681a3634683e8d19d9d5 by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/255abea: Update 23 to 23-ea+21
The file was modifiedlibrary/openjdk (diff)
Commit 6751bdbc93ce0f1acdcd80f4e456ec988f0deb1c by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/6962a40: Update beta to 6.5.3-RC1
The file was modifiedlibrary/wordpress (diff)
The file was modifiedlibrary/arangodb (diff)
The file was modifiedlibrary/monica (diff)
Commit 1446318003867da18f1b460e91ef987d0226ca57 by fedor
Update ALT Linux - 20240503
The file was modifiedlibrary/alt (diff)
Commit b1d9372b4c14d888c34e04fd520ce1b48ebeb321 by thresh
Bump nginx to fix builds on arm32v5
The file was modifiedlibrary/nginx (diff)
Commit 3b7d1c3e20fba84ba4067a3c64d15d955b0fc4ea by 3949379+getong
erlang/otp 26.2.5, 25.3.2.12
The file was modifiedlibrary/erlang (diff)
Commit a1221033cb41c648681930e53fad66db94c3ab14 by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/bee2455: Update 3.0 to 3.0-dev10
The file was modifiedlibrary/haproxy (diff)
Commit 9e90a4c3e393262065cc6e335f1219a3e4fba8ed by clrbuilder
Update Clear Linux OS to 41660

Update Clear Linux OS latest+base images to release 41660
The file was modifiedlibrary/clearlinux (diff)
Commit c63b1f32fbaf3ab34d9c5fd61328c5cf8044095c by doi+docker-library-bot
Update rabbitmq

Changes:

- https://github.com/docker-library/rabbitmq/commit/4482825: Update 3.12 to 3.12.14
The file was modifiedlibrary/rabbitmq (diff)
Commit 2f28bfa7407f7acb14ecd48f6d029acd6d6dbb0f by github
Update CrateDB to 5.6.5 and 5.7.1
The file was modifiedlibrary/crate (diff)
Commit 8eee872280be80d6ddfc3f52970d06348a993d55 by doi+docker-library-bot
Update memcached

Changes:

- https://github.com/docker-library/memcached/commit/89cfc0a: Update 1 to 1.6.27
The file was modifiedlibrary/memcached (diff)
Commit 0102e91f59e8ae64875072659aa486481c395022 by github
Apache Solr - Remove 9.4 from list of supported versions (apache/solr-docker#21)
The file was modifiedlibrary/solr (diff)
The file was modifiedlibrary/composer (diff)
Commit 8214476f0efccbbd02485e531ff4d9de7bc2e819 by admwiggin
Re-enable BuildKit "Garbage Collection"

Initially, I had high hopes that we would be able to manage BuildKit's cache in similar ways to Docker's, especially because we happen to be able to know exactly the set of built images for whom cache should be kept (and everything else is ripe for deletion).  In practice however, this is far too cumbersome to manage correctly, especially as we have had to dramatically change the way we perform these builds over time such that this is no longer reasonable.

In response to that, this adjusts our BuildKit configuration to no longer disable Garbage Collection such that it should automatically clean up what it determines to be "stale" according to built-in heuristics. 🤷
The file was modified.bin/docker-buildx-ensure.sh (diff)
Commit f8aa6ba1465b8d0297afda4758719ba5cbef8051 by andrew.lukoshko
AlmaLinux auto-update - 20240506 17:51:21
The file was modifiedlibrary/almalinux (diff)
The file was modifiedlibrary/photon (diff)
Commit 7c0b1b1b5e33a8c8d5dadef9cf1e840c152994c1 by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/26bc434: Update devel to 20240506, commit 6fb61ee126cf5ffdcbff9ae51345838dc21d935e
The file was modifiedlibrary/bash (diff)
Commit 8bb6eaa2ce8861eb78b3863f2d1e7a0cc3ff1bc3 by doi+docker-library-bot
Update redhat/ubi8-minimal:latest to sha256:2fa47fa9df7b98e2776f447855699c01d06c3271b2d7259b8b314084580cf591
The file was modified.external-pins/redhat/ubi8-minimal___latest (diff)
Commit 3d5c50cd96bb6cb3964cef8251d8ba51873101fb by doi+docker-library-bot
Update redhat/ubi8:latest to sha256:83068ea81dd02717b8e39b55cdeb2c1b2c9a3db260f01381b991755d44b15073
The file was modified.external-pins/redhat/ubi8___latest (diff)
The file was modifiedlibrary/dart (diff)
Commit 66d88e2a240781f28ab0f0a2d61521ef0d07eccd by doi+docker-library-bot
Update busybox

Changes:

- https://github.com/docker-library/busybox/commit/97f7e44: Update metadata for mips64le
- https://github.com/docker-library/busybox/commit/702e53e: Update metadata for i386
- https://github.com/docker-library/busybox/commit/3b0464c: Update metadata for arm64v8
- https://github.com/docker-library/busybox/commit/95edf02: Update metadata for arm32v7
- https://github.com/docker-library/busybox/commit/3c495cf: Update metadata for arm32v5
- https://github.com/docker-library/busybox/commit/9a7aaf9: Merge pull request https://github.com/docker-library/busybox/pull/195 from infosiftr/buildroot-2024.02.2
- https://github.com/docker-library/busybox/commit/df272ca: Update amd64 metadata
- https://github.com/docker-library/busybox/commit/e8a4b89: Update to buildroot 2024.02.2
- https://github.com/docker-library/busybox/commit/b00bb2d: Update metadata for s390x
- https://github.com/docker-library/busybox/commit/4aef40c: Update metadata for ppc64le
- https://github.com/docker-library/busybox/commit/3ec444b: Update metadata for mips64le
- https://github.com/docker-library/busybox/commit/7e647c5: Update metadata for i386
- https://github.com/docker-library/busybox/commit/c163007: Update metadata for arm64v8
- https://github.com/docker-library/busybox/commit/ec3a70d: Update metadata for arm32v7
- https://github.com/docker-library/busybox/commit/ca4a86e: Update metadata for arm32v5
- https://github.com/docker-library/busybox/commit/7af8cc0: Update metadata for amd64
- https://github.com/docker-library/busybox/commit/3afd681: Update metadata for mips64le
- https://github.com/docker-library/busybox/commit/3ced3b8: Update metadata for i386
- https://github.com/docker-library/busybox/commit/69a65f3: Update metadata for arm64v8
- https://github.com/docker-library/busybox/commit/688027b: Update metadata for arm32v7
- https://github.com/docker-library/busybox/commit/5928a1b: Update metadata for arm32v5
The file was modifiedlibrary/busybox (diff)
Commit 364ec61460ad8a1894b32638dfa8ac1075183435 by doi+docker-library-bot
Update golang

Changes:

- https://github.com/docker-library/golang/commit/eb57429: Update 1.22 to 1.22.3
- https://github.com/docker-library/golang/commit/7771119: Update 1.21 to 1.21.10
The file was modifiedlibrary/golang (diff)
Commit e53e7c335a62adec56c3283c7e9ecb081ccc337b by doi+docker-library-bot
Update tomcat

Changes:

- https://github.com/docker-library/tomcat/commit/298c17a: Update 9.0 to 9.0.89
The file was modifiedlibrary/tomcat (diff)
Commit a47f15ec26a176801e7e7a745545e96a90ab58b3 by doi+docker-library-bot
Update wordpress

Changes:

- https://github.com/docker-library/wordpress/commit/2eba26f: Update latest to 6.5.3
- https://github.com/docker-library/wordpress/commit/a88a485: Update beta to 6.5.3
The file was modifiedlibrary/wordpress (diff)
The file was modifiedlibrary/node (diff)
Commit ab264e93f7567d9f4fbae1837395f351bbc0d567 by github
Update ELK Images (#16710)

* Update ELK images for 8.13.3

Co-authored-by: elasticmachine <navya.uppalapati@elastic.co>
The file was modifiedlibrary/kibana (diff)
The file was modifiedlibrary/logstash (diff)
The file was modifiedlibrary/elasticsearch (diff)
The file was modifiedlibrary/monica (diff)
Commit 6a67138d64c7a7cbf06f446d9858797968c2ef26 by doi+docker-library-bot
Update tomcat

Changes:

- https://github.com/docker-library/tomcat/commit/3ffa129: Update 11.0 to 11.0.0-M20
The file was modifiedlibrary/tomcat (diff)
Commit ddf7d01b0cd547894db862ec815078c1e5ed31fc by github
caddy: v2.8.0-beta.2 release

https://github.com/caddyserver/caddy/releases/tag/v2.8.0-beta.2
The file was modifiedlibrary/caddy (diff)
Commit b4f4e4f8f0f3be18c2a98c1d14691b72120d0228 by doi+docker-library-bot
Update python

Changes:

- https://github.com/docker-library/python/commit/875ce40: Update 3.13-rc to 3.13.0b1
The file was modifiedlibrary/python (diff)
Commit d27f27d6bffb208a56176e1fc99e4643b6ee781f by doi+docker-library-bot
Update gcc

Changes:

- https://github.com/docker-library/gcc/commit/478283b: Merge pull request https://github.com/docker-library/gcc/pull/104 from infosiftr/abigail
- https://github.com/docker-library/gcc/commit/b1e7fc6: Use `abidiff` to verify ABI compatibility
- https://github.com/docker-library/gcc/commit/6d49ef0: Update latest to 14
- https://github.com/docker-library/gcc/commit/28c22d3: Merge pull request https://github.com/docker-library/gcc/pull/103 from infosiftr/14
- https://github.com/docker-library/gcc/commit/243999e: Add GCC 14 (remove 9)
The file was modifiedlibrary/gcc (diff)
Commit 0850e0b81cd27b9d16e6318257359ef78b6d5fc0 by jayasg12
Bump IBM Java version to 8.0.8.25
The file was modifiedlibrary/ibmjava (diff)
Commit 341c87437476b96e2c7ba2b1fadf71c2e9ad52f9 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/34afec8: Update 26 to 26.1.2
The file was modifiedlibrary/docker (diff)
Commit d7d4047d84e7aee79385246918fc30fe15254deb by elasticmachine
Update ELK images for 8.13.4
The file was modifiedlibrary/elasticsearch (diff)
The file was modifiedlibrary/kibana (diff)
The file was modifiedlibrary/logstash (diff)
Commit 26fe11aeab7f034b2ce6a161bc0b6e1cfbf65e43 by github
Update mageia (#16743)

* Removed mageia 8 as is EOL now.
* Update mageia 9, remove 8
The file was modifiedlibrary/mageia (diff)
Commit 25034043637538ce34e649c10eaec571d6558308 by alan.steinberg
[oraclelinux] Update 8/8-slim/8-slim-fips/9/9-slim/9-slim-fips for amd64/arm64v8

Release Oracle Linux 9 Update 4

Also addresses the following errata/CVEs:

* <https://linux.oracle.com/errata/ELSA-2024-2722.html>
  *<https://linux.oracle.com/cve/CVE-2024-2961.html>
* <https://linux.oracle.com/errata/ELSA-2024-2679.html>
  *<https://linux.oracle.com/cve/CVE-2024-25062.html>
* <https://linux.oracle.com/errata/ELSA-2024-2570.html>
  *<https://linux.oracle.com/cve/CVE-2024-28834.html>
  *<https://linux.oracle.com/cve/CVE-2024-28835.html>

Signed-off-by: Alan Steinberg <alan.steinberg@oracle.com>
The file was modifiedlibrary/oraclelinux (diff)
The file was modifiedlibrary/node (diff)
Commit fcbd2d476ce198720b3c11899169f9de58fc3cc8 by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/14b587b: Update 23 to 23-ea+22
The file was modifiedlibrary/openjdk (diff)
Commit 19635ebcd557307c9d8bbbcdeb444dd3a11ac514 by doi+docker-library-bot
Update postgres

Changes:

- https://github.com/docker-library/postgres/commit/d08757c: Update 16 to 16.3, bookworm 16.3-1.pgdg120+1, bullseye 16.3-1.pgdg110+1
- https://github.com/docker-library/postgres/commit/8a0b967: Update 15 to 15.7, bookworm 15.7-1.pgdg120+1, bullseye 15.7-1.pgdg110+1
- https://github.com/docker-library/postgres/commit/662dbe5: Update 14 to 14.12, bookworm 14.12-1.pgdg120+1, bullseye 14.12-1.pgdg110+1
- https://github.com/docker-library/postgres/commit/f3ab8c6: Update 13 to 13.15, bookworm 13.15-1.pgdg120+1, bullseye 13.15-1.pgdg110+1
- https://github.com/docker-library/postgres/commit/ccf4f22: Update 12 to 12.19, bookworm 12.19-1.pgdg120+1, bullseye 12.19-1.pgdg110+1
The file was modifiedlibrary/postgres (diff)
Commit 95dfeaee625aafdbb530d240f7053fb6326e3fa3 by doi+docker-library-bot
Update mysql

Changes:

- https://github.com/docker-library/mysql/commit/c857c9c: Update innovation to 8.4.0, oracle 8.4.0-1.el8, mysql-shell 8.4.0-1.el8
- https://github.com/docker-library/mysql/commit/02a10b3: Merge pull request https://github.com/docker-library/mysql/pull/1057 from infosiftr/innovation-alias
- https://github.com/docker-library/mysql/commit/6faf41e: Make sure that in the event of a tie between "release pockets", we prefer non-innovation
The file was modifiedlibrary/mysql (diff)
Commit 50330fbd943256176a59cc136fa5404030e2449a by doi+docker-library-bot
Update php

Changes:

- https://github.com/docker-library/php/commit/396ead87: Update 8.3-rc
- https://github.com/docker-library/php/commit/d4474c40: Update 8.3 to 8.3.7
- https://github.com/docker-library/php/commit/5a5ef86d: Update 8.2-rc
- https://github.com/docker-library/php/commit/d4c03b28: Update 8.2 to 8.2.19
The file was modifiedlibrary/php (diff)
Commit adb98c4f0dc828ddd0f32e7ae801509e6f2cb941 by lachlan
Update Jetty version to 12.0.9

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
The file was modifiedlibrary/jetty (diff)
Commit b89114596804793c5408f59a75e2d6ff10e73cf4 by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/8db4f30: Update 3.0 to 3.0-dev11
The file was modifiedlibrary/haproxy (diff)
Commit 786fb438c2ae38eddfcdb2ff4e27d065ea4da62a by github
Aerospike 7.0.0.9

https://download.aerospike.com/download/server/notes.html
The file was modifiedlibrary/aerospike (diff)
Commit 4d49489b48bd58335aace1d6627cda77ded0e011 by doi+docker-library-bot
Update mcr.microsoft.com/windows/nanoserver:1809 to sha256:6f62243adf70b086613cb4b4596c276fe73bab1e5152037eb5b156c915886be8
The file was modified.external-pins/mcr.microsoft.com/windows/nanoserver___1809 (diff)
Commit 2d633895de5dff40f7ad2cf5b536999335d22e96 by doi+docker-library-bot
Update mcr.microsoft.com/windows/nanoserver:ltsc2022 to sha256:ac6a7571d5a404398e2f734d92f9b8f580a4fe1e6ae1820a61c5f138b1bdeff3
The file was modified.external-pins/mcr.microsoft.com/windows/nanoserver___ltsc2022 (diff)
Commit 65c4378c28846e70c18edf3f8612deacbf26754a by doi+docker-library-bot
Update mcr.microsoft.com/windows/servercore:1809 to sha256:3c97a5c1c32ddb346c190f00a588da6e682a9a8160869f4969edfd7c6e4d1c03
The file was modified.external-pins/mcr.microsoft.com/windows/servercore___1809 (diff)
Commit 17628d5154bc8391eaf7a2f5bf1e53b460e9419e by doi+docker-library-bot
Update mcr.microsoft.com/windows/servercore:ltsc2022 to sha256:45952938708fbde6ec0b5b94de68bcdec3f8c838be018536b1e9e5bd95e6b943
The file was modified.external-pins/mcr.microsoft.com/windows/servercore___ltsc2022 (diff)
Commit 1b2f010994951cd504b94e07db601a7e4c223d25 by clrbuilder
Update Clear Linux OS to 41680

Update Clear Linux OS latest+base images to release 41680
The file was modifiedlibrary/clearlinux (diff)
The file was modifiedlibrary/photon (diff)
Commit 24fe4695d0ba89ea71a63123356786fec2014c45 by github
Upgrade XWiki stable version to 16.3.1
The file was modifiedlibrary/xwiki (diff)
Commit ae22783c379e4232cb094699df3f9f5ae89070d3 by moc
Odoo: update 15.0-17.0 to release 20240513
The file was modifiedlibrary/odoo (diff)
Commit b5bd3435ab7371ad7edfa17b1f49d3f728300b28 by doi+docker-library-bot
Update tomcat

Changes:

- https://github.com/docker-library/tomcat/commit/065b183: Update 10.1 to 10.1.24
The file was modifiedlibrary/tomcat (diff)
The file was modifiedlibrary/debian (diff)
Commit d64770b459a085db973836e92ef8ba76e922d6af by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/f8e2234: Update devel to 20240513, commit b3d8c8a4e7c5417d986f93f646ea740cb13c08d7
The file was modifiedlibrary/bash (diff)
Commit 8d8706b8bfad6c2b48806f4a9619c520dc092759 by christoph.langer
New SapMachine images and tags
The file was modifiedlibrary/sapmachine (diff)
Commit d2e87b99b30ebfd48f4da47f903b951385783218 by jan
Updated swipl devel to 9.3.6
The file was modifiedlibrary/swipl (diff)
Commit 8dda5b51eb82c78cb7bcab228c61bbd728ff48d1 by github
releasing neo4j 4.4.34
The file was modifiedlibrary/neo4j (diff)
The file was modifiedlibrary/dart (diff)
Commit 2364392689c16e51af7b8d55449f0e4a577f4c7f by doi+docker-library-bot
Update redhat/ubi8-minimal:latest to sha256:f729a7f5685ea823e87ffd68aff988f2b8ff8d52126ade4e6de7c68088f28ebd
The file was modified.external-pins/redhat/ubi8-minimal___latest (diff)
Commit 7d19ecd79268f85aee8f4150a32bc727684c1afa by doi+docker-library-bot
Update redhat/ubi8:latest to sha256:a424544997de1960a93466b57d12f1f3fac62be0f4cd35482435bae305a6ca27
The file was modified.external-pins/redhat/ubi8___latest (diff)
Commit 6042e1772b6e14c38d4547e56d6f879e1e99d8bb by doi+docker-library-bot
Update mongo

Changes:

- https://github.com/docker-library/mongo/commit/7566651: Merge pull request https://github.com/docker-library/mongo/pull/694 from infosiftr/8.0-rc
- https://github.com/docker-library/mongo/commit/4fc70d4: Add 8.0.0-rc4
- https://github.com/docker-library/mongo/commit/317a3a9: Remove more 4.4 references (now that it is EOL)
- https://github.com/docker-library/mongo/commit/74f765f: Update 4.4
The file was modifiedlibrary/mongo (diff)
Commit cd59370fc1f0ba45e614ad02f1b50b7adca4468e by richard.zowalla
Add Storm image based on JRE 17
The file was modifiedlibrary/storm (diff)
Commit 3844af6997677b53663b9dffc2322a2e8e0219fb by christoph.langer
Add missing SapMachine JRE images
The file was modifiedlibrary/sapmachine (diff)
Commit a8db5ec5df06c9b24e4680cd7f5bbf51adf0a241 by github
Aerospike 7.1.0.0

https://download.aerospike.com/download/server/notes.html
The file was modifiedlibrary/aerospike (diff)
The file was modifiedlibrary/node (diff)
Commit 4a305cd6f67de863b4fac7c1639498eab63b6d1a by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/087521e: Update 26 to 26.1.3
The file was modifiedlibrary/docker (diff)
Commit ea745cd3f6058d86d2929807d80f11eef84a67b8 by doi+docker-library-bot
Update ruby

Changes:

- https://github.com/docker-library/ruby/commit/2b7f2ce: Merge pull request https://github.com/docker-library/ruby/pull/456 from infosiftr/3.4-rc
- https://github.com/docker-library/ruby/commit/bfd3f47: Add 3.4.0-preview1
- https://github.com/docker-library/ruby/commit/0d22570: Merge pull request https://github.com/docker-library/ruby/pull/454 from Earlopain/bump-actions
- https://github.com/docker-library/ruby/commit/b0fcebf: Bump `actions/checkout` to v4
- https://github.com/docker-library/ruby/commit/f575343: Merge pull request https://github.com/docker-library/ruby/pull/448 from Earlopain/cleanup-template
- https://github.com/docker-library/ruby/commit/ed54bf2: Remove 3.3.0 arm64 patch
The file was modifiedlibrary/ruby (diff)
Commit 7c4f4b4dcbdb0d386e9f99b6cc052e6b4a6976e3 by doi+docker-library-bot
Update openjdk

Changes:

- https://github.com/docker-library/openjdk/commit/fe0b881: Update 23 to 23-ea+23
The file was modifiedlibrary/openjdk (diff)
Commit 08ea267b11135f60741e969c89faf823ca2e102c by github
Release OrientDB 3.2.29
The file was modifiedlibrary/orientdb (diff)
Commit deb68110ccff89df96161f17228ea76dd4a4727f by github
XWiki 15.10.9 has been released
The file was modifiedlibrary/xwiki (diff)
Commit d69604f0ffa94d4ecc28d2bd32ef4034c986eeb5 by doi+docker-library-bot
Update ghost

Changes:

- https://github.com/docker-library/ghost/commit/f624fac: Merge pull request https://github.com/docker-library/ghost/pull/415 from LaurentGoderre/ghost-5.82.8
- https://github.com/docker-library/ghost/commit/79abd08: Updated Ghost to 5.82.11
The file was modifiedlibrary/ghost (diff)
Commit b23ce79b969545dc801e5316854ebe1e6f9ce333 by doi+docker-library-bot
Update redis

Changes:

- https://github.com/docker-library/redis/commit/eb923da: Merge pull request https://github.com/docker-library/redis/pull/398 from infosiftr/eol-6.0
- https://github.com/docker-library/redis/commit/b628649: Remove 6.0 since it is end of life
The file was modifiedlibrary/redis (diff)
Commit 174b9fb51a14ff344ef193a9bce233ef69b049e0 by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/893c649: Update 3.0 to 3.0-dev12
The file was modifiedlibrary/haproxy (diff)
Commit a38a35242cc13a65bd20e43c2a24c0045d5e8946 by clrbuilder
Update Clear Linux OS to 41730

Update Clear Linux OS latest+base images to release 41730
The file was modifiedlibrary/clearlinux (diff)
Commit b4fa8604d6351e81542351e96c5e41796cdbb499 by doi+docker-library-bot
Update redis

Changes:

- https://github.com/docker-library/redis/commit/b50eb50: Update 7.2 to 7.2.5
The file was modifiedlibrary/redis (diff)
The file was modifiedlibrary/photon (diff)
Commit 655a67b9d125575234ee82b4f0ca6f46af0957f3 by doi+docker-library-bot
Update cassandra

Changes:

- https://github.com/docker-library/cassandra/commit/7ae558b: Update 4.1 to 4.1.5
The file was modifiedlibrary/cassandra (diff)
Commit 658e43e1f0a751ee03a81fa842ae84d02991ee4b by doi+docker-library-bot
Update cassandra

Changes:

- https://github.com/docker-library/cassandra/commit/b51ed02: Update 4.0 to 4.0.13
The file was modifiedlibrary/cassandra (diff)
Commit 17d6be74a74c81e848eae1966e20bdcd50a9f6a9 by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/6079cb1: Update devel to 20240520, commit dbd27e54cc741b116d5ce0e731b778c4f014a74e
The file was modifiedlibrary/bash (diff)
The file was modifiedlibrary/node (diff)
The file was modifiedlibrary/telegraf (diff)
Commit 635c9e149be9de244ff31842127ae407cb1d8c75 by doi+docker-library-bot
Update gcc

Changes:

- https://github.com/docker-library/gcc/commit/6f09c34: Update 13 to 13.3.0
The file was modifiedlibrary/gcc (diff)
Commit 18eb04be38f4cd3fa0ec329a98e1d9f874d98493 by ldez
Bump Traefik to v2.11.3
The file was modifiedlibrary/traefik (diff)
Commit 71cfab40afd9835ab4cd6e03f56a6d12fb31b32e by doi+docker-library-bot
Update hylang

Changes:

- https://github.com/hylang/docker-hylang/commit/eed6e44: Update template (TODO automate this better)
- https://github.com/hylang/docker-hylang/commit/0991dfc: Update to 0.29.0, hyrule 0.6.0
The file was modifiedlibrary/hylang (diff)
Commit b9e1e30281c54854e7ce8a6329219ed2f61199d7 by byron
[nats] Release v2.10.16

Details can be found [here](https://github.com/nats-io/nats-server/releases/tag/v2.10.16)

Signed-off-by: Byron Ruth <byron@nats.io>
The file was modifiedlibrary/nats (diff)
The file was modifiedlibrary/caddy (diff)
Commit f731ba884e04de6b10a92edf2c32435f7baace98 by github
Add lts-and-current images to allow Gradle to use Java 22 (#16550)

The file was modifiedlibrary/gradle (diff)
The file was modifiedlibrary/erlang (diff)
Commit 006d50e75dfd2c14be079a92bb585d47773a24b3 by ncopa
alpine: add 3.20.0 as latest

Also remove the EOL 3.16
The file was modifiedlibrary/alpine (diff)
Commit 8975271baf3093122c73c5270a9bdda8910c1b4d by moc
Odoo: update 15.0-17.0 to release 20240522
The file was modifiedlibrary/odoo (diff)
Commit 72d3460a53eaef3afc5b6dee497e547d51740f10 by jan
Updated swipl stable to 9.2.5
The file was modifiedlibrary/swipl (diff)
The file was modifiedlibrary/traefik (diff)
Commit 592390dd8084911cc096334a775be8cad4cd45a1 by byron
[nats] Release v2.10.16 - fix image

This is a follow-up to #16797 to remove a setcap call in
the Dockerfile which caused issues for users in more
constrained environments.

The NATS binary remains the same.

Signed-off-by: Byron Ruth <byron@nats.io>
The file was modifiedlibrary/nats (diff)
Commit 63db17b3275f419ab8f4da2d37f28260834fbf32 by doi+docker-library-bot
Update memcached

Changes:

- https://github.com/docker-library/memcached/commit/0f0140d: Update 1 to alpine 3.20
The file was modifiedlibrary/memcached (diff)
Commit 40c68dca9c0e1e14e34a02e005a0d1dc738a11f5 by doi+docker-library-bot
Update golang

Changes:

- https://github.com/docker-library/golang/commit/f7eec8e: Merge pull request https://github.com/docker-library/golang/pull/519 from jnoordsij/add-alpine-3.20
- https://github.com/docker-library/golang/commit/cf7a37d: Add Alpine 3.20 and drop 3.18
The file was modifiedlibrary/golang (diff)
Commit 7e05bb3df1143fe76759730c8c31a40bd548a74a by doi+docker-library-bot
Update php

Changes:

- https://github.com/docker-library/php/commit/4fe0b674: Merge pull request https://github.com/docker-library/php/pull/1514 from jnoordsij/add-alpine-3.20
- https://github.com/docker-library/php/commit/18788bf5: Add Alpine 3.20 and drop 3.18
The file was modifiedlibrary/php (diff)
Commit 2875d5dd682d55bdabdb422b4ae7c82de1609a0e by doi+docker-library-bot
Update python

Changes:

- https://github.com/docker-library/python/commit/cfaa0c0: Merge pull request https://github.com/docker-library/python/pull/925 from jnoordsij/add-alpine-3.20
- https://github.com/docker-library/python/commit/f93fe0b: Add Alpine 3.20 and drop 3.18
The file was modifiedlibrary/python (diff)
The file was modifiedlibrary/node (diff)
Commit cad34ddb5615b3ec83962b280ae1df492e4ca7c1 by doi+docker-library-bot
Update docker

Changes:

- https://github.com/docker-library/docker/commit/c9c757a: Update 26 to buildx 0.14.1
- https://github.com/docker-library/docker/commit/9779cb5: Update 25 to buildx 0.14.1
- https://github.com/docker-library/docker/commit/c63a449: Update 24 to buildx 0.14.1
- https://github.com/docker-library/docker/commit/c89ffe9: Merge pull request https://github.com/docker-library/docker/pull/498 from jnoordsij/update-alpine-3.20
- https://github.com/docker-library/docker/commit/1b21e43: Update to Alpine 3.20
The file was modifiedlibrary/docker (diff)
Commit f5e78719f2025487ebcd95d9f8bcf5d4631e23b6 by doi+docker-library-bot
Update bash

Changes:

- https://github.com/tianon/docker-bash/commit/9477b56: Update devel to alpine 3.20
- https://github.com/tianon/docker-bash/commit/f487bff: Update 5.3-rc to alpine 3.20
- https://github.com/tianon/docker-bash/commit/9672757: Update 5.2 to alpine 3.20
- https://github.com/tianon/docker-bash/commit/afbd636: Update 5.1 to alpine 3.20
- https://github.com/tianon/docker-bash/commit/699819e: Update 5.0 to alpine 3.20
- https://github.com/tianon/docker-bash/commit/f7d5335: Update 4.4 to alpine 3.20
- https://github.com/tianon/docker-bash/commit/0f38d86: Update 4.3 to alpine 3.20
- https://github.com/tianon/docker-bash/commit/05f9e93: Update 4.2 to alpine 3.20
- https://github.com/tianon/docker-bash/commit/9e8e378: Update 4.1 to alpine 3.20
- https://github.com/tianon/docker-bash/commit/94dfac8: Update 4.0 to alpine 3.20
- https://github.com/tianon/docker-bash/commit/bd69755: Update 3.2 to alpine 3.20
- https://github.com/tianon/docker-bash/commit/a83617b: Update 3.1 to alpine 3.20
- https://github.com/tianon/docker-bash/commit/70ab288: Update 3.0 to alpine 3.20
The file was modifiedlibrary/bash (diff)
Commit 29e2d2e54c448c3ce2e0ec6fab339d9743cee585 by doi+docker-library-bot
Update postgres

Changes:

- https://github.com/docker-library/postgres/commit/bdd4270: Merge pull request https://github.com/docker-library/postgres/pull/1240 from Earlopain/alpine-3.20
- https://github.com/docker-library/postgres/commit/930acaf: Update to alpine 3.20
The file was modifiedlibrary/postgres (diff)
Commit 6707aec5fd3a152615db659af52506aafc6ca396 by doi+docker-library-bot
Update ruby

Changes:

- https://github.com/docker-library/ruby/commit/41c83e0: Merge pull request https://github.com/docker-library/ruby/pull/457 from Earlopain/alpine-3.20
- https://github.com/docker-library/ruby/commit/a4c6c26: Add alpine 3.20
- https://github.com/docker-library/ruby/commit/6664377: Merge pull request https://github.com/docker-library/ruby/pull/459 from Earlopain/drop-ruby-3.0
- https://github.com/docker-library/ruby/commit/cfb3148: Drop Ruby 3.0
The file was modifiedlibrary/ruby (diff)
Commit 46e3422dfd6b1efac4aae9444633c4d95cb29640 by doi+docker-library-bot
Update buildpack-deps

Changes:

- https://github.com/docker-library/buildpack-deps/commit/05b629b: Merge pull request https://github.com/docker-library/buildpack-deps/pull/157 from infosiftr/noble-dist-clean
- https://github.com/docker-library/buildpack-deps/commit/60dc5f9: Update `apt-get dist-clean` logic to include noble
The file was modifiedlibrary/buildpack-deps (diff)
Commit ee81e356ab2dc648f76e404a07d9613a6931ab75 by doi+docker-library-bot
Update irssi

Changes:

- https://github.com/jessfraz/irssi/commit/ce043e8: Update to Alpine 3.20 (https://github.com/jessfraz/irssi/pull/35)
The file was modifiedlibrary/irssi (diff)
Commit 367c6fbb2b04b1b3d85bc365703e43d860db6922 by daniel
MariaDB 2024 Q2 part 1 release

The new 11.4 release is a little late going though QA so it will
occur later. In the mean time we keep the 11.3 as the latest tag
so it isn't a downgrade.

As such 11.3 and 11.4 don't have the fix for issue 560.

We also filter our spaces in the command when passing to the
mariadb-install-db as it cannot handle this currently.
The file was modifiedlibrary/mariadb (diff)
Commit c85568da0fc8ebdc6c08cefed290edcdd3939f25 by jandroav
⬆️ (library/liquibase): upgrade tags to version 4.28 and corresponding alpine versions
📝 (library/liquibase): update GitCommit hashes in Dockerfiles for version 4.28
The file was modifiedlibrary/liquibase (diff)
Commit f50f02266a52560f8e5402e8f92bea741b65f060 by github
Releasing Neo4j 5.20.0
The file was modifiedlibrary/neo4j (diff)
Commit 6e541bab1dfbc88ec243fbe3970728194942929c by doi+docker-library-bot
Update redis

Changes:

- https://github.com/docker-library/redis/commit/7487c78: Merge pull request https://github.com/docker-library/redis/pull/400 from infosiftr/no-spdx
- https://github.com/docker-library/redis/commit/5f08363: Remove manual SPDX
- https://github.com/docker-library/redis/commit/8ba7c1c: Update 7.2 to alpine 3.20
- https://github.com/docker-library/redis/commit/35b7e04: Update 7.0 to alpine 3.20
- https://github.com/docker-library/redis/commit/2745ea8: Update 6.2 to alpine 3.20
The file was modifiedlibrary/redis (diff)
Commit 13b2b02ad1960cf04a1fb990bc9f09ab8c22ec24 by mikael.arguedas
[ROS] Jazzy LTS officially released

https://discourse.ros.org/t/ros-2-jazzy-jalisco-released/37862

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
The file was modifiedlibrary/ros (diff)
The file was modifiedlibrary/dart (diff)
Commit 3b5adf3d24bfa12059f09958c0cdf346eb6dfc14 by schaferjscott
feat(Rust): Add Alpine 3.20 variant
The file was modifiedlibrary/rust (diff)
Commit b795c348a09ef148f63da30cae300684b4254b60 by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/fa5d16b: Merge pull request https://github.com/docker-library/haproxy/pull/232 from infosiftr/restore-2.0
- https://github.com/docker-library/haproxy/commit/7eb71e6: Restore 2.0 (not yet EOL)
- https://github.com/docker-library/haproxy/commit/67485bd: Merge pull request https://github.com/docker-library/haproxy/pull/231 from infosiftr/alpine3.20
- https://github.com/docker-library/haproxy/commit/5804096: Update to Alpine 3.20
The file was modifiedlibrary/haproxy (diff)
Commit 270bfec15118cc8323100cf17035de627bdeb88d by tim
Update spiped:alpine to alpine:3.20
The file was modifiedlibrary/spiped (diff)
Commit 63df0e2772ba7f4fc9995e760f272b4ce63ea969 by github
Updates for WebSphere and Open Liberty 24.0.0.5 (#16823)

Co-authored-by: Gkerta Seferi <Gkerta.Seferi@ibm.com>
The file was modifiedlibrary/open-liberty (diff)
The file was modifiedlibrary/websphere-liberty (diff)
Commit dbdca1be62be018944e3bbb078f01b829876acd0 by doi+docker-library-bot
Update julia

Changes:

- https://github.com/docker-library/julia/commit/1ba9cb5: Merge pull request https://github.com/docker-library/julia/pull/89 from LaurentGoderre/remove-manual-sbom
- https://github.com/docker-library/julia/commit/2ca33e8: Remove manual SBOM
- https://github.com/docker-library/julia/commit/672d3a9: Merge pull request https://github.com/docker-library/julia/pull/88 from infosiftr/alpine3.20
- https://github.com/docker-library/julia/commit/b78f67a: Update to Alpine 3.20
The file was modifiedlibrary/julia (diff)
Commit 291dc4aeebda36c5fd25ea1d90306954d1bf6e86 by mikael.arguedas
[ros] Rolling 0.10.0-3 -> 0.11.0-1

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
The file was modifiedlibrary/ros (diff)
Commit 2641c37c73a4fa627e7cf2104179a931d487128e by doi+docker-library-bot
Update haproxy

Changes:

- https://github.com/docker-library/haproxy/commit/41ccd71: Update 3.0 to 3.0-dev13
The file was modifiedlibrary/haproxy (diff)