You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change Dockerfile in examples/from-dockerfile dir
Bump FROM directive
Change also expected output in ct_test_app_dockerfile
* Fix too many files during the build
by adding --ulimit nofile=4096:4096
Signed-off-by: Petr "Stone" Hracek <[email protected]>
Copy file name to clipboardExpand all lines: test/test-lib-nodejs.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -426,9 +426,9 @@ function test_client_fastify() {
426
426
427
427
functiontest_check_build_using_dockerfile() {
428
428
info "Check building using a Dockerfile"
429
-
ct_test_app_dockerfile ${THISDIR}/examples/from-dockerfile/Dockerfile 'https://github.com/sclorg/nodejs-ex.git''Welcome to your Node.js application on OpenShift' app-src
ct_test_app_dockerfile ${THISDIR}/examples/from-dockerfile/Dockerfile.s2i 'https://github.com/sclorg/nodejs-ex.git''Welcome to your Node.js application on OpenShift' app-src
0 commit comments