Skip to content

Instantly share code, notes, and snippets.

@akash-gautam
Created April 1, 2019 06:59
Show Gist options
  • Save akash-gautam/25777232a16eddbaabe7fd81b5d54b99 to your computer and use it in GitHub Desktop.
Save akash-gautam/25777232a16eddbaabe7fd81b5d54b99 to your computer and use it in GitHub Desktop.
Dockerfile for helloapp used in ci/cd for k8s using circleCI and helm blog
FROM centos/systemd
MAINTAINER "Akash Gautam" <[email protected]>
COPY hello-app /
ENTRYPOINT ["/hello-app"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment