start tests
This commit is contained in:
2
test/assets/Dockerfile
Normal file
2
test/assets/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
FROM ubuntu
|
||||
RUN apt-get update
|
2
test/assets/Dockerfile_sometag1
Normal file
2
test/assets/Dockerfile_sometag1
Normal file
@ -0,0 +1,2 @@
|
||||
FROM myrepo/mygroup:sometag2
|
||||
RUN apt-get update
|
1
test/assets/Dockerfile_sometag2
Normal file
1
test/assets/Dockerfile_sometag2
Normal file
@ -0,0 +1 @@
|
||||
FROM mygroup/myrepo:latest
|
Reference in New Issue
Block a user