Created
April 13, 2020 19:16
-
-
Save Hmerac/823315774a92e43170aee8074dba17db to your computer and use it in GitHub Desktop.
Dockerfile for kubeval-action
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 garethr/kubeval | |
ADD entrypoint.sh /entrypoint.sh | |
ENTRYPOINT ["/entrypoint.sh"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment