Add arch-checkupdates and apply fixes

This commit is contained in:
Tobias Reisinger 2022-12-14 15:25:49 +01:00
parent 0bbc36d291
commit 7e27665331
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 22 additions and 1 deletions

12
.docker/config.json Normal file
View file

@ -0,0 +1,12 @@
{
"auths": {
"git.serguzim.me": {},
"https://index.docker.io/v1/": {},
"registry.serguzim.me": {}
},
"credsStore": "pass",
"experimental": "enabled",
"aliases": {
"builder": "buildx"
}
}