SoftetherVPN-docker icon indicating copy to clipboard operation
SoftetherVPN-docker copied to clipboard

Automatic builds

Open DaanSelen opened this issue 1 year ago • 2 comments

Hello there, is it possible to automate the Docker build process using GitHub Actions? This way the container does not get outdated?

I see the latest image version is 4 months old, and in the Docker Hub documentation I see no working WireGuard protocol, which I'd like.

DaanSelen avatar Aug 20 '24 07:08 DaanSelen

Yes, it's doable. I'll take care of it

On Tue, Aug 20, 2024, 09:46 dselen @.***> wrote:

Hello there, is it possible to automate the Docker build process using GitHub Actions? This way the container does not get outdated?

I see the latest image version is 4 months old, and in the Docker Hub documentation I see no working WireGuard protocol, which I'd like.

— Reply to this email directly, view it on GitHub https://github.com/SoftEtherVPN/SoftetherVPN-docker/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ5KUCXFCIIUWEEGTUHF2LZSLX53AVCNFSM6AAAAABMZJ4F26VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TIOJVGAZDOMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

chipitsine avatar Aug 20 '24 07:08 chipitsine

Yes, it's doable. I'll take care of it On Tue, Aug 20, 2024, 09:46 dselen @.> wrote: Hello there, is it possible to automate the Docker build process using GitHub Actions? This way the container does not get outdated? I see the latest image version is 4 months old, and in the Docker Hub documentation I see no working WireGuard protocol, which I'd like. — Reply to this email directly, view it on GitHub <#10>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ5KUCXFCIIUWEEGTUHF2LZSLX53AVCNFSM6AAAAABMZJ4F26VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TIOJVGAZDOMY . You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you!

DaanSelen avatar Aug 20 '24 07:08 DaanSelen

Main issue i had was that this probably needs to be an action in the main repository to trigger another action but i dont want to mess around there.

weidi avatar Jan 16 '25 21:01 weidi

Main issue i had was that this probably needs to be an action in the main repository to trigger another action but i dont want to mess around there.

You can create a work flow which checks out this repo? https://github.com/donaldzou/WGDashboard/blob/main/.github/workflows/docker-analyze.yaml

Or perhaps something that does a git clone?

DaanSelen avatar Jan 16 '25 21:01 DaanSelen

Implemented weekly builds with 72fcb5c, still i dont like it as it will push a new image even though there havent been any changes to upstream code. Probably still better to have CI running once a new tagged release is out but should be fine for now

weidi avatar Jan 19 '25 08:01 weidi