Testing Dockerfile
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 2s
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 2s
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
parent
a35e36c90d
commit
68abc5d549
@ -11,7 +11,9 @@ RUN zypper --non-interactive clean --all
|
|||||||
# RUN mkdir -p rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
|
# RUN mkdir -p rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
|
||||||
|
|
||||||
ENTRYPOINT echo $osc-user $osc-path $osc-package
|
ENTRYPOINT echo $osc-user $osc-path $osc-package
|
||||||
RUN osc checkout $osc-path $osc-package
|
ENTRYPOINT echo $1 $2 $3
|
||||||
|
ENTRYPOINT echo $INPUT_OSC-USER $INPUT_OSC-PATH $INPUT_OSC-PACKAGE
|
||||||
|
RUN osc checkout $INPUT_OSC-PATH $INPUT_OSC-PACKAGE
|
||||||
RUN osc buildlog openSUSE_Factory x86_64
|
RUN osc buildlog openSUSE_Factory x86_64
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user