Copy the new script to dockerfile
All checks were successful
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Successful in 1s

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-10-31 13:12:58 +08:00
parent 527b90605c
commit 22b5342e38
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

View File

@ -6,6 +6,8 @@ RUN zypper --non-interactive clean --all
#COPY test.sh /test.sh
COPY runner.sh /runner.sh
COPY osc_buildlog.sh /osc_buildlog.sh
COPY osc_checkout /osc_checkout
# RUN chmod +x /runner.sh
# ENTRYPOINT ["/test.sh"]
ENTRYPOINT ["/runner.sh"]