Skip to content

Commit

Permalink
Add docker buildkit disable
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRichards committed Oct 4, 2023
1 parent 9aa2992 commit e061503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jhu_demo_content:
# Set the Domain within the YAML files.
find islandora_workbench/islandora_workbench_demo_content/ -type f -name '*.yml' -exec $(SED_DASH_I) '/^host:/s/.*/host: "$(subst /,\/,$(subst .,\.,$(SITE)))\/"/' {} +
# Build the workbench docker image.
cd islandora_workbench && docker build -t workbench-docker .
cd islandora_workbench && DOCKER_BUILDKIT=0 docker build -t workbench-docker .
# These Import taxonomy terms.
cd islandora_workbench && docker run -it --rm --network="host" -v .:/workbench/ --name my-running-workbench workbench-docker bash -lc "./workbench --config /workbench/islandora_workbench_demo_content/idc_geo_location.yml"
cd islandora_workbench && docker run -it --rm --network="host" -v .:/workbench/ --name my-running-workbench workbench-docker bash -lc "./workbench --config /workbench/islandora_workbench_demo_content/idc_copyright_and_use.yml"
Expand Down

0 comments on commit e061503

Please sign in to comment.