Skip to content

Commit

Permalink
Fix busybox entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
  • Loading branch information
anmazzotti committed Jun 5, 2024
1 parent 4c21469 commit 124c58a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .obs/dockerfile/Dockerfile.sle-micro-5-5
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ LABEL org.opensuse.reference="rancher/elemental-channel/sle-micro:5.5"
LABEL org.openbuildservice.disturl="%DISTURL%"
# endlabelprefix

ENTRYPOINT ["cp"]
ENTRYPOINT ["/usr/bin/busybox", "cp"]
CMD ["/channel.json", "/data/output"]
2 changes: 1 addition & 1 deletion .obs/dockerfile/Dockerfile.sle-micro-5-5-kvm
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ LABEL org.opensuse.reference="rancher/elemental-channel/sle-micro:5.5-kvm"
LABEL org.openbuildservice.disturl="%DISTURL%"
# endlabelprefix

ENTRYPOINT ["cp"]
ENTRYPOINT ["/usr/bin/busybox", "cp"]
CMD ["/channel.json", "/data/output"]
2 changes: 1 addition & 1 deletion .obs/dockerfile/Dockerfile.sle-micro-5-5-rt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ LABEL org.opensuse.reference="rancher/elemental-channel/sle-micro:5.5-rt"
LABEL org.openbuildservice.disturl="%DISTURL%"
# endlabelprefix

ENTRYPOINT ["cp"]
ENTRYPOINT ["/usr/bin/busybox", "cp"]
CMD ["/channel.json", "/data/output"]

0 comments on commit 124c58a

Please sign in to comment.