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

[fix] Fixed bugs in auto-install script #299 #313

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

pandafy
Copy link
Member

@pandafy pandafy commented Jul 19, 2024

Updated CI to use auto-install script for spawning containers.

Closes #299

build.py Dismissed Show dismissed Hide dismissed
@pandafy pandafy force-pushed the issues/299-autoinstall branch 15 times, most recently from e81d67b to df05446 Compare July 19, 2024 13:21
@@ -1,5 +1,5 @@
# hadolint ignore=DL3007
FROM openwisp/openwisp-base:latest
FROM openwisp/openwisp-base:stable
Copy link
Member

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.

Copy link
Member Author

@pandafy pandafy Jul 19, 2024

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.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@pandafy pandafy force-pushed the issues/299-autoinstall branch 2 times, most recently from e9a5156 to 3f45ce4 Compare July 22, 2024 12:01
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
deploy/auto-install.sh Outdated Show resolved Hide resolved
build.py Outdated Show resolved Hide resolved
pandafy added 2 commits July 22, 2024 17:20
- Upgraded postgis to version 15-3.4-alpine
- Refactored build.py

Fixes #299
- Updated dependabot configuration

Fixes #303
@pandafy pandafy force-pushed the issues/299-autoinstall branch from 7fc0ea7 to 0b95cb9 Compare July 22, 2024 17:22
Copy link
Member

@nemesifier nemesifier left a 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.

@nemesifier nemesifier merged commit 3fdc2c4 into master Jul 22, 2024
3 checks passed
@nemesifier nemesifier deleted the issues/299-autoinstall branch July 22, 2024 17:40
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

Successfully merging this pull request may close these issues.

[bug] Auto install fail
2 participants