Merge pull request #340 from zmiklank/exit_oc_tests_if_login_fails
Exit oc tests gracefully if login fails
This commit is contained in:
parent
dd54a97b68
commit
5bfde53a71
51 changed files with 5345 additions and 0 deletions
10
test/examples/from-dockerfile/Dockerfile
Normal file
10
test/examples/from-dockerfile/Dockerfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
FROM registry.access.redhat.com/ubi8/nodejs-12
|
||||
|
||||
# Add application sources
|
||||
ADD app-src .
|
||||
|
||||
# Install the dependencies
|
||||
RUN npm install
|
||||
|
||||
# Run script uses standard ways to run the application
|
||||
CMD npm run -d start
|
||||
Loading…
Add table
Add a link
Reference in a new issue