-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
[fix] Fixed bugs in auto-install script #299 #313
Conversation
e81d67b
to
df05446
Compare
images/openwisp_websocket/Dockerfile
Outdated
@@ -1,5 +1,5 @@ | |||
# hadolint ignore=DL3007 | |||
FROM openwisp/openwisp-base:latest | |||
FROM openwisp/openwisp-base:stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now that I see this here, it's misleading here, latest
was better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, we should use "edge"/"dev" everywhere in the code with an option to override the tag when required (while publishing). If someone is trying to build the images from source, they most likely would want the versioh which is present in the code.
e9a5156
to
3f45ce4
Compare
7fc0ea7
to
0b95cb9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Waiting for the build to finish.
Updated CI to use auto-install script for spawning containers.
Closes #299