AspNetCore.Diagnostics.HealthChecks icon indicating copy to clipboard operation
AspNetCore.Diagnostics.HealthChecks copied to clipboard

Publish docker images for V7

Open sungam3r opened this issue 1 year ago • 7 comments

изображение

sungam3r avatar Jul 30 '23 18:07 sungam3r

ping @carlosrecuero @unaizorrilla

I'm not an expert in docker.

sungam3r avatar Jul 30 '23 18:07 sungam3r

@sungam3r where do you need help?

michaelmairegger avatar Jul 31 '23 06:07 michaelmairegger

As I understand there should be 2 docker images with updated version - for something called k8s operator and UI. Probably these artifacts were built manually.

sungam3r avatar Jul 31 '23 06:07 sungam3r

According to the scripts those two are build manually but the script was broken. I fixed it. At least on my machine both scripts complete.

I think you have to manually deploy the docker image, since I cannot see any github workflow containing any docker commands

michaelmairegger avatar Jul 31 '23 06:07 michaelmairegger

If you have write access to the github repo just call from root dir after merging the referenced PR

.\build-docker-image.ps1 -PublishToDockerHub:$true

michaelmairegger avatar Jul 31 '23 07:07 michaelmairegger

@sungam3r Do you have write access to DockerHub as @michaelmairegger suggested?

Once we have access, we can also automate the process.

hschink avatar Feb 20 '24 21:02 hschink

https://hub.docker.com/r/xabarilcoding/healthchecksui Updated over 3 years ago

I correctly understand that I have to collect the container myself from the source code, and I can't just run docker compose and specify 2-3 addresses? May be there are another way? I need just install on Ubuntu can add few urls

sorcerb avatar Apr 25 '24 07:04 sorcerb