Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
  • Loading branch information
TomasTomecek committed Nov 29, 2017
1 parent ce7ab3d commit 1eaa295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile.tests
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM docker.io/modularitycontainers/conu
COPY ./tests /tests
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ enumerate-tools:
docker run -it -v ${PWD}:/src -e TOOLS_PACKAGES=$(shell $(DG_EXEC) --template="{{spec.packages|join(\",\")}}") --rm $(REPOSITORY) /src/enumerate-tools.py

test:
IMAGE_NAME=$(REPOSITORY) pytest
docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}/tests/:/tests -e IMAGE_NAME=$(REPOSITORY) modularitycontainers/conu

clean:
rm Dockerfile || :
Expand Down

0 comments on commit 1eaa295

Please sign in to comment.