Compare commits

...

6 commits

Author SHA1 Message Date
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 5 additions and 2 deletions

View file

@ -21,10 +21,10 @@ pipeline:
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.18.4"
- ALPINE_VERSION: "3.18.5"
RUBY_VERSION: "3.2"
RUBY_PATCH: "2"
- ALPINE_VERSION: "3.17.5"
- 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