Skip to content

Commit

Permalink
fix: Disable HTTPS validation in Node layer instead of i program laye…
Browse files Browse the repository at this point in the history
…r in test with self-signed certificate
  • Loading branch information
vehagn committed Jan 18, 2024
1 parent 07cfbc2 commit eb716a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/localtest/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ printf "* Running containerify to pull from and push result to the local contain
cd ../integration/app
npm ci
cd ../../localtest
../../lib/cli.js --registry https://${LOCAL_REGISTRY}:5443/v2/ \
--allowInsecureRegistries \
NODE_TLS_REJECT_UNAUTHORIZED=0 ../../lib/cli.js --registry https://${LOCAL_REGISTRY}:5443/v2/ \
--token "Basic $BASICAUTH" \
--fromImage node \
--toImage containerify-integration-test:localtest \
Expand Down

0 comments on commit eb716a2

Please sign in to comment.