Commit Graph

1242 Commits

Author SHA1 Message Date
Docker Library Bot 6a960c02c9 Update 3.12-rc to 3.12.0-beta.3 2023-03-26 04:05:23 -07:00
Luke Bakken b41c10aadd
Move `management_agent.disable_metrics_collector` setting to a number… (#626)
* Move `management_agent.disable_metrics_collector` setting to a numbered config file

Fixes #625

Discussed in #624

* Use a conf.d directory in this repo

* Combine into one `COPY` statement
2023-03-24 11:45:07 -07:00
Docker Library Bot 68048c872d Update 3.10 to 3.10.20 2023-03-22 16:05:11 -07:00
Docker Library Bot 7e15b7d873 Update 3.11 to 3.11.11 2023-03-20 16:05:20 -07:00
Docker Library Bot ca55cfc9bc Update 3.12-rc to 3.12.0-beta.2 2023-03-17 04:05:28 -07:00
Luke Bakken fb984f6db4
Merge pull request #620 from infosiftr/1777
Update permissions from 777 to 1777
2023-03-14 07:22:39 -07:00
Tianon Gravi 608d785d09 Update permissions from 777 to 1777
This still supports the "arbitrary user" use case but with slightly tighter permissions on the end result.
2023-03-10 16:07:30 -08:00
Docker Library Bot e28a90517f Update 3.9 to 3.9.29 2023-03-09 16:05:33 -08:00
Tianon Gravi 2624d2040e
Merge pull request #619 from mkuratczyk/enable-builtin-zlib
Explicitly enable builtin zlib
2023-03-08 11:27:27 -08:00
Michal Kuratczyk 92cf3ab710
Explicitly enable builtin zlib
Until now, the `./configure` option attempted to use shared
(system-provided) zlib. However, the image, at least ubuntu
doesn't have `zlib1g-dev` package installed, so OTP falls back
to using builtin zlib. Therefore, this commit shouldn't change the
contents of the image that gets built, but makes it explicit that it
uses zlib version included in OTP (currently 1.2.12).

The alternative would be to install the missing package and actually
use ubuntu-provided zlib version. However, that would be a change in
behaviour and a negative one - there was a significant performance
improvement included in 1.2.12, that we would have lost.
2023-03-08 18:06:33 +01:00
Docker Library Bot beafe44b1e Update 3.9 to otp 25.3 2023-03-08 04:52:41 -08:00
Docker Library Bot 225c6a41fd Update 3.12-rc to otp 25.3 2023-03-08 04:40:05 -08:00
Docker Library Bot bf77e3b50e Update 3.11 to otp 25.3 2023-03-08 04:28:09 -08:00
Docker Library Bot e7cb2c3f0b Update 3.10 to otp 25.3 2023-03-08 04:05:13 -08:00
Tianon Gravi 4572933e96
Merge pull request #618 from infosiftr/3.12
Add 3.12.0-beta.1
2023-03-07 09:55:40 -08:00
Tianon Gravi 1bc76ab8a3 Add 3.12.0-beta.1 2023-03-06 10:47:51 -08:00
Docker Library Bot dde405ff54 Update 3.11 to 3.11.10 2023-03-02 10:05:21 -08:00
Docker Library Bot d780bf9904 Update 3.10 to 3.10.19 2023-03-02 04:05:13 -08:00
Docker Library Bot 96b94da117 Update 3.9 to otp 25.2.3 2023-02-17 04:28:04 -08:00
Docker Library Bot 1f1974a3ed Update 3.11 to otp 25.2.3 2023-02-17 04:19:03 -08:00
Docker Library Bot 0fece9e37e Update 3.10 to otp 25.2.3 2023-02-17 04:05:13 -08:00
Docker Library Bot 18cf515476 Update 3.11 to 3.11.9 2023-02-12 16:05:20 -08:00
Docker Library Bot d8ce3a7b3e Update 3.10 to 3.10.18 2023-02-12 10:05:12 -08:00
Docker Library Bot 90d961238f Update 3.9 to openssl 3.0.8 2023-02-07 10:27:43 -08:00
Docker Library Bot 5c96195416 Update 3.11 to openssl 3.0.8 2023-02-07 10:18:52 -08:00
Docker Library Bot 019574ecad Update 3.10 to openssl 3.0.8 2023-02-07 10:05:12 -08:00
Docker Library Bot ca404c1cb4 Update 3.10 to 3.10.17 2023-01-31 14:40:00 -08:00
Tianon Gravi e08fa77bc1
Merge pull request #602 from lukebakken/lukebakken/openssl-3.0
Use OpenSSL 3.0
2023-01-31 14:13:51 -08:00
Docker Library Bot cd3bef237f Update 3.11 to 3.11.8 2023-01-30 16:05:23 -08:00
Luke Bakken 8f13e19291
Bump OpenSSL to 3.0
Add code to configure and install the OpenSSL 3 FIPS provider.

Add correct `rpath` to OpenSSL and Erlang configuration.

Ensure `fips =` is uncommented correctly in
`/usr/local/etc/ssl/openssl.cnf` file and that the FIPS provider is
disabled in the `/usr/local/etc/ssl/fipsmodule.cnf` file.
2023-01-30 14:13:48 -08:00
Docker Library Bot 7f459e129e Update 3.10 to 3.10.16 2023-01-30 10:05:14 -08:00
Docker Library Bot 4b492fa1da Update 3.9 to 3.9.28, otp 25.2.2 2023-01-30 04:25:13 -08:00
Docker Library Bot 2f098f6597 Update 3.11 to otp 25.2.2 2023-01-30 04:17:13 -08:00
Docker Library Bot 7579eaaf46 Update 3.10 to otp 25.2.2 2023-01-30 04:05:13 -08:00
Docker Library Bot 83e0a9443a Update 3.9 to otp 25.2.1 2023-01-17 16:24:38 -08:00
Docker Library Bot 951163e34b Update 3.11 to otp 25.2.1 2023-01-17 16:16:31 -08:00
Docker Library Bot 2667503316 Update 3.10 to otp 25.2.1 2023-01-17 16:05:14 -08:00
Docker Library Bot 70e0e165e3 Update 3.11 to 3.11.7 2023-01-17 10:05:23 -08:00
Docker Library Bot 4da43c25d8 Update 3.10 to 3.10.14 2023-01-16 22:05:13 -08:00
Docker Library Bot a74a786356 Update 3.11 to 3.11.6 2023-01-05 10:05:24 -08:00
Docker Library Bot 5d66324218 Update 3.10 to otp 25.2 2022-12-24 04:05:13 -08:00
Docker Library Bot e250dc6c64 Update 3.10 to otp 25.1.1 2022-12-23 22:05:25 -08:00
Tianon Gravi 460f551cb7 Update generated README 2022-12-20 14:23:35 -08:00
Docker Library Bot 878cc31eaf Update 3.9 to otp 25.2 2022-12-14 04:24:27 -08:00
Docker Library Bot eb98ea3aee Update 3.11 to otp 25.2 2022-12-14 04:16:48 -08:00
Docker Library Bot 3d32bb21be Update 3.10 to otp 25.2 2022-12-14 04:05:14 -08:00
yosifkit 86ae345d47
Merge pull request #589 from lukebakken/lukebakken/multi-stage-2
Convert to multi-stage builds
2022-12-13 17:05:32 -08:00
Docker Library Bot 625a9a2a14 Update 3.11 to 3.11.5 2022-12-13 16:05:23 -08:00
Docker Library Bot 175c1b8a9f Update 3.10 to 3.10.13 2022-12-13 11:20:51 -08:00
Docker Library Bot 9afab9b77b Update 3.9 to 3.9.27 2022-12-13 10:05:31 -08:00