First build

This commit is contained in:
Alexandre
2023-05-27 20:03:00 +02:00
parent 11af0818c3
commit 7351a428bc
14 changed files with 1028 additions and 0 deletions

10
postgres/build.json Normal file
View File

@@ -0,0 +1,10 @@
{
"build_from": {
"aarch64": "postgres:15-alpine",
"amd64": "postgres:15-alpine",
"armv7": "postgres:15-alpine"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}