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

Commit 116f74b

Browse files
author
Christopher Hein
authored
Merge pull request #16 from christopherhein/feature/9-base-operator
Adding Base Operator without Resources
2 parents f569ba1 + b7e5c52 commit 116f74b

File tree

20,347 files changed

+6622498
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

20,347 files changed

+6622498
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
aws-operator
2+
pod-role.json
3+
.DS_Store
4+
aws-operator.yml
5+
kubeconfig
6+
dist/
7+
.envrc

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM alpine
2+
MAINTAINER Christopher Hein <[email protected]>
3+
4+
RUN apk --no-cache add openssl musl-dev ca-certificates
5+
COPY aws-operator /usr/local/bin/
6+
7+
ENTRYPOINT ["/usr/local/bin/aws-operator"]

0 commit comments

Comments
 (0)