Skip to content

Commit 97ea160

Browse files
authored
Fix acceptance image (#164)
remove plone.volto:default-homepage from it @mauritsvanrees @fredvd this image is broken in 6.1.0rc1 we need a re-release of the images, once this is merged. Until this is not done, updating Volto will be red: https://github.com/plone/volto/actions/runs/13174806500/job/36771636755?pr=6682 and no projects using Cypress tests could use the rc1.
2 parents 18739c4 + e96f541 commit 97ea160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.acceptance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV ZSERVER_PORT=55001
3131
# This fixes the healthcheck defined in server-prod-config
3232
ENV LISTEN_PORT=${ZSERVER_PORT}
3333
# Profiles to be added to the created site
34-
ENV APPLY_PROFILES=plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default-homepage
34+
ENV APPLY_PROFILES=plone.app.contenttypes:plone-content,plone.restapi:default
3535
# Packages to be used in configuration
3636
ENV CONFIGURE_PACKAGES=plone.app.contenttypes,plone.restapi,plone.volto,plone.volto.cors
3737

0 commit comments

Comments
 (0)