Skip to content

Commit

Permalink
Merge pull request #162 from cybozu-go/delete-podman
Browse files Browse the repository at this point in the history
[mtest] use docker instead of podman
  • Loading branch information
Mitz Amano authored Jul 1, 2019
2 parents 083b329 + 52fa818 commit cadf78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mtest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ $(OUTPUT)/sabakan.img:
GOBIN=$(shell pwd)/../docker go install ../pkg/sabakan-cryptsetup
GOBIN=$(shell pwd)/../docker go install ../pkg/sabactl
cp ../LICENSE $(shell pwd)/../docker
sudo podman build --no-cache --rm=false -t $(SABAKAN_IMAGE_URL) ../docker/
sudo docker build --no-cache --rm=false -t $(SABAKAN_IMAGE_URL) ../docker/
mkdir -p $(OUTPUT)
sudo podman save -o $@ $(SABAKAN_IMAGE_URL)
sudo docker save -o $@ $(SABAKAN_IMAGE_URL)

$(OUTPUT)/cluster.yml: cluster.yml
mkdir -p $(OUTPUT)
Expand Down

0 comments on commit cadf78b

Please sign in to comment.