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

upgrade dependency image mu-python-template to releases v2.0.0-beta.2 (at least) #4

Open
marc-portier opened this issue Jun 10, 2024 · 0 comments

Comments

@marc-portier
Copy link

We noticed that the start.sh from the previous base docker-FROM-image throws a warning in the logs

./start-bad.sh: line 4: [: =: unary operator expected

Which is caused by the fact that the MODE environment variable is not set

The quick-hack around at out end is to simply add the environment MODE = "anything_but_development" via .env or docker-compose.yml

However, we noticed a newer version (v2.0.0.-beta.2) of mu-python-template is available that attempts to solve this case by mu-semtech/mu-python-template@bb0afbf

Alternatively a more complete fix and a new v2.0.0.-beta3 release could be considered. That could support even setting MODE="anything but development" as described in mu-semtech/mu-python-template#22

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