Skip to content

Commit

Permalink
Use rockylinux for rpm test build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmm-sumo committed May 17, 2022
1 parent e4438a9 commit c4ec888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/buildscripts/packaging/fpm/rpm/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A centos8 image with systemd enabled. Must be run with:
# A rockylinux8.5 image with systemd enabled. Must be run with:
# `-d --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro` flags
FROM centos:8
FROM rockylinux:8.5

ENV container docker

Expand Down

0 comments on commit c4ec888

Please sign in to comment.