Skip to content

Commit

Permalink
Merge pull request #1748 from SUSE/for-deploy-6
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP6
  • Loading branch information
dirkmueller authored Sep 25, 2024
2 parents 2950455 + 1950edc commit 1ae0756
Show file tree
Hide file tree
Showing 74 changed files with 334 additions and 37 deletions.
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:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion 389-ds-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
#!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 {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --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
5 changes: 4 additions & 1 deletion alertmanager-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
#!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 {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --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:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion base-fips-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
#!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 {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --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:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion blackbox_exporter-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
#!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 {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --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:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion gcc-13-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
#!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 {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --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:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion gcc-7-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
#!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 {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --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:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion golang-oldstable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
#!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 {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --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
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:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion golang-oldstable-openssl-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
#!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 {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --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
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion golang-stable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
#!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 {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --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
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:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion golang-stable-openssl-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
#!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 {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --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
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

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

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}
RUN set -euo pipefail; \
zypper -n install --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:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion init-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
#!BuildVersion: 15.6
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip sles-release; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --no-recommends systemd gzip sles-release; \
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.init
Expand Down
5 changes: 5 additions & 0 deletions init-image/init-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion kiwi-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
#!BuildVersion: 15.6.9
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends checkmedia dracut-kiwi-oem-repart enchant-devel gcc glibc-devel iproute2 java-21-openjdk-headless jing kiwi-systemdeps-filesystems kpartx libxml2-devel lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip tack timezone xorriso xz sles-release; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --no-recommends checkmedia dracut-kiwi-oem-repart enchant-devel gcc glibc-devel iproute2 java-21-openjdk-headless jing kiwi-systemdeps-filesystems kpartx libxml2-devel lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip tack timezone xorriso xz sles-release; \
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.kiwi
Expand Down
5 changes: 5 additions & 0 deletions kiwi-image/kiwi-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion nginx-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
#!BuildRelease: 35
FROM suse/sle15:15.6

RUN set -euo pipefail; zypper -n in --no-recommends gawk nginx findutils gettext-runtime; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --no-recommends gawk nginx findutils gettext-runtime; \
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.nginx
Expand Down
5 changes: 5 additions & 0 deletions nginx-image/nginx-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion nodejs-20-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
#!BuildRelease: 30
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends nodejs20 npm20 update-alternatives curl findutils gawk git-core procps; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --no-recommends nodejs20 npm20 update-alternatives curl findutils gawk git-core procps; \
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.nodejs
Expand Down
5 changes: 5 additions & 0 deletions nodejs-20-image/nodejs-20-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion openjdk-21-devel-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
#!BuildVersion: 15.6.21
FROM bci/openjdk:21

RUN set -euo pipefail; zypper -n in --no-recommends java-21-openjdk-devel maven; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --no-recommends java-21-openjdk-devel maven; \
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.openjdk.devel
Expand Down
5 changes: 5 additions & 0 deletions openjdk-21-devel-image/openjdk-21-devel-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion openjdk-21-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
#!BuildVersion: 15.6.21
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in --no-recommends java-21-openjdk curl findutils gawk git-core procps; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --no-recommends java-21-openjdk curl findutils gawk git-core procps; \
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.openjdk
Expand Down
5 changes: 5 additions & 0 deletions openjdk-21-image/openjdk-21-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion pcp-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
#!BuildRelease: 35
FROM bci/bci-init:15.6

RUN set -euo pipefail; zypper -n in --no-recommends pcp hostname procps shadow gettext-runtime util-linux-systemd; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install --no-recommends pcp hostname procps shadow gettext-runtime util-linux-systemd; \
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.pcp
Expand Down
5 changes: 5 additions & 0 deletions pcp-image/pcp-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
5 changes: 4 additions & 1 deletion php-apache8-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
#!BuildRelease: 30
FROM bci/bci-base:15.6

RUN set -euo pipefail; zypper -n in php8 php8-cli php-composer2 php8-curl php8-zip php8-zlib php8-phar php8-mbstring lifecycle-data-sle-module-development-tools apache2-mod_php8; zypper -n clean; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; \
zypper -n install php8 php8-cli php-composer2 php8-curl php8-zip php8-zlib php8-phar php8-mbstring lifecycle-data-sle-module-development-tools apache2-mod_php8; \
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.php-apache
Expand Down
5 changes: 5 additions & 0 deletions php-apache8-image/php-apache8-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:36:41 UTC 2024 - Dirk Mueller <[email protected]>

- rerender installation step in multiple lines, allow uninstalling optional packages

-------------------------------------------------------------------
Wed Sep 25 17:12:22 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
Loading

0 comments on commit 1ae0756

Please sign in to comment.