Skip to content

Commit da04054

Browse files
authored
Support for @plone/volto 19.x (Closes #15) (#18)
* Support for @plone/volto 19.x (Closes #15) * Fix container image creation
1 parent ff4958f commit da04054

File tree

5 files changed

+4466
-4256
lines changed

5 files changed

+4466
-4256
lines changed

frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG VOLTO_VERSION
2+
ARG VOLTO_VERSION=19.0.0-alpha.12
33
FROM plone/frontend-builder:${VOLTO_VERSION} AS builder
44

55
COPY --chown=node packages/volto-social-media /app/packages/volto-social-media
@@ -15,7 +15,7 @@ RUN --mount=type=cache,id=pnpm,target=/app/.pnpm-store,uid=1000 <<EOT
1515
pnpm dlx mrs-developer missdev --no-config --fetch-https
1616
pnpm install && pnpm build:deps
1717
pnpm build
18-
pnpm install --prod
18+
CI=1 pnpm install --prod
1919
EOT
2020

2121
FROM plone/frontend-prod-config:${VOLTO_VERSION}

frontend/mrs.developer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"package": "@plone/volto",
55
"url": "git@github.com:plone/volto.git",
66
"https": "https://github.com/plone/volto.git",
7-
"tag": "18.22.0",
7+
"tag": "19.0.0-alpha.12",
88
"filterBlobs": true
99
},
1010
"volto-light-theme": {
@@ -13,6 +13,7 @@
1313
"package": "@kitconcept/volto-light-theme",
1414
"url": "git@github.com:kitconcept/volto-light-theme.git",
1515
"https": "https://github.com/kitconcept/volto-light-theme.git",
16-
"branch": "enhancedfooter"
16+
"tag": "8.0.0a5",
17+
"filterBlobs": true
1718
}
1819
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test with @kitconcept/volto-light-theme 8.x. @ericof
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Support for @plone/volto 19.x. @ericof

0 commit comments

Comments
 (0)