Compare commits

...

11 commits

Author SHA1 Message Date
f e39ff84ebc
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-ruby into antifascista
All checks were successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful
ci/woodpecker/push/woodpecker/3 Pipeline was successful
ci/woodpecker/push/woodpecker/4 Pipeline was successful
2023-12-12 15:24:47 -03:00
f f878c1c52a
Merge branch 'antifascista' of https://gitea.nulo.in/Sutty/containers-monit into antifascista 2023-12-12 13:33:51 -03:00
f b8b98ef2e0
ci: build 2023-12-12 10:03:59 -03:00
f ac0b189bb5
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista 2023-12-07 10:34:23 -03:00
f b921379aa0
feat: alpine 3.19 2023-12-07 10:22:26 -03:00
f bebb72c04e
Merge branch 'antifascista' of https://gitea.nulo.in/Sutty/containers-monit into antifascista 2023-12-04 11:08:20 -03:00
f c2d6e5bc81
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista 2023-12-04 11:07:32 -03:00
f 8dd7d4605a
fix: bad commit 2023-12-04 11:06:47 -03:00
f d11e588f03
feat: alpine upgrades 2023-12-04 11:03:14 -03:00
f fd9bdb2eef
ci: rebuild 2023-11-23 18:30:30 -03:00
f 04b0f20647
fix: discover default interface
sometimes docker would change the container interface
2023-11-23 09:54:20 -03:00
2 changed files with 8 additions and 2 deletions

View file

@ -21,10 +21,13 @@ pipeline:
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.18.4"
- ALPINE_VERSION: "3.19.0"
RUBY_VERSION: "3.2"
RUBY_PATCH: "2"
- ALPINE_VERSION: "3.17.5"
- ALPINE_VERSION: "3.18.5"
RUBY_VERSION: "3.2"
RUBY_PATCH: "2"
- ALPINE_VERSION: "3.17.6"
RUBY_VERSION: "3.1"
RUBY_PATCH: "4"
- ALPINE_VERSION: "3.14.10"

3
whatsmydefaulteth.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
ip -6 r | grep default | tr -s " " | cut -d " " -f 5