This reverts commit 0ce8670cc3142503b54df656cec9d7075402ff70.
Was failing on buildbot, non-native arches just stalling:
podman ps[buildbot@bb-rhel8-docker ~]$ podman ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8c3ac947419c localhost/mariadb-34636-aarch64:latest mariadbd 10 minutes ago Up 10 minutes ago mariadb-container-fail-to-start-options-10256-23243
f234e8d878b3 localhost/mariadb-34623-s390x:latest mariadbd 5 minutes ago Up 5 minutes ago mariadb-container-fail-to-start-options-354-23450
[buildbot@bb-rhel8-docker ~]$ podman logs mariadb-container-fail-to-start-options-10256-23243
2023-04-28 08:23:44+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.10.4+maria~ubu2204 started.
2023-04-28 08:23:45+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
[buildbot@bb-rhel8-docker ~]$
[buildbot@bb-rhel8-docker ~]$ podman logs mariadb-container-fail-to-start-options-10256-23243
2023-04-28 08:23:44+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.10.4+maria~ubu2204 started.
2023-04-28 08:23:45+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
Temporary measure, eol of 10.3 will mean all containers
have the mariadb names.
11.0 planning on removing the mysql names so there's a
small overlap when needed.
This should fix errors that the old code would've run into thanks to the update to Go 1.18, and should help prevent them in the future by pinning to a specific release of both Bashbrew and the related scripts.
Especially removes libksba8 due to CVE-2022-3515
but generally reduction of build only dependencies
is a good thing.
We needed to reorganise all the gpg key fetching
that uses dirmngr and keycache to be in the same
run step.
Closes: #469