Skip to content
Snippets Groups Projects
Commit 68145d31 authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

convert 8.3 fork to 8.4

parent b507cab5
No related branches found
No related tags found
No related merge requests found
Pipeline #197847 failed
FROM docker.io/php:8.3-fpm
FROM docker.io/php:8.4-fpm
LABEL maintainer="E. Stuart Hicks <hicks.367@osu.edu>"
# Preload users that we need consistent UIDs on
......
IMAGE = wheks-php83
IMAGE = wheks-php84
build:
DOCKER_BUILDKIT=0 docker build --platform linux/amd64 --squash -t $(IMAGE) .
......@@ -9,6 +9,6 @@ docker run -it --rm --name wheks \
-e WHEKS_EMAIL=hicks.367@osu.edu \
-e WHEKS_ENTITYID=https://blah.osu.edu/shibboleth \
-v php-html:/var/www/html:rw \
wheks-php83 $@
wheks-php84 $@
docker rm wheks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment