Skip to content

Commit 4189b9d

Browse files
release: build with sambacc=v0.2 and samba=4.15.7
Signed-off-by: John Mulligan <jmulligan@redhat.com>
1 parent 1c2651a commit 4189b9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/ad-server/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM quay.io/samba.org/sambacc:latest AS builder
2-
ARG SAMBACC_VER=master
2+
ARG SAMBACC_VER=v0.2
33
ARG SAMBACC_REPO=https://github.com/samba-in-kubernetes/sambacc
44

55
# The SAMBACC_VER value controls what version of sambacc we'll be building.
@@ -11,7 +11,7 @@ RUN SAMBACC_DISTNAME=latest \
1111

1212
FROM registry.fedoraproject.org/fedora:35
1313
ARG INSTALL_PACKAGES_FROM=default
14-
ARG SAMBA_VERSION_SUFFIX=""
14+
ARG SAMBA_VERSION_SUFFIX="-4.15.7"
1515
ARG SAMBA_SPECIFICS=
1616

1717
MAINTAINER John Mulligan <jmulligan@redhat.com>

images/server/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM quay.io/samba.org/sambacc:latest AS builder
2-
ARG SAMBACC_VER=master
2+
ARG SAMBACC_VER=v0.2
33
ARG SAMBACC_REPO=https://github.com/samba-in-kubernetes/sambacc
44

55
# The SAMBACC_VER value controls what version of sambacc we'll be building.
@@ -11,7 +11,7 @@ RUN SAMBACC_DISTNAME=latest \
1111

1212
FROM registry.fedoraproject.org/fedora:35
1313
ARG INSTALL_PACKAGES_FROM=default
14-
ARG SAMBA_VERSION_SUFFIX=""
14+
ARG SAMBA_VERSION_SUFFIX="-4.15.7"
1515
ARG SAMBA_SPECIFICS=daemon_cli_debug_output
1616

1717
MAINTAINER John Mulligan <jmulligan@redhat.com>

0 commit comments

Comments
 (0)