Skip to content

Commit d60ddd3

Browse files
committed
test: Update samba docker image
Integration test now uses servercontainers/samba docker image. Signed-off-by: Animesh Kumar <[email protected]>
1 parent 733634b commit d60ddd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ readonly dirname="/tmp/$(date +%s)"
2424

2525
mkdir "$dirname"
2626
export PERMISSIONS=0777
27-
docker run -it --name samba -p 445:445 -v "$dirname":/mount -d dperson/samba -u "username;test" -s "share;/mount/;yes;no;yes;all;none" -p
27+
docker run -it --name samba -p 445:445 -v "$dirname":/mount -e ACCOUNT_USERNAME='test' -e SAMBA_VOLUME_CONFIG_username='[share]; path=/mount/; guest ok = yes; read only = no; browseable = yes' -d servercontainers/samba
2828
function cleanup {
2929
echo 'stop and delete samba container'
3030
docker stop samba

0 commit comments

Comments
 (0)