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

Dockerfile to build and / or run application #2

Open
pomadchin opened this issue Jan 22, 2016 · 0 comments
Open

Dockerfile to build and / or run application #2

pomadchin opened this issue Jan 22, 2016 · 0 comments

Comments

@pomadchin
Copy link

Think we need to provide and / or Dockerfile with an application build. The current Dockerfile version looks weird: just copying a binary file included into .gitignore, that makes impossible to build your own container and application without golang installed on a host machine. Dockerfile with app build example: https://github.com/apache/mesos/blob/master/Dockerfile

Possible approaches:

  • To include build process into the current Dockerfile (as a result there would be a dev container, not production ready)
  • To add an additional DockerfileBuild with make.sh script to build application inside this container
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

1 participant