File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/files_external/tests/sso-setup Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ jobs:
6767 - name : Pull images
6868 run : |
6969 docker pull ghcr.io/icewind1991/samba-krb-test-dc
70- docker pull ghcr.io/icewind1991/samba-krb-test-apache
70+ docker pull ghcr.io/icewind1991/samba-krb-test-apache-gssapi
7171 docker pull ghcr.io/icewind1991/samba-krb-test-client
7272 docker tag ghcr.io/icewind1991/samba-krb-test-dc icewind1991/samba-krb-test-dc
73- docker tag ghcr.io/icewind1991/samba-krb-test-apache icewind1991/samba-krb-test-apache
73+ docker tag ghcr.io/icewind1991/samba-krb-test-apache-gssapi:8.4 icewind1991/samba-krb-test-apache-gssapi
7474 docker tag ghcr.io/icewind1991/samba-krb-test-client icewind1991/samba-krb-test-client
7575
7676 - name : Setup AD-DC
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SCRIPT_DIR="${0%/*}"
1010
1111docker rm -f apache 2> /dev/null > /dev/null
1212
13- docker run -d --name apache -v $2 :/var/www/html -v /var/www/html/data -v /var/www/html/config -v /var/www/html/extra-apps -v /tmp/shared:/shared --dns $1 --hostname httpd.domain.test icewind1991/samba-krb-test-apache 1>&2
13+ docker run -d --name apache -v $2 :/var/www/html -v /var/www/html/data -v /var/www/html/config -v /var/www/html/extra-apps -v /tmp/shared:/shared --dns $1 --hostname httpd.domain.test icewind1991/samba-krb-test-apache-gssapi 1>&2
1414APACHE_IP=$( docker inspect apache --format ' {{.NetworkSettings.IPAddress}}' )
1515docker exec apache chown 33 /var/www/html/config /var/www/html/data /var/www/html/extra-apps
1616docker cp " $SCRIPT_DIR /apps.config.php" apache:/var/www/html/config/apps.config.php
You can’t perform that action at this time.
0 commit comments