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

Build Docker image for arm64 architecture #7043

Merged
merged 4 commits into from
Sep 13, 2022
Merged

Conversation

p5nbTgip0r
Copy link
Contributor

This adds multi-platform Docker image building and publishing support to the CI via docker buildx. In addition, the Docker image will be built for arm64 alongside amd64. For simplicity, I also merged the two publish_dev and publish_master jobs into one job named publish.

Fixes #6932.

@pazaan
Copy link
Collaborator

pazaan commented Sep 13, 2022

Closes #6932. Thanks @p5nbTgip0r!

kskandispersonal added a commit to kskandispersonal/cgm-remote-monitor that referenced this pull request Sep 20, 2022
Build Docker image for arm64 architecture (nightscout#7043)
mountrcg added a commit to mountrcg/cgm-remote-monitor that referenced this pull request Sep 21, 2022
Build Docker image for arm64 architecture (nightscout#7043)
mrspouse pushed a commit to mrspouse/cgm-remote-monitor that referenced this pull request Oct 2, 2022
* Build docker image for arm64 architecture

* Add `platforms` input

* Merge `master` and `dev` jobs together into one

* Run job on master or dev branch
ianchesal pushed a commit to ianchesal/cgm-remote-monitor that referenced this pull request Oct 16, 2022
* Build docker image for arm64 architecture

* Add `platforms` input

* Merge `master` and `dev` jobs together into one

* Run job on master or dev branch
@master3395
Copy link

Can this docker image also set up mongodb?
Because right now it only sets up Nightscout, and not the database.
Having the docker do both, makes it easier for VPS owners with docker to set up Nightscout :)

@pazaan
Copy link
Collaborator

pazaan commented Oct 17, 2022

Can this docker image also set up mongodb?

Because right now it only sets up Nightscout, and not the database.

Having the docker do both, makes it easier for VPS owners with docker to set up Nightscout :)

That's not what Docker is for. Containers are supposed to run discrete apps.
There's a docker-compose.yml at the top level of this repo for running the full stack.

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.

None yet

3 participants