Skip to content
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

🤖: Update build recipes for SP6 #1740

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 389-ds-container/389-ds-container.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Thu Sep 12 10:37:23 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion 389-ds-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#!BuildRelease: 35
FROM suse/sle15:15.6

RUN set -euo pipefail; zypper -n in --no-recommends 389-ds timezone openssl nss_synth; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends 389-ds timezone openssl nss_synth; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.389-ds
Expand Down
2 changes: 1 addition & 1 deletion alertmanager-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#!BuildRelease: 35
FROM suse/sle15:15.6

RUN set -euo pipefail; zypper -n in --no-recommends golang-github-prometheus-alertmanager curl; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends golang-github-prometheus-alertmanager curl; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.alertmanager
Expand Down
5 changes: 5 additions & 0 deletions alertmanager-image/alertmanager-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion aspnet-runtime-6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ RUN zypper --non-interactive install --no-recommends libicu libopenssl1_1 /tmp/*
COPY prod.repo /etc/zypp/repos.d/microsoft-dotnet-prod.repo
COPY dotnet-host.check /etc/zypp/systemCheck.d/dotnet-host.check

RUN rm -rf /tmp/* && zypper clean && rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN rm -rf /tmp/* && zypper clean && rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

5 changes: 5 additions & 0 deletions aspnet-runtime-6.0/aspnet-runtime-6.0.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion aspnet-runtime-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN zypper --non-interactive install --no-recommends libicu libopenssl1_1 /tmp/*
COPY prod.repo /etc/zypp/repos.d/microsoft-dotnet-prod.repo
COPY dotnet-host.check /etc/zypp/systemCheck.d/dotnet-host.check

RUN rm -rf /tmp/* && zypper clean && rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN rm -rf /tmp/* && zypper clean && rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}


ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
Expand Down
5 changes: 5 additions & 0 deletions aspnet-runtime-8.0/aspnet-runtime-8.0.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion base-fips-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#!BuildVersion: 15.6
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends sles-release coreutils crypto-policies-scripts; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends sles-release coreutils crypto-policies-scripts; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.base-fips
Expand Down
5 changes: 5 additions & 0 deletions base-fips-image/base-fips-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Mon Sep 16 08:22:54 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion blackbox_exporter-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#!BuildRelease: 35
FROM suse/sle15:15.6

RUN set -euo pipefail; zypper -n in --no-recommends prometheus-blackbox_exporter curl; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends prometheus-blackbox_exporter curl; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.blackbox_exporter
Expand Down
5 changes: 5 additions & 0 deletions blackbox_exporter-image/blackbox_exporter-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 5 additions & 0 deletions busybox-image/busybox-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Fri Sep 13 09:55:59 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion busybox-image/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ if command -v zypper > /dev/null; then
zypper -n clean
fi

rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

exit 0
2 changes: 1 addition & 1 deletion distribution-image/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ if command -v zypper > /dev/null; then
zypper -n clean
fi

rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

exit 0
5 changes: 5 additions & 0 deletions distribution-image/distribution-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Fri Sep 13 09:55:59 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion dotnet-6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ RUN zypper --non-interactive install --no-recommends libicu libopenssl1_1 /tmp/*
COPY prod.repo /etc/zypp/repos.d/microsoft-dotnet-prod.repo
COPY dotnet-host.check /etc/zypp/systemCheck.d/dotnet-host.check

RUN rm -rf /tmp/* && zypper clean && rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN rm -rf /tmp/* && zypper clean && rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

5 changes: 5 additions & 0 deletions dotnet-6.0/dotnet-6.0.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion dotnet-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ RUN zypper --non-interactive install --no-recommends libicu libopenssl1_1 /tmp/*
COPY prod.repo /etc/zypp/repos.d/microsoft-dotnet-prod.repo
COPY dotnet-host.check /etc/zypp/systemCheck.d/dotnet-host.check

RUN rm -rf /tmp/* && zypper clean && rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN rm -rf /tmp/* && zypper clean && rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

5 changes: 5 additions & 0 deletions dotnet-8.0/dotnet-8.0.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion dotnet-runtime-6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ RUN zypper --non-interactive install --no-recommends libicu libopenssl1_1 /tmp/*
COPY prod.repo /etc/zypp/repos.d/microsoft-dotnet-prod.repo
COPY dotnet-host.check /etc/zypp/systemCheck.d/dotnet-host.check

RUN rm -rf /tmp/* && zypper clean && rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN rm -rf /tmp/* && zypper clean && rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

5 changes: 5 additions & 0 deletions dotnet-runtime-6.0/dotnet-runtime-6.0.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion dotnet-runtime-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN zypper --non-interactive install --no-recommends libicu libopenssl1_1 /tmp/*
COPY prod.repo /etc/zypp/repos.d/microsoft-dotnet-prod.repo
COPY dotnet-host.check /etc/zypp/systemCheck.d/dotnet-host.check

RUN rm -rf /tmp/* && zypper clean && rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN rm -rf /tmp/* && zypper clean && rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}


ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
Expand Down
5 changes: 5 additions & 0 deletions dotnet-runtime-8.0/dotnet-runtime-8.0.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion gcc-13-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#!BuildVersion: 15.6.13
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends gcc13 gcc13-c++ make curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends gcc13 gcc13-c++ make curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.gcc
Expand Down
5 changes: 5 additions & 0 deletions gcc-13-image/gcc-13-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion gcc-7-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#!BuildVersion: 15.6.7
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends gcc7 gcc7-c++ make gcc gcc-c++ curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends gcc7 gcc7-c++ make gcc gcc-c++ curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.gcc
Expand Down
5 changes: 5 additions & 0 deletions gcc-7-image/gcc-7-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion git-image/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ if command -v zypper > /dev/null; then
zypper -n clean
fi

rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

exit 0
5 changes: 5 additions & 0 deletions git-image/git-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions golang-oldstable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#!BuildRelease: 33
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends go1.22 go1.22-doc make curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends go1.22 go1.22-doc make curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.golang
Expand Down Expand Up @@ -56,6 +56,6 @@ ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin
#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
RUN set -euo pipefail; if zypper -n install go1.22-race; then zypper -n clean; fi
RUN set -euo pipefail; install -m 755 -d /go/bin /go/src
RUN set -euo pipefail; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
WORKDIR /go

5 changes: 5 additions & 0 deletions golang-oldstable-image/golang-oldstable-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions golang-oldstable-openssl-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#!BuildRelease: 33
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends go1.20-openssl go1.20-openssl-doc make curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends go1.20-openssl go1.20-openssl-doc make curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.golang
Expand Down Expand Up @@ -56,6 +56,6 @@ ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin
#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
RUN set -euo pipefail; if zypper -n install go1.20-openssl-race; then zypper -n clean; fi
RUN set -euo pipefail; install -m 755 -d /go/bin /go/src
RUN set -euo pipefail; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
WORKDIR /go

Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions golang-stable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#!BuildRelease: 33
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends go1.23 go1.23-doc make curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends go1.23 go1.23-doc make curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.golang
Expand Down Expand Up @@ -57,6 +57,6 @@ ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin
#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
RUN set -euo pipefail; if zypper -n install go1.23-race; then zypper -n clean; fi
RUN set -euo pipefail; install -m 755 -d /go/bin /go/src
RUN set -euo pipefail; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
WORKDIR /go

5 changes: 5 additions & 0 deletions golang-stable-image/golang-stable-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions golang-stable-openssl-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#!BuildRelease: 33
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends go1.21-openssl go1.21-openssl-doc make curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends go1.21-openssl go1.21-openssl-doc make curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.golang
Expand Down Expand Up @@ -57,6 +57,6 @@ ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin
#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
RUN set -euo pipefail; if zypper -n install go1.21-openssl-race; then zypper -n clean; fi
RUN set -euo pipefail; install -m 755 -d /go/bin /go/src
RUN set -euo pipefail; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
WORKDIR /go

Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion grafana-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#!BuildRelease: 35
FROM suse/sle15:15.6

RUN set -euo pipefail; zypper -n in --no-recommends grafana; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends grafana; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.grafana
Expand Down
5 changes: 5 additions & 0 deletions grafana-image/grafana-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion helm-image/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ if command -v zypper > /dev/null; then
zypper -n clean
fi

rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

exit 0
5 changes: 5 additions & 0 deletions helm-image/helm-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

- improved log cleaning

-------------------------------------------------------------------
Fri Sep 13 09:55:59 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
Loading
Loading