File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM quay.io/samba.org/sambacc:latest AS builder
2
- ARG SAMBACC_VER=master
2
+ ARG SAMBACC_VER=v0.2
3
3
ARG SAMBACC_REPO=https://github.com/samba-in-kubernetes/sambacc
4
4
5
5
# The SAMBACC_VER value controls what version of sambacc we'll be building.
@@ -11,7 +11,7 @@ RUN SAMBACC_DISTNAME=latest \
11
11
12
12
FROM registry.fedoraproject.org/fedora:35
13
13
ARG INSTALL_PACKAGES_FROM=default
14
- ARG SAMBA_VERSION_SUFFIX=""
14
+ ARG SAMBA_VERSION_SUFFIX="-4.15.7 "
15
15
ARG SAMBA_SPECIFICS=
16
16
17
17
MAINTAINER John Mulligan <jmulligan@redhat.com>
Original file line number Diff line number Diff line change 1
1
FROM quay.io/samba.org/sambacc:latest AS builder
2
- ARG SAMBACC_VER=master
2
+ ARG SAMBACC_VER=v0.2
3
3
ARG SAMBACC_REPO=https://github.com/samba-in-kubernetes/sambacc
4
4
5
5
# The SAMBACC_VER value controls what version of sambacc we'll be building.
@@ -11,7 +11,7 @@ RUN SAMBACC_DISTNAME=latest \
11
11
12
12
FROM registry.fedoraproject.org/fedora:35
13
13
ARG INSTALL_PACKAGES_FROM=default
14
- ARG SAMBA_VERSION_SUFFIX=""
14
+ ARG SAMBA_VERSION_SUFFIX="-4.15.7 "
15
15
ARG SAMBA_SPECIFICS=daemon_cli_debug_output
16
16
17
17
MAINTAINER John Mulligan <jmulligan@redhat.com>
You can’t perform that action at this time.
0 commit comments