From 8f64809e5d277693afbbd5667a2803ad666768e3 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 31 Aug 2022 06:29:23 -0700 Subject: Oryx - Clean up and shrink size (#116) * shrink oryx * bump version * bump version * prune dotnet * add warning * bump version --- test/oryx/test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/oryx/test.sh') diff --git a/test/oryx/test.sh b/test/oryx/test.sh index fd3a955..49a2327 100755 --- a/test/oryx/test.sh +++ b/test/oryx/test.sh @@ -6,9 +6,11 @@ set -e source dev-container-features-test-lib check "Oryx version" oryx --version -check "Dotnet version" dotnet --version check "ORYX_SDK_STORAGE_BASE_URL" echo $ORYX_SDK_STORAGE_BASE_URL check "ENABLE_DYNAMIC_INSTALL" echo $ENABLE_DYNAMIC_INSTALL +check "oryx-install-nodejs-12.22.11" oryx prep --skip-detection --platforms-and-versions nodejs=12.22.11 +check "nodejs-12.22.11-installed-by-oryx" ls /opt/nodejs/ | grep 12.22.11 + # Report result reportResults \ No newline at end of file -- cgit v1.2.3