Last active
April 16, 2021 00:58
-
-
Save dkinzer/774c1ecd69a112bc70123c1b1cfa950d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
k8 workshop asset.