Skip to content

Instantly share code, notes, and snippets.

@dkinzer
Last active April 16, 2021 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkinzer/774c1ecd69a112bc70123c1b1cfa950d to your computer and use it in GitHub Desktop.
Save dkinzer/774c1ecd69a112bc70123c1b1cfa950d to your computer and use it in GitHub Desktop.
FROM harbor.k8s.temple.edu/library/alpine:3.13
CMD [ "echo", "hello world" ]
# build this with:
# docker build --tag=harbor.k8s.temple.edu/tulibraries/hello_world_dkinzer:latest .
# push this with:
# docker push harbor.k8s.temple.edu/tulibraries/hello_world_dkinzer:latest
@dkinzer
Copy link
Author

dkinzer commented Feb 4, 2021

k8 workshop asset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment