Install from custom image registry
StackState Self-hosted v5.1.x
Overview
Serve images from a different image registry
# make downloaded script executable chmod a+x copy_images.sh # download images to the custom image registry ./installation/copy_images.sh -d <CUSTOM_REGISTRY_ADDRESS>$ ./installation/copy_images.sh -d 57413481473.dkr.ecr.eu-west-1.amazonaws.com -t Copying stackstate/elasticsearch_exporter:1.1.0 to 57413481473.dkr.ecr.eu-west-1.amazonaws.com/stackstate/elasticsearch_exporter:1.1.0 (dry-run) Copying quay.io/stackstate/stackgraph-console:3.6.14 to 57413481473.dkr.ecr.eu-west-1.amazonaws.com/stackstate/stackgraph-console:3.6.14 (dry-run) Copying quay.io/stackstate/stackstate-server-stable:4.2.2 to 57413481473.dkr.ecr.eu-west-1.amazonaws.com/stackstate/stackstate-server-stable:4.2.2 (dry-run) Copying quay.io/stackstate/wait:1.0.0 to 57413481473.dkr.ecr.eu-west-1.amazonaws.com/stackstate/wait:1.0.0 (dry-run) Copying quay.io/stackstate/stackstate-server-stable:4.2.2 to 57413481473.dkr.ecr.eu-west-1.amazonaws.com/stackstate/stackstate-server-stable:4.2.2 (dry-run)
global: imageRegistry: 57413481473.dkr.ecr.eu-west-1.amazonaws.com ## to specify authentication details for the global.imageRegistry ## add the sections below. # imagePullSecrets: # - stackstate-pull-secret # pull-secret: # enabled: true # fullNameOverride: stackstate-pull-secret # credentials: # - registry: 57413481473.dkr.ecr.eu-west-1.amazonaws.com # username: johndoe # password: my_secret-p@ssw0rd minio: image: registry: 57413481583.dkr.ecr.eu-west-1.amazonaws.com elasticsearch: prometheus-elasticsearch-exporter: image: repository: 57413481473.dkr.ecr.eu-west-1.amazonaws.com/stackstate/elasticsearch_exporter
Images
StackState
StackState Agent, Cluster Agent, and Process Agent
Last updated