Fix docker build issues and add pipeline for docker images.#431
Fix docker build issues and add pipeline for docker images.#431Williangalvani merged 8 commits intoArduPilot:masterfrom
Conversation
Create docker-publish.yml
Ci docker build
|
@Williangalvani |
|
This is a must, since the current Dockerfile doesn't work and doing it manually ends in error since everything is deprecated and asks for a replacement or fix. I have some suggestion:
Genuinely, I thank you for this update. |
Williangalvani
left a comment
There was a problem hiding this comment.
Sorry about the delay. thanks for the contribution!
|
Just found this project a hour ago and am having issues that seem topical to this pull request. I can't pull the image, it's saying 403 forbidden. I can see that the image was pushed in the actions job. Haven't built/pushed images with github actions in a while and am not familar with permissions, but I don't think that's necessarily it. Is anyone able to pull the image? It's also wanting the image name to be lowercase.
|
|
You are totally right, there are 2 Issues:
If you just want to pull an image, you can use my fork until this is fixed here: ghcr.io/bedaberner/uavlogviewer:latest |
|
almost there. I think the last remaining issue is that I lack permission to make the package public. working on that. |
I run into some issues when trying to build the docker image (see #414).
While fixing them, I also added a pipeline that automatically builds the docker image and publishes it to githubs integrated docker registry.