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

Improve Docker configuration for releases #12

Open
bielsnohr opened this issue Nov 8, 2021 · 0 comments
Open

Improve Docker configuration for releases #12

bielsnohr opened this issue Nov 8, 2021 · 0 comments

Comments

@bielsnohr
Copy link
Collaborator

Although the Dockerfile, Dockerfile-phaethon, can in principle take either my development image or Helen's production one as an argument, there are some implementation difficulties I ran into with the previous release:

  • The HOME environment variable isn't defined by Helen's image, so this would need to be added as an argument
  • The USER argument would also need to be set (done now)
  • The sudo package needs to be installed because Helen's image doesn't have it

I see a few options forward:

  1. Make the modifications above
  2. Create my own production (i.e. METHOD=opt) Docker image
  3. Make my development image a dual opt and devel one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant