-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: build with sambacc=v0.2 and samba=4.15.7
Signed-off-by: John Mulligan <[email protected]>
- Loading branch information
1 parent
1c2651a
commit 4189b9d
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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]> | ||
|