We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6425671 commit e3e9beeCopy full SHA for e3e9bee
Containerfile
@@ -1,10 +1,10 @@
1
+FROM registry.access.redhat.com/ubi9/ubi
2
+
3
LABEL maintainer="3scale system team <[email protected]>"
4
LABEL org.opencontainers.image.title="dnsmasq",
5
LABEL org.opencontainers.image.source="https://github.com/3scale/dnsmasq"
6
LABEL org.opencontainers.image.vendor="3scale"
7
-FROM registry.access.redhat.com/ubi9/ubi
-
8
RUN dnf -y install dnsmasq
9
EXPOSE 53 67 69
10
ENTRYPOINT ["/usr/sbin/dnsmasq"]
0 commit comments