diff --git a/.layerfiles/base/Layerfile b/Layerfiles/base/Layerfile similarity index 97% rename from .layerfiles/base/Layerfile rename to Layerfiles/base/Layerfile index 0f4f8dc..963c628 100644 --- a/.layerfiles/base/Layerfile +++ b/Layerfiles/base/Layerfile @@ -1,6 +1,8 @@ #This is an example LayerCI configuration for Docker! FROM vm/ubuntu:18.04 +LABEL status=hidden + # To note: Layerfiles create entire VMs, *not* containers! # install the latest version of Docker, as in the official Docker installation tutorial. diff --git a/.layerfiles/cypress/Layerfile b/Layerfiles/cypress/Layerfile similarity index 100% rename from .layerfiles/cypress/Layerfile rename to Layerfiles/cypress/Layerfile diff --git a/Layerfiles/test_1/Layerfile b/Layerfiles/test_1/Layerfile new file mode 100644 index 0000000..87e86cc --- /dev/null +++ b/Layerfiles/test_1/Layerfile @@ -0,0 +1,7 @@ +FROM ../base + +LABEL status=display + +LABEL display_name=test + +RUN echo hello 1 diff --git a/Layerfiles/test_10/Layerfile b/Layerfiles/test_10/Layerfile new file mode 100644 index 0000000..069a5cb --- /dev/null +++ b/Layerfiles/test_10/Layerfile @@ -0,0 +1,3 @@ +FROM ../base + +RUN echo hello 1 diff --git a/Layerfiles/test_2/Layerfile b/Layerfiles/test_2/Layerfile new file mode 100644 index 0000000..d7d9371 --- /dev/null +++ b/Layerfiles/test_2/Layerfile @@ -0,0 +1,5 @@ +FROM ../base + +LABEL display_name=test-2 + +RUN echo hello 2 diff --git a/Layerfiles/test_20/Layerfile b/Layerfiles/test_20/Layerfile new file mode 100644 index 0000000..ff75750 --- /dev/null +++ b/Layerfiles/test_20/Layerfile @@ -0,0 +1,3 @@ +FROM ../base + +RUN echo hello 2 diff --git a/Layerfiles/test_3/Layerfile b/Layerfiles/test_3/Layerfile new file mode 100644 index 0000000..f909c87 --- /dev/null +++ b/Layerfiles/test_3/Layerfile @@ -0,0 +1,3 @@ +FROM ../base + +RUN echo hello 3 diff --git a/Layerfiles/test_30/Layerfile b/Layerfiles/test_30/Layerfile new file mode 100644 index 0000000..f909c87 --- /dev/null +++ b/Layerfiles/test_30/Layerfile @@ -0,0 +1,3 @@ +FROM ../base + +RUN echo hello 3 diff --git a/Layerfiles/test_4/Layerfile b/Layerfiles/test_4/Layerfile new file mode 100644 index 0000000..b47f51a --- /dev/null +++ b/Layerfiles/test_4/Layerfile @@ -0,0 +1,3 @@ +FROM ../base + +RUN echo hello 4 diff --git a/Layerfiles/test_40/Layerfile b/Layerfiles/test_40/Layerfile new file mode 100644 index 0000000..b47f51a --- /dev/null +++ b/Layerfiles/test_40/Layerfile @@ -0,0 +1,3 @@ +FROM ../base + +RUN echo hello 4