[Git][NTPsec/ntpsec][master] ci: add Rocky Linux 9 docker image (but no live jobs yet)

Matt Selsky (@selsky) gitlab at mg.gitlab.com
Tue Jul 14 05:17:30 UTC 2026



Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
b004b6f5 by Mark Atwood at 2026-07-14T05:14:25+00:00
ci: add Rocky Linux 9 docker image (but no live jobs yet)

- - - - -


2 changed files:

- + .dockerfiles/rocky
- .gitlab-docker-ci.yml


Changes:

=====================================
.dockerfiles/rocky
=====================================
@@ -0,0 +1,17 @@
+# Copyright the NTPsec project contributors
+#
+# SPDX-License-Identifier: BSD-2-Clause
+
+FROM rockylinux:9
+
+RUN dnf -y install dnf-plugins-core
+RUN dnf config-manager --set-enabled crb
+RUN dnf -y install epel-release
+RUN dnf -y install \
+	bison \
+	gcc \
+	libbsd-devel \
+	libcap-devel \
+	openssl-devel \
+	python3-devel \
+	pps-tools-devel


=====================================
.gitlab-docker-ci.yml
=====================================
@@ -37,6 +37,9 @@ build-alpine-seccomp:
 build-centos-latest:
   <<: *build_definition
 
+build-rocky:
+  <<: *build_definition
+
 build-clang:
   <<: *build_definition
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/b004b6f5a5e7cebed32a2a4fa679fe6f473848ba

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/b004b6f5a5e7cebed32a2a4fa679fe6f473848ba
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20260714/718525fa/attachment-0001.htm>


More information about the vc mailing list