Skip to content

Commit

Permalink
Test build for #508
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller authored and SUSE Update Bot committed Jul 7, 2023
1 parent 220b6b5 commit 7d83552
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions busybox-image/busybox-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<package name="busybox-links"/>
<package name="distribution-release"/>
<package name="ca-certificates-mozilla-prebuilt"/>
<package name="openSUSE-release-appliance-docker"/>
</packages>

</image>
2 changes: 1 addition & 1 deletion init-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
LABEL usage="This container should only be used to build containers for daemons. Add your packages and enable services using systemctl."

RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends openSUSE-release-appliance-docker systemd gzip; zypper -n clean; rm -rf /var/log/*
CMD ["/usr/lib/systemd/systemd"]

RUN mkdir -p /etc/systemd/system.conf.d/ && \
Expand Down
1 change: 1 addition & 0 deletions micro-image/micro-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<package name="ca-certificates-mozilla-prebuilt"/>
<package name="coreutils"/>
<package name="distribution-release"/>
<package name="openSUSE-release-appliance-docker"/>
</packages>

</image>
3 changes: 2 additions & 1 deletion minimal-image/minimal-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@
<package name="libzio1"/>
</packages>
<packages type="bootstrap">
<package name="rpm"/>
<package name="perl-base"/>
<package name="rpm"/>
<package name="distribution-release"/>
<package name="openSUSE-release-appliance-docker"/>
</packages>

</image>

0 comments on commit 7d83552

Please sign in to comment.