mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 14:45:28 +00:00
Add smallest image possible to use for e2e-testing
This commit is contained in:
4
build/hello-kubernetes/Dockerfile
Normal file
4
build/hello-kubernetes/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM scratch
|
||||
ADD hello /
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["/hello"]
|
Reference in New Issue
Block a user