Skip to content

Commit a6f0c86

Browse files
Update ntpd and devpi docker images
1 parent 7d29071 commit a6f0c86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mirror/devpi/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#checkov:skip=CKV_DOCKER_2:Ensure that HEALTHCHECK instructions have been added to container images
22
FROM python:3.13-alpine3.22
33

4-
EXPOSE 3141
5-
VOLUME /devpi/server
6-
74
WORKDIR /opt/devpi
85
COPY ./requirements.txt .
96
RUN apk --no-cache add \
@@ -12,5 +9,8 @@ RUN apk --no-cache add \
129
libffi-dev=3.4.8-r0 && \
1310
pip install --no-cache-dir -r requirements.txt
1411

12+
EXPOSE 3141
13+
VOLUME /devpi/server
14+
1515
ENTRYPOINT ["/usr/local/bin/devpi-server", "--serverdir=/devpi/server"]
1616
CMD ["--host=0.0.0.0", "--port=3141"]

mirror/ntpd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#checkov:skip=CKV_DOCKER_2:Ensure that HEALTHCHECK instructions have been added to container images
2-
FROM alpine:3.20
2+
FROM alpine:3.22
33

44
EXPOSE 123/udp
55

0 commit comments

Comments
 (0)