Accepting request 1296874 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1296874 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb-image?expand=0&rev=57
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 11:18:59 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
- remove shadow backup from container
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 09:56:28 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ RUN set -euo pipefail; \
|
||||
[ "$(rpm --root /target -q --qf '%{version}' mariadb | \
|
||||
cut -d '.' -f -2)" = "11.8" ]
|
||||
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
|
||||
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
|
||||
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; rm -f {/target,}/etc/shadow-
|
||||
FROM opensuse/bci/bci-micro:latest
|
||||
COPY --from=builder /target /
|
||||
# Define labels according to https://en.opensuse.org/Building_derived_containers
|
||||
|
||||
Reference in New Issue
Block a user