Skip to content

Commit

Permalink
release: build with sambacc=v0.2 and samba=4.15.7
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn committed Jun 2, 2022
1 parent 1c2651a commit 4189b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images/ad-server/Containerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions images/server/Containerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 <[email protected]>
Expand Down

0 comments on commit 4189b9d

Please sign in to comment.