forked from Sitecore/docker-images
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JSS v15 variation for Sitecore 10 containers (Sitecore#403)
* Added JSS v15 package file to sitecore-packages.json * Added reference for JSS v15 for v10 Linux assets * Duplication of build tags and build options for JSS v15 * Added JSS v15 tags, and shift up the non version specific to JSS v15 * Refactoring * Changed a space in a file to test github setting * Fixing incorrect module image tag Co-authored-by: jfl <[email protected]>
- Loading branch information
1 parent
f2c341d
commit e74d0cf
Showing
18 changed files
with
795 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"tags": [ | ||
{ | ||
"tag": "community/modules/custom-jss1400-xp-assets:10.0.0-linux", | ||
"build-options": [ | ||
"--build-arg BASE_IMAGE=mcr.microsoft.com/powershell:lts-alpine-3.10", | ||
"--build-arg ROLES=cm", | ||
"--build-arg ASSET_FILE_NAME='Sitecore JavaScript Services Server for Sitecore 10.0.0 XP 14.0.0 rev. 200714.scwdp.zip'", | ||
"--file linux/10.0.0/modules/Dockerfile" | ||
] | ||
}, | ||
{ | ||
"tag": "community/modules/custom-jss1400-xm-assets:10.0.0-linux", | ||
"build-options": [ | ||
"--build-arg BASE_IMAGE=mcr.microsoft.com/powershell:lts-alpine-3.10", | ||
"--build-arg ROLES=cm", | ||
"--build-arg ASSET_FILE_NAME='Sitecore JavaScript Services Server for Sitecore 10.0.0 XM 14.0.0 rev. 200714.scwdp.zip'", | ||
"--file linux/10.0.0/modules/Dockerfile" | ||
] | ||
} | ||
], | ||
"sources": [ | ||
"Sitecore JavaScript Services Server for Sitecore 10.0.0 XP 14.0.0 rev. 200714.scwdp.zip", | ||
"Sitecore JavaScript Services Server for Sitecore 10.0.0 XM 14.0.0 rev. 200714.scwdp.zip" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"tags": [ | ||
{ | ||
"tag": "community/modules/custom-jss-xp-assets:10.0.0-linux", | ||
"build-options": [ | ||
"--build-arg BASE_IMAGE=mcr.microsoft.com/powershell:lts-alpine-3.10", | ||
"--build-arg ROLES=cm", | ||
"--build-arg ASSET_FILE_NAME='Sitecore JavaScript Services Server for Sitecore 10.0.0 XP 15.0.0 rev. 201020.scwdp.zip'", | ||
"--file linux/10.0.0/modules/Dockerfile" | ||
] | ||
}, | ||
{ | ||
"tag": "community/modules/custom-jss1500-xp-assets:10.0.0-linux", | ||
"build-options": [ | ||
"--build-arg BASE_IMAGE=mcr.microsoft.com/powershell:lts-alpine-3.10", | ||
"--build-arg ROLES=cm", | ||
"--build-arg ASSET_FILE_NAME='Sitecore JavaScript Services Server for Sitecore 10.0.0 XP 15.0.0 rev. 201020.scwdp.zip'", | ||
"--file linux/10.0.0/modules/Dockerfile" | ||
] | ||
}, | ||
{ | ||
"tag": "community/modules/custom-jss-xm-assets:10.0.0-linux", | ||
"build-options": [ | ||
"--build-arg BASE_IMAGE=mcr.microsoft.com/powershell:lts-alpine-3.10", | ||
"--build-arg ROLES=cm", | ||
"--build-arg ASSET_FILE_NAME='Sitecore JavaScript Services Server for Sitecore 10.0.0 XM 15.0.0 rev. 201020.scwdp.zip'", | ||
"--file linux/10.0.0/modules/Dockerfile" | ||
] | ||
}, | ||
{ | ||
"tag": "community/modules/custom-jss1500-xm-assets:10.0.0-linux", | ||
"build-options": [ | ||
"--build-arg BASE_IMAGE=mcr.microsoft.com/powershell:lts-alpine-3.10", | ||
"--build-arg ROLES=cm", | ||
"--build-arg ASSET_FILE_NAME='Sitecore JavaScript Services Server for Sitecore 10.0.0 XM 15.0.0 rev. 201020.scwdp.zip'", | ||
"--file linux/10.0.0/modules/Dockerfile" | ||
] | ||
} | ||
], | ||
"sources": [ | ||
"Sitecore JavaScript Services Server for Sitecore 10.0.0 XP 15.0.0 rev. 201020.scwdp.zip", | ||
"Sitecore JavaScript Services Server for Sitecore 10.0.0 XM 15.0.0 rev. 201020.scwdp.zip" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.