Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Dockerfile Implementation #5

Merged
merged 2 commits into from
Feb 16, 2018
Merged

Initial Dockerfile Implementation #5

merged 2 commits into from
Feb 16, 2018

Conversation

darahayes
Copy link
Contributor

No description provided.

@darahayes darahayes merged commit 5f73718 into master Feb 16, 2018
@darahayes darahayes deleted the docker branch February 16, 2018 12:55
@wtrocki
Copy link
Contributor

wtrocki commented Feb 16, 2018

@darahayes could you ping myself on PR's. It's good to have someone to take look.

@@ -1,11 +1,17 @@
FROM golang:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for community images we should use centos.


ADD . /aerogear-metrics-api
ADD . /go/src/github.com/aerogear/aerogear-metrics-api/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While it's good to have that for regular docker support.
This is not openshift way of doing things.
If we want to build image from source we could use golang s2i.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants