arthurdent75 / SimpleScheduler

An Home Assistant AddOn to schedule entities on/off on weekly base
183 stars 36 forks source link

Official Docker Image #126

Closed sveba closed 5 months ago

sveba commented 1 year ago

Hi, why don't you offer an official docker image?

arthurdent75 commented 1 year ago

This is not the first time I got this request. I'm not such an expert on the Docker universe... 😊 What would the advantage be?

sveba commented 1 year ago

the advantage would be, that everyone (without git knowledge) can do docker run. I can help with CI/CD with the docker build and publish.

arthurdent75 commented 1 year ago

So basically you will skip the docker build command? That's it?

sveba commented 1 year ago

you would skip git clone and docker build Also there are user who use kubernetes or similar. Then you have to build the docker image somewhere and than push it to a repo, and than pull

Repositories and prebuild images are state of the art :)

arthurdent75 commented 1 year ago

Ok, I will dig into it.

rossman-home commented 1 year ago

I looked around and didn't see anything, but any update to this?

arthurdent75 commented 1 year ago

I looked around and didn't see anything, but any update to this?

You are right. I will restart work on the project after the holidays. Thank you for your patience.

arthurdent75 commented 9 months ago

I started to make some tests on this...

docker pull ghcr.io/arthurdent75/simplescheduler:master

For now, it is built for amd64 only. I'm trying to add armhf for raspberry I hope it will be ready soon...

arthurdent75 commented 5 months ago

Better late than never 😅 Done!