Skip to content

Commit bfbef59

Browse files
committed
SYS-607 update samba, resolve issue #114
1 parent f72a566 commit bfbef59

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

images/samba-dc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \
2424
WINBIND_USE_DEFAULT_DOMAIN=yes \
2525
WORKGROUP=AD
2626

27-
ARG SAMBA_VERSION=4.18.3-r0
27+
ARG SAMBA_VERSION=4.18.5-r0
2828

2929
COPY *.conf.j2 /root/
3030
COPY entrypoint.sh /usr/local/bin/

images/samba-dc/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- ttps://gitlab.com/samba-team/samba
88
type: application
9-
version: 0.1.9
10-
appVersion: "4.18.3-r0"
9+
version: 0.1.10
10+
appVersion: "4.18.5-r0"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

images/samba/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
88
org.label-schema.vcs-ref=$VCS_REF \
99
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1010

11-
ARG SAMBA_VERSION=4.18.3-r0
11+
ARG SAMBA_VERSION=4.18.5-r0
1212
ENV LOGON_DRIVE=H \
1313
NETBIOS_NAME=samba \
1414
SERVER_STRING="Samba Server" \

images/samba/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://gitlab.com/samba-team/samba
88
type: application
9-
version: 0.1.9
10-
appVersion: "4.18.3-r0"
9+
version: 0.1.10
10+
appVersion: "4.18.5-r0"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

k8s/helm/gitlab-runner/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sources:
77
- https://github.com/instantlinux/docker-tools
88
- https://gitlab.com/gitlab-org/gitlab-runner
99
type: application
10-
version: 0.1.1
11-
appVersion: "alpine-v15.2.0"
10+
version: 0.1.2
11+
appVersion: "alpine-v15.11.1"
1212
dependencies:
1313
- name: chartlib
1414
version: 0.1.8

0 commit comments

Comments
 (0)