Skip to content

Commit 31734f8

Browse files
committed
ci: Move to new kerberos images
Signed-off-by: Joas Schilling <[email protected]>
1 parent 76b156b commit 31734f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

apps/files_external/tests/sso-setup/start-apache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SCRIPT_DIR="${0%/*}"
1010

1111
docker 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
1414
APACHE_IP=$(docker inspect apache --format '{{.NetworkSettings.IPAddress}}')
1515
docker exec apache chown 33 /var/www/html/config /var/www/html/data /var/www/html/extra-apps
1616
docker cp "$SCRIPT_DIR/apps.config.php" apache:/var/www/html/config/apps.config.php

0 commit comments

Comments
 (0)