Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #16 from christopherhein/feature/9-base-operator
Browse files Browse the repository at this point in the history
Adding Base Operator without Resources
  • Loading branch information
Christopher Hein authored Aug 2, 2018
2 parents f569ba1 + b7e5c52 commit 116f74b
Show file tree
Hide file tree
Showing 20,347 changed files with 6,622,498 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
aws-operator
pod-role.json
.DS_Store
aws-operator.yml
kubeconfig
dist/
.envrc
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM alpine
MAINTAINER Christopher Hein <me@christopherhein.com>

RUN apk --no-cache add openssl musl-dev ca-certificates
COPY aws-operator /usr/local/bin/

ENTRYPOINT ["/usr/local/bin/aws-operator"]
Loading

0 comments on commit 116f74b

Please sign in to comment.