Skip to content

Commit e4b3515

Browse files
authored
Merge pull request #62 from plone/18_fix_cookieplone_call
Fix passing plone_version to cookieplone
2 parents 5add432 + b8edb4b commit e4b3515

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
plone-frontend image builder changelog
2+
======================================
3+
4+
Note: these are changes made to the supporting release process of the offical Volto example frontend and builder images, that you can use in your own workflows as base images.
5+
It is not the changelog for the Volto release itself, allthough we keep the tags of this repo in sync with the used Volto releases.
6+
7+
8+
18.26.0.dev0
9+
------------
10+
11+
- Fix passing plone_version to cookieplone in the Dockerfile.builder frontend-builder image. The old parameter is no longer picked up due to an issue in cookieplone, this caused a Volto 19 mrs.developer.json reference being present in the builder image (#61) @fredvd
12+

pnpm/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EOT
1818

1919
RUN <<EOT
2020
set -e
21-
pipx run --no-cache cookieplone sub/frontend_project --no-input __version_plone_volto=$VOLTO_VERSION
21+
pipx run --no-cache cookieplone sub/frontend_project --no-input volto_version=$VOLTO_VERSION
2222
chown -R node:node /app
2323
EOT
2424

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.25.0
1+
18.26.0.dev0

0 commit comments

Comments
 (0)