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

Minify removes environment variables #452

Open
mateuszpawlik opened this issue Jun 13, 2022 · 4 comments
Open

Minify removes environment variables #452

mateuszpawlik opened this issue Jun 13, 2022 · 4 comments

Comments

@mateuszpawlik
Copy link

I minified an FSL container using the documentation. However, the environment variables, including PATH were not set in the new image, after docker import. I don't know if this is a result of docker export or docker import. I tried to find a reason but couldn't. I ended up building a new image with a new Dockerfile based on the import output and setting the variables again.

@kaczmarj
Copy link
Collaborator

yes, i don't think docker export preserves environment variables. what you did is the way to go... we should update the documentation with this information..

@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2023

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Sep 1, 2023
@mateuszpawlik
Copy link
Author

I don't remember this issue much anymore. In my opinion, a simple note in the docs would suffice.

@github-actions github-actions bot removed the stale label Sep 5, 2023
Copy link
Contributor

github-actions bot commented Nov 4, 2023

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Nov 4, 2023
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

3 participants