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 33b6079 commit 149fbec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gcc-12-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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
.
openSUSE Tumbleweed.

## Licensing

Expand Down
2 changes: 1 addition & 1 deletion gcc-13-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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
.
openSUSE Tumbleweed.

## Licensing

Expand Down
2 changes: 1 addition & 1 deletion gcc-14-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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
.
openSUSE Tumbleweed.

## Licensing

Expand Down
2 changes: 1 addition & 1 deletion postfix-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

FROM opensuse/tumbleweed:latest

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 mandoc spamassassin-spamc spamass-milter; 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 mandoc spamassassin-spamc spamass-milter; 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=org.opensuse.application.postfix
Expand Down

0 comments on commit 149fbec

Please sign in to comment.