Update container image references to use 'safebox' namespace
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-03-05 17:31:25 +01:00
parent 830f348496
commit d0d1963e3b
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/domain-check", "IMAGE": "safebox/domain-check",
"UPDATE": "true", "UPDATE": "true",
"MEMORY": "64M", "MEMORY": "64M",
"NAME": "domain_checker", "NAME": "domain_checker",

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/firewall", "IMAGE": "safebox/firewall",
"NAME": "firewall", "NAME": "firewall",
"MEMORY": "64M", "MEMORY": "64M",
"NETWORK": "host", "NETWORK": "host",

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/local-backend", "IMAGE": "safebox/local-backend",
"UPDATE": "true", "UPDATE": "true",
"NAME": "localbackend", "NAME": "localbackend",
"MEMORY": "64M", "MEMORY": "64M",