Skip to content

Commit

Permalink
SYS-607 update samba, resolve issue #114
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Jul 25, 2023
1 parent f72a566 commit bfbef59
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion images/samba-dc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \
WINBIND_USE_DEFAULT_DOMAIN=yes \
WORKGROUP=AD

ARG SAMBA_VERSION=4.18.3-r0
ARG SAMBA_VERSION=4.18.5-r0

COPY *.conf.j2 /root/
COPY entrypoint.sh /usr/local/bin/
Expand Down
4 changes: 2 additions & 2 deletions images/samba-dc/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- ttps://gitlab.com/samba-team/samba
type: application
version: 0.1.9
appVersion: "4.18.3-r0"
version: 0.1.10
appVersion: "4.18.5-r0"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
2 changes: 1 addition & 1 deletion images/samba/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools

ARG SAMBA_VERSION=4.18.3-r0
ARG SAMBA_VERSION=4.18.5-r0
ENV LOGON_DRIVE=H \
NETBIOS_NAME=samba \
SERVER_STRING="Samba Server" \
Expand Down
4 changes: 2 additions & 2 deletions images/samba/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://gitlab.com/samba-team/samba
type: application
version: 0.1.9
appVersion: "4.18.3-r0"
version: 0.1.10
appVersion: "4.18.5-r0"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/gitlab-runner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://gitlab.com/gitlab-org/gitlab-runner
type: application
version: 0.1.1
appVersion: "alpine-v15.2.0"
version: 0.1.2
appVersion: "alpine-v15.11.1"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down

0 comments on commit bfbef59

Please sign in to comment.