# HG changeset patch # User Mathias De Mare # Date 1644834723 -3600 # Node ID aeeb54261099ee366c37cf3dae5c278f942e4687 # Parent 6e5ab16730201314764dfe70cd6cfa47dc6466af packaging: replace centos8 by rockylinux 8 Differential Revision: https://phab.mercurial-scm.org/D12172 diff -r 6e5ab1673020 -r aeeb54261099 contrib/packaging/docker/centos8 --- a/contrib/packaging/docker/centos8 Wed Feb 09 16:07:50 2022 +0100 +++ b/contrib/packaging/docker/centos8 Mon Feb 14 11:32:03 2022 +0100 @@ -1,4 +1,4 @@ -FROM centos:centos8 +FROM rockylinux/rockylinux:8 RUN groupadd -g %GID% build && \ useradd -u %UID% -g %GID% -s /bin/bash -d /build -m build