Skip to content

Commit

Permalink
PYT-3680 Remove build for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lazorchakp authored and gamingrobot committed Jan 21, 2025
1 parent e3b79e2 commit d68c466
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,6 @@ RUN set -xe \
&& pip install --target=/contrast "contrast-agent==${VERSION}" \
&& echo "{ \"version\": \"${VERSION}\" }" > /contrast/image-manifest.json

FROM python:3.8-slim-bookworm AS builder-38
ARG VERSION=9.8.0
RUN set -xe \
&& apt-get update \
&& apt-get install -y build-essential autoconf
RUN set -xe \
&& mkdir -p /contrast \
&& echo ${VERSION} \
&& pip install --target=/contrast "contrast-agent==${VERSION}" \
&& echo "{ \"version\": \"${VERSION}\" }" > /contrast/image-manifest.json


FROM busybox:stable AS final

Expand All @@ -80,7 +69,6 @@ COPY --from=builder-312 /contrast /contrast
COPY --from=builder-311 /contrast /contrast
COPY --from=builder-310 /contrast /contrast
COPY --from=builder-39 /contrast /contrast
COPY --from=builder-38 /contrast /contrast

ARG VERSION=9.8.0
ENV CONTRAST_MOUNT_PATH=/contrast-init \
Expand Down

0 comments on commit d68c466

Please sign in to comment.