-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 11.4.2 /11.5.1 #589
Commits on May 20, 2024
-
Need to resolve pmem dependencies in Dockerfile and complete the container build. update.sh mostly done. generate-stackbrew not done.
Configuration menu - View commit details
-
Copy full SHA for 354d0b5 - Browse repository at this point
Copy the full SHA 354d0b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87d6a93 - Browse repository at this point
Copy the full SHA 87d6a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for daff177 - Browse repository at this point
Copy the full SHA daff177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b74407 - Browse repository at this point
Copy the full SHA 5b74407View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2f096 - Browse repository at this point
Copy the full SHA fa2f096View commit details -
Test: ubi - allow RHEL path for jemalloc
This is a minor API change when using UBI based container images.
Configuration menu - View commit details
-
Copy full SHA for 1d45845 - Browse repository at this point
Copy the full SHA 1d45845View commit details -
Have same host-cache-size and skip-name-resolve settings as Ubuntu base images. Also use a socket location that is outside of the datadir which was the default for RPM distos and not Deb distros.
Configuration menu - View commit details
-
Copy full SHA for 47895a5 - Browse repository at this point
Copy the full SHA 47895a5View commit details -
curl was in ubi9 base image and wget wasn't so use that. We use --location to follow the github redirect. Copy the verification step of gosu from Ubuntu base image. Best practices - consolidate common things so layers common to multiple images can occur. For compatibility with previous image install: * jemalloc (epel) * pwgen (epel) - secure passwords Liburing from AlmaLinux (messy - requested UBI inclusion https://issues.redhat.com/browse/RHEL-36705)
Configuration menu - View commit details
-
Copy full SHA for 9f6e83f - Browse repository at this point
Copy the full SHA 9f6e83fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad33ae6 - Browse repository at this point
Copy the full SHA ad33ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf5f74c - Browse repository at this point
Copy the full SHA cf5f74cView commit details -
This facilitates and upgrade from mysql container where that is the uid used.
Configuration menu - View commit details
-
Copy full SHA for 7a882af - Browse repository at this point
Copy the full SHA 7a882afView commit details -
key for EPEL rpm to verify added. ARG/ENV for MARIADB_VERSION required for upgrade MARIADB_AUTO_UPGRADE. Remove pmem deps as they are now gone from RHEL9 releases. Trim down dependency list. Unfortunately boost-program-options still needed by galera even though only used for garb. procps-ng added for ps dependency in galera sst scripts. Add galera library symlink so will work with same configuration as Ubuntu base. Add healthcheck.sh script, same as others. Use mariadbd as command as we don't need to backwards compat anything.
Configuration menu - View commit details
-
Copy full SHA for 60c6431 - Browse repository at this point
Copy the full SHA 60c6431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab3d2a - Browse repository at this point
Copy the full SHA 4ab3d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e35a672 - Browse repository at this point
Copy the full SHA e35a672View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9981dc2 - Browse repository at this point
Copy the full SHA 9981dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b76a621 - Browse repository at this point
Copy the full SHA b76a621View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ba15e - Browse repository at this point
Copy the full SHA 48ba15eView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f02f49 - Browse repository at this point
Copy the full SHA 0f02f49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 393a812 - Browse repository at this point
Copy the full SHA 393a812View commit details
Commits on May 24, 2024
-
boost-program-options-1.75.0-8 from UBI
Added thanks to Red Hat - RHEL-38361
Configuration menu - View commit details
-
Copy full SHA for 417b35e - Browse repository at this point
Copy the full SHA 417b35eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea78e9 - Browse repository at this point
Copy the full SHA 8ea78e9View commit details -
ubi: mariadb install directories
Precreate /var/lib/mysql/mysql as this is what support-files/rpm/server-postin.sh in the server uses to determine if MariaDB is installed or not. Fake it, its the entrypoint's responsibility to create datadirectories. Also remove /var/run/mysql handling, its part of packaging.
Configuration menu - View commit details
-
Copy full SHA for bb44a43 - Browse repository at this point
Copy the full SHA bb44a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0962cb2 - Browse repository at this point
Copy the full SHA 0962cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 432bd10 - Browse repository at this point
Copy the full SHA 432bd10View commit details -
Configuration menu - View commit details
-
Copy full SHA for f44c019 - Browse repository at this point
Copy the full SHA f44c019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134cebc - Browse repository at this point
Copy the full SHA 134cebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a38f997 - Browse repository at this point
Copy the full SHA a38f997View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c2bec - Browse repository at this point
Copy the full SHA a3c2becView commit details -
Configuration menu - View commit details
-
Copy full SHA for dafb385 - Browse repository at this point
Copy the full SHA dafb385View commit details -
Configuration menu - View commit details
-
Copy full SHA for a002966 - Browse repository at this point
Copy the full SHA a002966View commit details -
Configuration menu - View commit details
-
Copy full SHA for fac0e7f - Browse repository at this point
Copy the full SHA fac0e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 028f031 - Browse repository at this point
Copy the full SHA 028f031View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93144db - Browse repository at this point
Copy the full SHA 93144dbView commit details -
ubi: align galera comments, sticky bit for /run/mariadb
/run/mariadb should be able to be written by any user in an unpriv mode, but that socket written there shouldn't be deletable by anyone, so sticky bit restricts this to the creating user. Align comments around galera and clarify that its the deb/rpm packaging differences that result in different locations.
Configuration menu - View commit details
-
Copy full SHA for d867dfd - Browse repository at this point
Copy the full SHA d867dfdView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65f8933 - Browse repository at this point
Copy the full SHA 65f8933View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22ddbce - Browse repository at this point
Copy the full SHA 22ddbceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35df451 - Browse repository at this point
Copy the full SHA 35df451View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3390c5 - Browse repository at this point
Copy the full SHA e3390c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 226741f - Browse repository at this point
Copy the full SHA 226741fView commit details -
ubi: expand licenses to link to packages licenses
Also link to gosu license, by name at least. Test name: HasLicenses from Red Hat OpenShift Software Certification Policy Guide
Configuration menu - View commit details
-
Copy full SHA for 28eb537 - Browse repository at this point
Copy the full SHA 28eb537View commit details -
ubi: Red Hat OpenShift Certification - add HasRequiredLabel
This looks a bit outdates compared to the OCI standard, but its still part of OpenShift certification. The release gets populated with the Docker Official Images build.
Configuration menu - View commit details
-
Copy full SHA for 63f1afc - Browse repository at this point
Copy the full SHA 63f1afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fec266e - Browse repository at this point
Copy the full SHA fec266eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3fc2d - Browse repository at this point
Copy the full SHA 5c3fc2dView commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 699b21b - Browse repository at this point
Copy the full SHA 699b21bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 132b45b - Browse repository at this point
Copy the full SHA 132b45bView commit details -
generate architectures: ubi architectures cannot retreived with bashbrew
For the moment hard code it, but using docker manifest inspect is almost there if something more automated is required.
Configuration menu - View commit details
-
Copy full SHA for 8eaa306 - Browse repository at this point
Copy the full SHA 8eaa306View commit details -
ignore to top of file as its frequently edited near release
Configuration menu - View commit details
-
Copy full SHA for 46a0ddb - Browse repository at this point
Copy the full SHA 46a0ddbView commit details -
All changes needed to make a set of tags for ubi
Configuration menu - View commit details
-
Copy full SHA for c35b877 - Browse repository at this point
Copy the full SHA c35b877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b7425 - Browse repository at this point
Copy the full SHA 26b7425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ddebc0 - Browse repository at this point
Copy the full SHA 2ddebc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e20774 - Browse repository at this point
Copy the full SHA 4e20774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dabf47 - Browse repository at this point
Copy the full SHA 7dabf47View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd76785 - Browse repository at this point
Copy the full SHA bd76785View commit details