mirror of
/repos/baseimage-docker.git
synced 2026-06-25 13:50:50 +02:00
Run 'docker build' with '--rm' instead of '-rm', the latter which has been deprecated in Docker 0.9.
This commit is contained in:
@@ -6,7 +6,7 @@ VERSION = 0.9.9
|
|||||||
all: build
|
all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build -t $(NAME):$(VERSION) -rm image
|
docker build -t $(NAME):$(VERSION) --rm image
|
||||||
|
|
||||||
test:
|
test:
|
||||||
env NAME=$(NAME) VERSION=$(VERSION) ./test/runner.sh
|
env NAME=$(NAME) VERSION=$(VERSION) ./test/runner.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user