adfinis / back8sup

A simple way to backup your kubernetes resources
GNU Affero General Public License v3.0
2 stars 2 forks source link

Versionize #14

Closed eyenx closed 4 years ago

eyenx commented 4 years ago

Instead of always using :latest we should versionize this.

tongpu commented 4 years ago

I've extended the autobuild configuration on Docker Hub to build on tags matching the regex /^v[0-9.]+$/. We'll see if it works correctly when we tag the first release.

eyenx commented 4 years ago

thank you!

On 22 July 2020 21:40:53 CEST, Lukas Grossar notifications@github.com wrote:

I've extended the autobuild configuration on Docker Hub to build on tags matching the regex /^v[0-9.]+$/. We'll see if it works correctly when we tag the first release.

--

We are now called Adfinis! More at www.adfinis.com

Adfinis AG Antonio Tauro, System Engineer, GPG KeyID: 0x0796132F0077A5F8 Güterstrasse 86 | CH-4053 Basel Office +41 61 500 31 31 | Direct +41 61 500 31 37 www.adfinis.com

eyenx commented 4 years ago

Works. Started working on an autotag github action. see #15

-- We are now called Adfinis! More at www.adfinis.com

Adfinis AG Antonio Tauro, System Engineer, GPG KeyID: 0x0796132F0077A5F8 Güterstrasse 86 | CH-4053 Basel Office +41 61 500 31 31 | Direct +41 61 500 31 37 www.adfinis.com

-----Original message-----

From: Lukas Grossar notifications@github.com Sent: Wednesday 22nd July 2020 21:40 To: adfinis-sygroup/back8sup back8sup@noreply.github.com Cc: Antonio Tauro toni.tauro@adfinis.com; Assign assign@noreply.github.com Subject: Re: [adfinis-sygroup/back8sup] Versionize (#14)

I've extended the autobuild configuration on Docker Hub to build on tags matching the regex /^v[0-9.]+$/. We'll see if it works correctly when we tag the first release. — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/adfinis-sygroup/back8sup/issues/14#issuecomment-662656484, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAO3R2QRRRXLTW6DWNCM3L3R446ELANCNFSM4PFANOUA.

eyenx commented 4 years ago

@tongpu can you do the same for debug-container ? thanks

tongpu commented 4 years ago

@tongpu can you do the same for debug-container ? thanks

Done.