From 4189b9dc93e7b515f5df8a40e254d66dfa6c0144 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 2 Jun 2022 16:49:13 -0400 Subject: [PATCH] release: build with sambacc=v0.2 and samba=4.15.7 Signed-off-by: John Mulligan --- images/ad-server/Containerfile | 4 ++-- images/server/Containerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/ad-server/Containerfile b/images/ad-server/Containerfile index c5626078..78bc36da 100644 --- a/images/ad-server/Containerfile +++ b/images/ad-server/Containerfile @@ -1,5 +1,5 @@ FROM quay.io/samba.org/sambacc:latest AS builder -ARG SAMBACC_VER=master +ARG SAMBACC_VER=v0.2 ARG SAMBACC_REPO=https://github.com/samba-in-kubernetes/sambacc # The SAMBACC_VER value controls what version of sambacc we'll be building. @@ -11,7 +11,7 @@ RUN SAMBACC_DISTNAME=latest \ FROM registry.fedoraproject.org/fedora:35 ARG INSTALL_PACKAGES_FROM=default -ARG SAMBA_VERSION_SUFFIX="" +ARG SAMBA_VERSION_SUFFIX="-4.15.7" ARG SAMBA_SPECIFICS= MAINTAINER John Mulligan diff --git a/images/server/Containerfile b/images/server/Containerfile index 8712fd88..b11d654f 100644 --- a/images/server/Containerfile +++ b/images/server/Containerfile @@ -1,5 +1,5 @@ FROM quay.io/samba.org/sambacc:latest AS builder -ARG SAMBACC_VER=master +ARG SAMBACC_VER=v0.2 ARG SAMBACC_REPO=https://github.com/samba-in-kubernetes/sambacc # The SAMBACC_VER value controls what version of sambacc we'll be building. @@ -11,7 +11,7 @@ RUN SAMBACC_DISTNAME=latest \ FROM registry.fedoraproject.org/fedora:35 ARG INSTALL_PACKAGES_FROM=default -ARG SAMBA_VERSION_SUFFIX="" +ARG SAMBA_VERSION_SUFFIX="-4.15.7" ARG SAMBA_SPECIFICS=daemon_cli_debug_output MAINTAINER John Mulligan