[Git][NTPsec/ntpsec][master] Update python3 docker tag from rc to latest
Matt Selsky (@selsky)
gitlab at mg.gitlab.com
Tue Dec 20 07:37:24 UTC 2022
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
90a9563f by Matt Selsky at 2022-12-20T02:36:19-05:00
Update python3 docker tag from rc to latest
The "rc" tag hasn't been updated for a year upstream so we switch to the latest
tag. The important thing is for us to track python releases, not release
candidates.
- - - - -
2 changed files:
- .dockerfiles/python3-rc → .dockerfiles/python3
- .gitlab-docker-ci.yml
Changes:
=====================================
.dockerfiles/python3-rc → .dockerfiles/python3
=====================================
@@ -1,4 +1,4 @@
-FROM python:rc
+FROM python:3-slim
RUN apt-get update -qq
RUN apt-get install -y -qq bison libcap-dev pps-tools libbsd-dev
=====================================
.gitlab-docker-ci.yml
=====================================
@@ -73,7 +73,7 @@ build-gentoo-hardened:
build-opensuse-leap:
<<: *build_definition
-build-python3-rc:
+build-python3:
<<: *build_definition
build-ubuntu-latest:
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/90a9563f2fcb3936fa6dec9f1105ddba803900b5
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/90a9563f2fcb3936fa6dec9f1105ddba803900b5
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/20221220/a6bc1c59/attachment.htm>
More information about the vc
mailing list