Skip to content

Commit

Permalink
Merge pull request #4003 from zowe/user/markackert/update-image-deps-rc
Browse files Browse the repository at this point in the history
Update Launch Scripts and Base Images
  • Loading branch information
MarkAckert authored Sep 20, 2024
2 parents 27a2342 + bfc8389 commit 58a90b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"componentGroup": "Zowe Visual Studio Code Extension",
"entries": [{
"repository": "zowe-explorer-vscode",
"tag": "next",
"tag": "v3.0.0-next.202409132122",
"destinations": ["Visual Studio Code Marketplace"]
}]
},
Expand All @@ -356,7 +356,7 @@
"zowe-launch-scripts": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/zowe-launch-scripts",
"tag" : "2.14.0-ubuntu"
"tag" : "3.0.0-ubuntu"
},
"api-catalog": {
"registry": "zowe-docker-release.jfrog.io",
Expand Down Expand Up @@ -416,17 +416,17 @@
"base": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/base",
"tag" : "2-ubuntu"
"tag" : "3-ubuntu"
},
"base-jdk": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/base-jdk",
"tag" : "2-ubuntu"
"tag" : "3-ubuntu"
},
"base-node": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/base-node",
"tag" : "2-ubuntu"
"tag" : "3-ubuntu"
}
},
"dependencyDecisions": {
Expand Down

0 comments on commit 58a90b6

Please sign in to comment.