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

streamline docker build #187

Open
alin04 opened this issue Nov 6, 2018 · 0 comments
Open

streamline docker build #187

alin04 opened this issue Nov 6, 2018 · 0 comments

Comments

@alin04
Copy link
Collaborator

alin04 commented Nov 6, 2018

To use docker currently:

  1. install amp packager from github
  2. build docker image (which in turn installs amp packager from github again within the container)

Effectively, the amp packager is fetched twice. Can streamline this in 2 different ways:

  1. Use COPY to copy in the amppackager code from local into container (instead of RUN go get)
  2. Build and upload docker image into registry where developers can grab it.
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

No branches or pull requests

3 participants