Skip to content

Commit 0d0f86b

Browse files
server: explicitly use fedora 34 for the fedora image
This allows us to update to the future version(s) at our own pace. While we're changing things use a fully qualified registry name from the official fedora registry. Signed-off-by: John Mulligan <[email protected]>
1 parent 5836fa6 commit 0d0f86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/server/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG SAMBACC_REPO=https://github.com/samba-in-kubernetes/sambacc
77
# be changed to use the tag.
88
RUN /usr/local/bin/build.sh ${SAMBACC_VER} ${SAMBACC_REPO}
99

10-
FROM fedora
10+
FROM registry.fedoraproject.org/fedora:34
1111

1212
MAINTAINER John Mulligan <[email protected]>
1313
ENV SAMBACC_VERSION="0.1"

0 commit comments

Comments
 (0)