Skip to content

Commit 6b8084b

Browse files
Images - Monthly release (#228)
* Images - Monthly release * fix universal test & add check * add debuging cmds * test: add /current * Remove debug cmds
1 parent 61ba3e4 commit 6b8084b

File tree

19 files changed

+36
-34
lines changed

19 files changed

+36
-34
lines changed

src/anaconda/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.202.14",
2+
"version": "0.202.15",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

src/base-alpine/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.205.0",
2+
"version": "0.205.1",
33
"variants": [
44
"3.16",
55
"3.15",

src/base-debian/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.203.0",
2+
"version": "0.203.1",
33
"variants": [
44
"buster",
55
"bullseye"

src/base-ubuntu/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "1.0.2",
33
"variants": [
44
"jammy",
55
"focal",

src/cpp/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.206.0",
2+
"version": "0.206.1",
33
"variants": [
44
"bullseye",
55
"buster",

src/dotnet/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.204.0",
2+
"version": "0.204.1",
33
"variants": [
44
"7.0-bullseye-slim",
55
"7.0-jammy",

src/go/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.207.9",
2+
"version": "0.207.10",
33
"variants": [
44
"1.19-bullseye",
55
"1.19-buster",

src/java-8/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.7",
2+
"version": "1.0.8",
33
"variants": [
44
"bullseye",
55
"buster"

src/java/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.205.13",
2+
"version": "0.205.14",
33
"variants": [
44
"17-bullseye",
55
"17-buster",

src/javascript-node/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.204.9",
2+
"version": "0.204.10",
33
"variants": ["18-bullseye", "16-bullseye", "14-bullseye", "18-buster", "16-buster", "14-buster"],
44
"build": {
55
"latest": "18-bullseye",

src/jekyll/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.13",
2+
"version": "0.1.14",
33
"variants": [
44
"2.7-bullseye",
55
"2.7-buster"

src/miniconda/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.202.11",
2+
"version": "0.202.12",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

src/php/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.203.12",
2+
"version": "0.203.13",
33
"variants": [
44
"8.1-apache-bullseye",
55
"8.0-apache-bullseye",

src/python/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.204.0",
2+
"version": "0.204.1",
33
"variants": [
44
"3.11-bullseye",
55
"3.10-bullseye",

src/ruby/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.203.12",
2+
"version": "0.203.13",
33
"variants": [
44
"3.1-bullseye",
55
"3.0-bullseye",

src/rust/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.203.0",
2+
"version": "0.203.1",
33
"variants": [
44
"buster",
55
"bullseye"

src/typescript-node/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.204.8",
2+
"version": "0.204.9",
33
"variants": ["18-bullseye", "16-bullseye", "14-bullseye", "18-buster", "16-buster", "14-buster"],
44
"build": {
55
"latest": "16-buster",

src/universal/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.0",
2+
"version": "2.1.1",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

src/universal/test-project/test.sh

+18-16
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,24 @@ check "run-puppeteer" node puppeteer.js
128128
# Check Oryx
129129
check "oryx" oryx --version
130130

131+
# Ensures nvm works in a Node Project
132+
check "default-node-version" bash -c "node --version | grep 16."
133+
check "default-node-location" bash -c "which node | grep /home/codespace/nvm/current/bin"
134+
check "oryx-build-node-projectr" bash -c "oryx build ./sample/node"
135+
check "oryx-configured-current-node-version" bash -c "ls -la /home/codespace/nvm/current | grep /opt/nodejs"
136+
check "nvm-install-node" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 8.0.0"
137+
check "nvm-works-in-node-project" bash -c "node --version | grep v8.0.0"
138+
check "default-node-location-remained-same" bash -c "which node | grep /home/codespace/nvm/current/bin"
139+
140+
# Ensures sdkman works in a Java Project
141+
check "default-java-version" bash -c "java --version | grep 17."
142+
check "default-java-location" bash -c "which java | grep /home/codespace/java/current/bin"
143+
check "oryx-build-java-project" bash -c "oryx build ./sample/java"
144+
check "oryx-configured-current-java-version" bash -c "ls -la /home/codespace/java/current | grep /opt/java"
145+
check "sdk-install-java" bash -c ". /usr/local/sdkman/bin/sdkman-init.sh && sdk install java 19.0.1-oracle < /dev/null"
146+
check "sdkman-works-in-java-project" bash -c "java --version | grep 19.0.1"
147+
check "default-java-location-remained-same" bash -c "which java | grep /home/codespace/java/current/bin"
148+
131149
# Make sure that Oryx builds Python projects correctly
132150
pythonVersion=$(python -V 2>&1 | grep -Po '(?<=Python )(.+)')
133151
pythonSite=`python -m site --user-site`
@@ -152,22 +170,6 @@ check "oryx-install-java-12.0.2" oryx prep --skip-detection --platforms-and-vers
152170
check "java-12.0.2-installed-by-oryx" ls /opt/java/ | grep 12.0.2
153171
check "java-version-on-path-is-12.0.2" java --version | grep 12.0.2
154172

155-
# Ensures nvm works in a Node Project
156-
check "default-node-version" bash -c "node --version | grep 16."
157-
check "default-node-location" bash -c "which node | grep /home/codespace/nvm/current/bin"
158-
check "oryx-build-node-projectr" bash -c "oryx build ./sample/node"
159-
check "nvm-install-node" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 8.0.0"
160-
check "nvm-works-in-node-project" bash -c "node --version | grep v8.0.0"
161-
check "default-node-location-remained-same" bash -c "which node | grep /home/codespace/nvm/current/bin"
162-
163-
# Ensures sdkman works in a Java Project
164-
check "default-java-version" bash -c "java --version | grep 17."
165-
check "default-java-location" bash -c "which java | grep /home/codespace/java/current/bin"
166-
check "oryx-build-java-project" bash -c "oryx build ./sample/java"
167-
check "sdk-install-java" bash -c ". /usr/local/sdkman/bin/sdkman-init.sh && sdk install java 19.0.1-oracle < /dev/null"
168-
check "sdkman-works-in-java-project" bash -c "java --version | grep 19.0.1"
169-
check "default-java-location-remained-same" bash -c "which java | grep /home/codespace/java/current/bin"
170-
171173
ls -la /home/codespace
172174

173175
# Report result

0 commit comments

Comments
 (0)