deploy.sh: Standard-Registry auf ghcr.io/dnms-org/laermkarte-sensor-community umgestellt
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ set -e
|
|||||||
|
|
||||||
# Ziel-Registry, per Umgebungsvariable ueberschreibbar:
|
# Ziel-Registry, per Umgebungsvariable ueberschreibbar:
|
||||||
# REGISTRY=anderes.registry.example ./deploy.sh
|
# REGISTRY=anderes.registry.example ./deploy.sh
|
||||||
REGISTRY="${REGISTRY:-docker.citysensor.de}"
|
REGISTRY="${REGISTRY:-ghcr.io/dnms-org/laermkarte-sensor-community}"
|
||||||
IMAGE_NAME="noise"
|
IMAGE_NAME="noise"
|
||||||
TAG="${1:-latest}"
|
TAG="${1:-latest}"
|
||||||
PLATFORM="linux/amd64"
|
PLATFORM="linux/amd64"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ set -e
|
|||||||
|
|
||||||
# Ziel-Registry, per Umgebungsvariable ueberschreibbar:
|
# Ziel-Registry, per Umgebungsvariable ueberschreibbar:
|
||||||
# REGISTRY=anderes.registry.example ./deploy.sh
|
# REGISTRY=anderes.registry.example ./deploy.sh
|
||||||
REGISTRY="${REGISTRY:-docker.citysensor.de}"
|
REGISTRY="${REGISTRY:-ghcr.io/dnms-org/laermkarte-sensor-community}"
|
||||||
IMAGE_NAME="readarchive"
|
IMAGE_NAME="readarchive"
|
||||||
TAG="${1:-latest}"
|
TAG="${1:-latest}"
|
||||||
PLATFORM="linux/amd64"
|
PLATFORM="linux/amd64"
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ set -e
|
|||||||
|
|
||||||
# Ziel-Registry, per Umgebungsvariable ueberschreibbar:
|
# Ziel-Registry, per Umgebungsvariable ueberschreibbar:
|
||||||
# REGISTRY=anderes.registry.example ./deploy.sh
|
# REGISTRY=anderes.registry.example ./deploy.sh
|
||||||
REGISTRY="${REGISTRY:-docker.citysensor.de}"
|
REGISTRY="${REGISTRY:-ghcr.io/dnms-org/laermkarte-sensor-community}"
|
||||||
IMAGE_NAME="readin"
|
IMAGE_NAME="readin"
|
||||||
TAG="${1:-latest}"
|
TAG="${1:-latest}"
|
||||||
PLATFORM="linux/amd64"
|
PLATFORM="linux/amd64"
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ set -e
|
|||||||
|
|
||||||
# Ziel-Registry, per Umgebungsvariable ueberschreibbar:
|
# Ziel-Registry, per Umgebungsvariable ueberschreibbar:
|
||||||
# REGISTRY=anderes.registry.example ./deploy.sh
|
# REGISTRY=anderes.registry.example ./deploy.sh
|
||||||
REGISTRY="${REGISTRY:-docker.citysensor.de}"
|
REGISTRY="${REGISTRY:-ghcr.io/dnms-org/laermkarte-sensor-community}"
|
||||||
IMAGE_NAME="sensorapi"
|
IMAGE_NAME="sensorapi"
|
||||||
TAG="${1:-latest}"
|
TAG="${1:-latest}"
|
||||||
PLATFORM="linux/amd64"
|
PLATFORM="linux/amd64"
|
||||||
|
|||||||
Reference in New Issue
Block a user