File tree Expand file tree Collapse file tree 5 files changed +21
-17
lines changed Expand file tree Collapse file tree 5 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 111.6.4 (unreleased)
22------------------
33
4- - Nothing changed yet.
4+ - Migrate to Plone 6.1.3
5+ [boulch]
56
67
781.6.3 (2025-09-30)
Original file line number Diff line number Diff line change 1- FROM harbor.imio.be/common/plone-base:6.1.1 AS builder
1+ FROM harbor.imio.be/common/plone-base:6.1.3 AS builder
22
33LABEL maintainer=
"Benoît Suttor <[email protected] >" 44ENV PIP=25.0.1 \
5- ZC_BUILDOUT=4.1.4 \
6- SETUPTOOLS=75.8.2 \
5+ ZC_BUILDOUT=4.1.12 \
6+ SETUPTOOLS=80.9.0 \
77 WHEEL=0.45.1 \
88 PLONE_MAJOR=6.1 \
9- PLONE_VERSION=6.1.1
9+ PLONE_VERSION=6.1.3
1010
1111# hadolint ignore=DL3008
1212RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -37,13 +37,13 @@ COPY --chown=imio *.cfg /plone/
3737COPY --chown=imio scripts /plone/scripts
3838RUN su -c "buildout -c prod.cfg -t 30 -N" -s /bin/sh imio
3939
40- FROM harbor.imio.be/common/plone-base:6.1.1
40+ FROM harbor.imio.be/common/plone-base:6.1.3
4141ENV PIP=25.0.1 \
42- ZC_BUILDOUT=4.1.4 \
43- SETUPTOOLS=75.8.2 \
42+ ZC_BUILDOUT=4.1.12 \
43+ SETUPTOOLS=80.9.0 \
4444 WHEEL=0.45.1 \
4545 PLONE_MAJOR=6.1 \
46- PLONE_VERSION=6.1.1 \
46+ PLONE_VERSION=6.1.3 \
4747 ZEO_HOST=db \
4848 ZEO_PORT=8100 \
4949 HOSTNAME_HOST=local \
Original file line number Diff line number Diff line change @@ -10,12 +10,14 @@ parts =
1010extensions =
1111 mr.developer
1212
13+ auto-checkout += imio.smartweb.common
14+
1315extends =
14- https://dist.plone.org/release/6.1.1 /versions.cfg
15- https://dist.plone.org/release/6.1.1 /versions-ecosystem.cfg
16- https://dist.plone.org/release/6.1.1 /versions-extra.cfg
17- https://raw.githubusercontent.com/IMIO/buildout.smartweb/main /versions.cfg
18- https://raw.githubusercontent.com/IMIO/buildout.smartweb/main /sources.cfg
16+ https://dist.plone.org/release/6.1.3 /versions.cfg
17+ https://dist.plone.org/release/6.1.3 /versions-ecosystem.cfg
18+ https://dist.plone.org/release/6.1.3 /versions-extra.cfg
19+ https://raw.githubusercontent.com/IMIO/buildout.smartweb/plone613 /versions.cfg
20+ https://raw.githubusercontent.com/IMIO/buildout.smartweb/plone613 /sources.cfg
1921 versions.cfg
2022
2123find-links +=
@@ -32,6 +34,7 @@ environment-vars =
3234 TZ Europe/Brussels
3335eggs =
3436 Plone
37+ horse-with-no-namespace
3538 imio.events.policy
3639 collective.upgrade
3740
4043 imio.events.core
4144 imio.events.core-overrides
4245
46+ initialization = import horse_with_no_namespace
4347
4448[omelette]
4549recipe = collective.recipe.omelette
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ extensions =
88
99auto-checkout +=
1010 imio.events.core
11- imio.events.policy
12- imio.smartweb.common
11+ imio.events.policy
1312 imio.smartweb.locales
1413 collective.upgrade
1514 pas.plugins.kimug
Original file line number Diff line number Diff line change 1- -r https://dist.plone.org/release/6.1.1 /requirements.txt
1+ -r https://dist.plone.org/release/6.1.3 /requirements.txt
You can’t perform that action at this time.
0 commit comments