Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing missing JSS and SXA Web.config transforms actions #405

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## November 2020

- [Fixed] Sitecore 10.0.0 SXA / JSS missing Web.config transforms. See [#387](https://github.com/Sitecore/docker-images/issues/387). Thanks [@vtml](https://github.com/vtml) :+1:

## October 2020

- [Added] JSS 15 images
Expand Down
4 changes: 1 addition & 3 deletions build/windows/10.x.x/sitecore-custom-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ FROM base as content
COPY --from=module_assets C:\module\tools C:\module\tools

RUN C:\module\tools\Initialize-Content.ps1 -TargetPath C:\inetpub\wwwroot; `
Remove-Item -Path C:\module -Recurse -Force;


Remove-Item -Path C:\module -Recurse -Force;
14 changes: 7 additions & 7 deletions build/windows/10.x.x/sitecore-custom-base/xm-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xm1-assets:15.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cm",
"--target base"
"--target content"
]
},
{
Expand All @@ -37,7 +37,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xm1-assets:15.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cm",
"--target base"
"--target content"
]
},
{
Expand All @@ -47,7 +47,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xm1-assets:14.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cm",
"--target base"
"--target content"
]
},
{
Expand Down Expand Up @@ -100,7 +100,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/sxa-xm1-assets:10.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cd",
"--target base"
"--target content"
]
},
{
Expand All @@ -110,7 +110,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xm1-assets:15.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cd",
"--target base"
"--target content"
]
},
{
Expand All @@ -120,7 +120,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xm1-assets:15.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cd",
"--target base"
"--target content"
]
},
{
Expand All @@ -130,7 +130,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xm1-assets:14.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cd",
"--target base"
"--target content"
]
}
],
Expand Down
14 changes: 7 additions & 7 deletions build/windows/10.x.x/sitecore-custom-base/xp-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xp1-assets:15.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cm",
"--target base"
"--target content"
]
},
{
Expand All @@ -37,7 +37,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xp1-assets:15.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cm",
"--target base"
"--target content"
]
},
{
Expand All @@ -47,7 +47,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xp1-assets:14.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cm",
"--target base"
"--target content"
]
},
{
Expand Down Expand Up @@ -100,7 +100,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/sxa-xp1-assets:10.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cd",
"--target base"
"--target content"
]
},
{
Expand All @@ -110,7 +110,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xp1-assets:15.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cd",
"--target base"
"--target content"
]
},
{
Expand All @@ -120,7 +120,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xp1-assets:15.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cd",
"--target base"
"--target content"
]
},
{
Expand All @@ -130,7 +130,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xp1-assets:14.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cd",
"--target base"
"--target content"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions build/windows/10.x.x/sitecore-custom-base/xp0-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xp1-assets:15.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cm",
"--target base"
"--target content"
]
},
{
Expand All @@ -37,7 +37,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xp1-assets:15.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cm",
"--target base"
"--target content"
]
},
{
Expand All @@ -47,7 +47,7 @@
"--build-arg MODULE_ASSETS=scr.sitecore.com/sxp/modules/jss-xp1-assets:14.0.0-1809",
"--memory 4GB",
"--build-arg ROLE=cm",
"--target base"
"--target content"
]
},
{
Expand Down