Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
duchenean committed Sep 17, 2024
1 parent d2727be commit 9dfe7f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
16 changes: 5 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
FROM harbor.imio.be/common/plone-base:6.0.11.1 AS builder
FROM harbor.imio.be/common/plone-base:6.0.13 AS builder

ENV PIP=24 \
ZC_BUILDOUT=3.0.1 \
SETUPTOOLS=69.5.1 \
WHEEL=0.43.0 \
ENV ZC_BUILDOUT=3.1.0 \
PLONE_MAJOR=6.0 \
PLONE_VERSION=6.0.11.1

Expand All @@ -28,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-pip \
wget \
zlib1g-dev \
&& pip3 install --no-cache-dir --break-system-packages pip==$PIP setuptools==$SETUPTOOLS zc.buildout==$ZC_BUILDOUT py-spy
&& pip3 install --no-cache-dir --break-system-packages zc.buildout==$ZC_BUILDOUT py-spy

WORKDIR /plone

Expand All @@ -37,12 +34,9 @@ COPY --chown=imio scripts /plone/scripts

RUN su -c "buildout -c docker.cfg -t 30 -N" -s /bin/sh imio

FROM harbor.imio.be/common/plone-base:6.0.11.1
FROM harbor.imio.be/common/plone-base:6.0.13
ARG build_number
ENV PIP=24.0 \
ZC_BUILDOUT=3.0.1 \
SETUPTOOLS=69.5.1 \
WHEEL=0.43.0 \
ENV ZC_BUILDOUT=3.1.0 \
PLONE_VERSION=6.0.11.1 \
HOSTNAME_HOST=local \
PROJECT_ID=delib \
Expand Down
1 change: 1 addition & 0 deletions prod.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[buildout]
extends =
https://dist.plone.org/release/6.0.13/versions.cfg
https://dist.plone.org/release/6.0.13/versions-extra.cfg
base.cfg

extensions =
Expand Down

0 comments on commit 9dfe7f6

Please sign in to comment.