Skip to content

Commit c0c4170

Browse files
committed
Issue #1006 Use ubi instead of centos as base image
dnsmasq rpm now available on ubi-8-appstream repo, so better to use ubi then centos base image. - BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1766581
1 parent 1937a9c commit c0c4170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/dnsmasq/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM centos:8
1+
FROM registry.redhat.io/ubi8/ubi
22
MAINTAINER CodeReady Container <[email protected]>
33

44
RUN yum -y install dnsmasq && \

0 commit comments

Comments
 (0)