diff --git a/amd64/hello-seattle/Dockerfile b/amd64/hello-seattle/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/amd64/hello-seattle/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/amd64/hello-seattle/hello b/amd64/hello-seattle/hello deleted file mode 100755 index 0e50092..0000000 Binary files a/amd64/hello-seattle/hello and /dev/null differ diff --git a/amd64/hello-seattle/nanoserver-1803/Dockerfile b/amd64/hello-seattle/nanoserver-1803/Dockerfile deleted file mode 100644 index e336da2..0000000 --- a/amd64/hello-seattle/nanoserver-1803/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM mcr.microsoft.com/windows/nanoserver:1803 -COPY hello.txt C: -CMD ["cmd", "/C", "type C:\\hello.txt"] diff --git a/amd64/hello-seattle/nanoserver-1803/hello.txt b/amd64/hello-seattle/nanoserver-1803/hello.txt deleted file mode 100644 index e8dc503..0000000 --- a/amd64/hello-seattle/nanoserver-1803/hello.txt +++ /dev/null @@ -1,22 +0,0 @@ - -Hello from DockerCon 2016 (Seattle)! -This message shows that your installation appears to be working correctly. - -To generate this message, Docker took the following steps: - 1. The Docker client contacted the Docker daemon. - 2. The Docker daemon pulled the "hello-seattle" image from the Docker Hub. - (windows-amd64, nanoserver-1803) - 3. The Docker daemon created a new container from that image which runs the - executable that produces the output you are currently reading. - 4. The Docker daemon streamed that output to the Docker client, which sent it - to your terminal. - -To try something more ambitious, you can run a Windows Server container with: - PS C:\> docker run -it mcr.microsoft.com/windows/servercore powershell - -Share images, automate workflows, and more with a free Docker ID: - https://hub.docker.com/ - -For more examples and ideas, visit: - https://docs.docker.com/get-started/ - diff --git a/amd64/hello-seattle/nanoserver-1809/Dockerfile b/amd64/hello-seattle/nanoserver-1809/Dockerfile deleted file mode 100644 index 4c3525e..0000000 --- a/amd64/hello-seattle/nanoserver-1809/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM mcr.microsoft.com/windows/nanoserver:1809 -COPY hello.txt C: -CMD ["cmd", "/C", "type C:\\hello.txt"] diff --git a/amd64/hello-seattle/nanoserver-1809/hello.txt b/amd64/hello-seattle/nanoserver-1809/hello.txt deleted file mode 100644 index c9fd425..0000000 --- a/amd64/hello-seattle/nanoserver-1809/hello.txt +++ /dev/null @@ -1,22 +0,0 @@ - -Hello from DockerCon 2016 (Seattle)! -This message shows that your installation appears to be working correctly. - -To generate this message, Docker took the following steps: - 1. The Docker client contacted the Docker daemon. - 2. The Docker daemon pulled the "hello-seattle" image from the Docker Hub. - (windows-amd64, nanoserver-1809) - 3. The Docker daemon created a new container from that image which runs the - executable that produces the output you are currently reading. - 4. The Docker daemon streamed that output to the Docker client, which sent it - to your terminal. - -To try something more ambitious, you can run a Windows Server container with: - PS C:\> docker run -it mcr.microsoft.com/windows/servercore powershell - -Share images, automate workflows, and more with a free Docker ID: - https://hub.docker.com/ - -For more examples and ideas, visit: - https://docs.docker.com/get-started/ - diff --git a/amd64/hola-mundo/Dockerfile b/amd64/hola-mundo/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/amd64/hola-mundo/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/amd64/hola-mundo/hello b/amd64/hola-mundo/hello deleted file mode 100755 index b310c59..0000000 Binary files a/amd64/hola-mundo/hello and /dev/null differ diff --git a/amd64/hola-mundo/nanoserver-1803/Dockerfile b/amd64/hola-mundo/nanoserver-1803/Dockerfile deleted file mode 100644 index e336da2..0000000 --- a/amd64/hola-mundo/nanoserver-1803/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM mcr.microsoft.com/windows/nanoserver:1803 -COPY hello.txt C: -CMD ["cmd", "/C", "type C:\\hello.txt"] diff --git a/amd64/hola-mundo/nanoserver-1803/hello.txt b/amd64/hola-mundo/nanoserver-1803/hello.txt deleted file mode 100644 index 4926136..0000000 --- a/amd64/hola-mundo/nanoserver-1803/hello.txt +++ /dev/null @@ -1,22 +0,0 @@ - -¡Hola de DockerCon EU 2015 (Barcelona)! -This message shows that your installation appears to be working correctly. - -To generate this message, Docker took the following steps: - 1. The Docker client contacted the Docker daemon. - 2. The Docker daemon pulled the "hola-mundo" image from the Docker Hub. - (windows-amd64, nanoserver-1803) - 3. The Docker daemon created a new container from that image which runs the - executable that produces the output you are currently reading. - 4. The Docker daemon streamed that output to the Docker client, which sent it - to your terminal. - -To try something more ambitious, you can run a Windows Server container with: - PS C:\> docker run -it mcr.microsoft.com/windows/servercore powershell - -Share images, automate workflows, and more with a free Docker ID: - https://hub.docker.com/ - -For more examples and ideas, visit: - https://docs.docker.com/get-started/ - diff --git a/amd64/hola-mundo/nanoserver-1809/Dockerfile b/amd64/hola-mundo/nanoserver-1809/Dockerfile deleted file mode 100644 index 4c3525e..0000000 --- a/amd64/hola-mundo/nanoserver-1809/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM mcr.microsoft.com/windows/nanoserver:1809 -COPY hello.txt C: -CMD ["cmd", "/C", "type C:\\hello.txt"] diff --git a/amd64/hola-mundo/nanoserver-1809/hello.txt b/amd64/hola-mundo/nanoserver-1809/hello.txt deleted file mode 100644 index 4315320..0000000 --- a/amd64/hola-mundo/nanoserver-1809/hello.txt +++ /dev/null @@ -1,22 +0,0 @@ - -¡Hola de DockerCon EU 2015 (Barcelona)! -This message shows that your installation appears to be working correctly. - -To generate this message, Docker took the following steps: - 1. The Docker client contacted the Docker daemon. - 2. The Docker daemon pulled the "hola-mundo" image from the Docker Hub. - (windows-amd64, nanoserver-1809) - 3. The Docker daemon created a new container from that image which runs the - executable that produces the output you are currently reading. - 4. The Docker daemon streamed that output to the Docker client, which sent it - to your terminal. - -To try something more ambitious, you can run a Windows Server container with: - PS C:\> docker run -it mcr.microsoft.com/windows/servercore powershell - -Share images, automate workflows, and more with a free Docker ID: - https://hub.docker.com/ - -For more examples and ideas, visit: - https://docs.docker.com/get-started/ - diff --git a/arm32v5/hello-seattle/Dockerfile b/arm32v5/hello-seattle/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/arm32v5/hello-seattle/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/arm32v5/hello-seattle/hello b/arm32v5/hello-seattle/hello deleted file mode 100755 index 1e2ae58..0000000 Binary files a/arm32v5/hello-seattle/hello and /dev/null differ diff --git a/arm32v5/hola-mundo/Dockerfile b/arm32v5/hola-mundo/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/arm32v5/hola-mundo/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/arm32v5/hola-mundo/hello b/arm32v5/hola-mundo/hello deleted file mode 100755 index 73de3f7..0000000 Binary files a/arm32v5/hola-mundo/hello and /dev/null differ diff --git a/arm32v7/hello-seattle/Dockerfile b/arm32v7/hello-seattle/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/arm32v7/hello-seattle/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/arm32v7/hello-seattle/hello b/arm32v7/hello-seattle/hello deleted file mode 100755 index d0ab2d2..0000000 Binary files a/arm32v7/hello-seattle/hello and /dev/null differ diff --git a/arm32v7/hola-mundo/Dockerfile b/arm32v7/hola-mundo/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/arm32v7/hola-mundo/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/arm32v7/hola-mundo/hello b/arm32v7/hola-mundo/hello deleted file mode 100755 index c6f4440..0000000 Binary files a/arm32v7/hola-mundo/hello and /dev/null differ diff --git a/arm64v8/hello-seattle/Dockerfile b/arm64v8/hello-seattle/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/arm64v8/hello-seattle/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/arm64v8/hello-seattle/hello b/arm64v8/hello-seattle/hello deleted file mode 100755 index 85b4814..0000000 Binary files a/arm64v8/hello-seattle/hello and /dev/null differ diff --git a/arm64v8/hola-mundo/Dockerfile b/arm64v8/hola-mundo/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/arm64v8/hola-mundo/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/arm64v8/hola-mundo/hello b/arm64v8/hola-mundo/hello deleted file mode 100755 index b23d084..0000000 Binary files a/arm64v8/hola-mundo/hello and /dev/null differ diff --git a/greetings/hello-seattle.txt b/greetings/hello-seattle.txt deleted file mode 100644 index a2a137d..0000000 --- a/greetings/hello-seattle.txt +++ /dev/null @@ -1 +0,0 @@ -Hello from DockerCon 2016 (Seattle)! diff --git a/greetings/hola-mundo.txt b/greetings/hola-mundo.txt deleted file mode 100644 index e9740fd..0000000 --- a/greetings/hola-mundo.txt +++ /dev/null @@ -1 +0,0 @@ -¡Hola de DockerCon EU 2015 (Barcelona)! diff --git a/i386/hello-seattle/Dockerfile b/i386/hello-seattle/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/i386/hello-seattle/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/i386/hello-seattle/hello b/i386/hello-seattle/hello deleted file mode 100755 index a3a7bf2..0000000 Binary files a/i386/hello-seattle/hello and /dev/null differ diff --git a/i386/hola-mundo/Dockerfile b/i386/hola-mundo/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/i386/hola-mundo/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/i386/hola-mundo/hello b/i386/hola-mundo/hello deleted file mode 100755 index 3e1fde9..0000000 Binary files a/i386/hola-mundo/hello and /dev/null differ diff --git a/ppc64le/hello-seattle/Dockerfile b/ppc64le/hello-seattle/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/ppc64le/hello-seattle/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/ppc64le/hello-seattle/hello b/ppc64le/hello-seattle/hello deleted file mode 100755 index 42496fc..0000000 Binary files a/ppc64le/hello-seattle/hello and /dev/null differ diff --git a/ppc64le/hola-mundo/Dockerfile b/ppc64le/hola-mundo/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/ppc64le/hola-mundo/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/ppc64le/hola-mundo/hello b/ppc64le/hola-mundo/hello deleted file mode 100755 index 6a52d37..0000000 Binary files a/ppc64le/hola-mundo/hello and /dev/null differ diff --git a/s390x/hello-seattle/Dockerfile b/s390x/hello-seattle/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/s390x/hello-seattle/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/s390x/hello-seattle/hello b/s390x/hello-seattle/hello deleted file mode 100755 index ff1e92a..0000000 Binary files a/s390x/hello-seattle/hello and /dev/null differ diff --git a/s390x/hola-mundo/Dockerfile b/s390x/hola-mundo/Dockerfile deleted file mode 100644 index d4ff707..0000000 --- a/s390x/hola-mundo/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM scratch -COPY hello / -CMD ["/hello"] diff --git a/s390x/hola-mundo/hello b/s390x/hola-mundo/hello deleted file mode 100755 index 97868f1..0000000 Binary files a/s390x/hola-mundo/hello and /dev/null differ