Skip to content

Commit

Permalink
Test build for #1573
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Aug 20, 2024
1 parent 44299fc commit 73b717e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gcc-13-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ podman run --rm -it -v $(pwd):/src/:Z --workdir /src/ \

Note that the binary built using this approach are unlikely to work on a local
machine. They only work on operating systems that are binary-compatible to
.
SLE.

## Licensing

Expand Down
2 changes: 1 addition & 1 deletion gcc-7-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ podman run --rm -it -v $(pwd):/src/:Z --workdir /src/ \

Note that the binary built using this approach are unlikely to work on a local
machine. They only work on operating systems that are binary-compatible to
.
SLE.

## Licensing

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

RUN set -euo pipefail; zypper -n in --no-recommends ca-certificates-mozilla cyrus-sasl cyrus-sasl-plain ed netcfg postfix postfix-ldap postfix-lmdb timezone gawk; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends ca-certificates-mozilla cyrus-sasl cyrus-sasl-plain ed gawk netcfg postfix postfix-ldap postfix-lmdb timezone; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.postfix
Expand Down
2 changes: 1 addition & 1 deletion sles15-image/sles15-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<package name="netcfg"/>
<package name="skelcd-EULA-bci"/>
<package name="sle-module-basesystem-release"/>
<package name="sle-module-server-applications-release"/>
<package name="sle-module-python3-release"/>
<package name="sle-module-server-applications-release"/>
<package name="suse-build-key"/>
<package name="tar"/>
<package name="timezone"/>
Expand Down

0 comments on commit 73b717e

Please sign in to comment.