Skip to content

Commit 9a0ceeb

Browse files
committed
test: try a different smb image
1 parent 332a44e commit 9a0ceeb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/files-external-smb.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ jobs:
5353

5454
services:
5555
samba:
56-
image: ghcr.io/nextcloud/continuous-integration-samba:latest # zizmor: ignore[unpinned-images]
56+
image: ghcr.io/servercontainers/samba:smbd-only-a3.18.0-s4.18.2-r0
57+
env:
58+
ACCOUNT_test: test
59+
UID_test: 1000
60+
SAMBA_VOLUME_CONFIG_test: "[public]; path=/tmp; valid users = test; guest ok = no; read only = no; browseable = yes"
61+
options: >-
62+
--health-cmd=true
5763
ports:
5864
- 445:445
5965

build/integration/composer.lock

Whitespace-only changes.

0 commit comments

Comments
 (0)