------------------------------------------------------------------- Tue Jun 4 12:35:15 UTC 2024 - Alexandre Vicenzi - Fix grammar mistake in licensing footer ------------------------------------------------------------------- Tue May 7 19:07:24 UTC 2024 - Dirk Mueller - extend READMEs; correct eula for application images ------------------------------------------------------------------- Fri Apr 12 12:03:53 UTC 2024 - Dirk Mueller - Don't wipe everything in /var/log, only remove log files (this omits directories owned by packages) ------------------------------------------------------------------- Wed Jan 17 14:29:14 UTC 2024 - Dan Čermák - Add initial README stub ------------------------------------------------------------------- Tue Jan 2 08:26:58 UTC 2024 - Dirk Mueller - update year to 2024 ------------------------------------------------------------------- Thu Sep 28 14:29:10 UTC 2023 - Dirk Mueller - add copyright and description header ------------------------------------------------------------------- Mon Sep 25 11:06:18 UTC 2023 - Dirk Mueller - Add /root/.local/bin to PATH, jsc#PED-5573 ------------------------------------------------------------------- Thu Jul 6 08:16:35 UTC 2023 - Dirk Mueller - Adjust for primary python now being 3.11 ------------------------------------------------------------------- Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller - label capitalization and related cleanups ------------------------------------------------------------------- Tue May 30 06:52:56 UTC 2023 - Dan Čermák - Add release stage and lifecycle url ------------------------------------------------------------------- Tue Mar 21 10:35:25 UTC 2023 - Dirk Mueller - Switch latest to Python 3.11 ------------------------------------------------------------------- Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák - Add org.opencontainers.image.source label set to %SOURCEURL% ------------------------------------------------------------------- Tue Nov 29 12:27:01 UTC 2022 - Dan Čermák - Add main python package to include bundled modules (fixes bsc#1205850) ------------------------------------------------------------------- Tue Nov 22 17:13:18 UTC 2022 - Dirk Mueller - Add the devel package into the container to prevent dependency issues on updates and stop symlinking python3.10 to python3 (it's the system python) ------------------------------------------------------------------- Fri Jul 15 11:06:03 UTC 2022 - Dan Čermák - Increase compatibility with openSUSE ------------------------------------------------------------------- Tue May 3 08:51:18 UTC 2022 - Dan Čermák - Use set -euo pipefail in every RUN command, use ; instead of && to prevent masking failures