Skip to content

Instantly share code, notes, and snippets.

@Hmerac
Created April 13, 2020 19:16
Show Gist options
  • Save Hmerac/823315774a92e43170aee8074dba17db to your computer and use it in GitHub Desktop.
Save Hmerac/823315774a92e43170aee8074dba17db to your computer and use it in GitHub Desktop.
Dockerfile for kubeval-action
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