Skip to content

Commit

Permalink
Create iib_data dir
Browse files Browse the repository at this point in the history
Unlike docker, podman will not create the dir for a bind volume if it
doesn't already exist:
containers/podman-compose#185

Signed-off-by: Luiz Carvalho <[email protected]>
  • Loading branch information
lcarva committed Jan 29, 2021
1 parent 90e8cf8 commit aec2533
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ all:
@echo ' IIB_COMPOSE_ENGINE environment variable to another compose system, e.g.'
@echo ' "podman-compose".'

up: ca-bundle.crt
up: ca-bundle.crt iib-data
@echo "Starting the local development instance..."
${IIB_COMPOSE_ENGINE} up -d

Expand All @@ -51,3 +51,6 @@ test:

ca-bundle.crt:
@cp -f /etc/pki/tls/certs/ca-bundle.crt .

iib-data:
@mkdir -p iib_data/registry

0 comments on commit aec2533

Please sign in to comment.