[Git][NTPsec/ntpsec][master] Adjust built container images for CI
Gary E. Miller (@garyedmundsmiller)
gitlab at mg.gitlab.com
Sun Jul 27 01:57:55 UTC 2025
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
0bcc21d4 by James Browning at 2025-07-26T18:40:21-07:00
Adjust built container images for CI
- python:2 apears to be EOL 2020 April 21 bump to Bullseye
- coverity needs file now, so add it as a dependency
- - - - -
2 changed files:
- .dockerfiles/coverity
- .dockerfiles/python2
Changes:
=====================================
.dockerfiles/coverity
=====================================
@@ -10,6 +10,7 @@ RUN apt-get update
RUN apt-get install -y \
bison \
curl \
+ file \
gcc \
git \
libbsd-dev \
=====================================
.dockerfiles/python2
=====================================
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
-FROM python:2-slim
+FROM debian:bullseye
RUN apt-get update -qq
RUN apt-get install -y -qq \
@@ -12,4 +12,5 @@ RUN apt-get install -y -qq \
libcap-dev \
libssl-dev \
netbase \
- pps-tools
+ pps-tools \
+ python2
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/0bcc21d42178183b303ae8e7188e1f6a7fefbfb0
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/0bcc21d42178183b303ae8e7188e1f6a7fefbfb0
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20250727/6c623626/attachment-0001.htm>
More information about the vc
mailing list