Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Containerfile.externaldns
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe688da81a696387c
ARG FULL_COMMIT
LABEL maintainer="Red Hat, Inc."
LABEL com.redhat.component="external-dns-container"
LABEL name="external-dns"
LABEL version="1.3.3"
LABEL name="edo/external-dns-rhel9"
LABEL version="1.3.4"
LABEL commit=${FULL_COMMIT}
WORKDIR /
COPY --from=builder /workspace/build/external-dns /
Expand Down