File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2-349
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-230
22
33ENV PYTHONFAULTHANDLER=1 \
44 MODULE_NAME="agent.main" \
@@ -12,8 +12,8 @@ ENV PYTHONFAULTHANDLER=1 \
1212
1313# System deps:
1414RUN microdnf install -y python38 && \
15- pip3 install --no-cache-dir "poetry==$POETRY_VERSION" && \
16- microdnf clean all
15+ pip3 install --no-cache-dir "poetry==$POETRY_VERSION" && \
16+ microdnf clean all
1717
1818# Copy only requirements to cache them in docker layer
1919WORKDIR /app
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2-349
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-230
22
33COPY --chown=1001:0 . /opt/stackl-cli
44
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2-349
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-230
22
33
44ENV PYTHONFAULTHANDLER=1 \
@@ -12,8 +12,8 @@ ENV PYTHONFAULTHANDLER=1 \
1212
1313# System deps:
1414RUN microdnf install -y python38 gcc python38-devel make && \
15- pip3 install --no-cache-dir "poetry==$POETRY_VERSION" && \
16- microdnf clean all
15+ pip3 install --no-cache-dir "poetry==$POETRY_VERSION" && \
16+ microdnf clean all
1717
1818COPY stackl/core/start.sh /start.sh
1919RUN chmod +x /start.sh
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2-349
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-230
22
33ARG OPA_VERSION
44
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2-349
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-230
22
33COPY CentOS-AppStream.repo /etc/yum.repos.d/CentOS-AppStream.repo
44COPY RPM-GPG-KEY-centosofficial /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
You can’t perform that action at this time.
0 commit comments