AppViewX Docker Images
The list of docker images are
- <registry link>/appviewx/pilot:1.28.3
- <registry link>/appviewx/proxyv2:1.28.3
- <registry link>/appviewx/openbao:2.4.4
- <registry link>/appviewx/redis:8.4.0
- <registry link>/appviewx/mongo-init:<tag>
- <registry link>/appviewx/avx-cloud-gateway:<tag>
- <registry link>/appviewx/avx-cloud-web:<tag>
- <registry link>/appviewx/avx-cloud-mongoseed:<tag>
- <registry link>/appviewx/avx-cloud-managedservice-mks:<tag>
- <registry link>/appviewx/avx-platform-report-generator:<tag>
- <registry link>/appviewx/avx-python-sandbox:<tag>
- <registry link>appviewx/avx-mid-server-base:<tag>
- <registry link>/appviewx/kafka:0.50.0-kafka-4.1.0
- <registry link>/appviewx/strimzi-operator:0.50.0
- <registry link>/appviewx/alpine:3.23.3
- <registry link>/appviewx/kube-metrics-adapter:v0.2.7
- <registry link>/appviewx/kube-state-metrics:v2.18.0
- <registry link>/appviewx/backup-utility-image:v2026.2.0
- <registry link>/appviewx/prometheus:v3.5.0
- <registry link>/appviewx/metrics-server:v0.8.1
- <registry link>/appviewx/elasticsearch:9.2.4
- <registry link>/appviewx/elasticsearch-insight:9.2.4
- <registry link>/appviewx/filebeat:9.2.4
- <registry link>/appviewx/grafana:12.3.2
- <registry link>/appviewx/kibana:9.2.4
- <registry link>/appviewx/logstash:9.2.4
- <registry link>/appviewx/logstash-syslog:9.2.4
- <registry link>/appviewx/alertmanager:v0.30.1
- <registry link>/appviewx/node-exporter:v1.10.2
- <registry link>/appviewx/redis_exporter:v1.80.2
The steps to download the images from AppViewX repository are as follows:
- Get the source image repository credentials from AppViewX Support team.
-
Configure the docker using the command
docker login -u ${USERNAME} -p ${PASSWORD} ${DOCKER_REPOSITORY} - Configure the respective cloud provider CLI (Google cloud) and ensure you have access to push docker images to GCR.
-
To push the docker images, use the helper script provided by AppViewX. Follow
the steps below.
-
Download the artifact Managed-Kubernetes_helper_scripts.tar.gz to the bastion host and extract using the command:
tar -xf Managed-Kubernetes_helper_scripts.tar.gz -
Navigate to the extracted directory mk8s_helper_scripts.
cd mk8s_helper_scripts -
Execute the script avx_image_pull_push.sh using the command
./avx_image_pull_push.sh --appVersion <image_tag> --targetImageRegistry <registry_url> --registryProvider <ecr|acr|gcr> [--ocp] [--monitoring] Required parameters: --appVersion: Image tag version --targetImageRegistry: Target registry URL --registryProvider: Registry provider (acr) Optional flags: --ocp: Include only OpenShift-specific images <not required other cluster providers> --monitoring: Include monitoring stack images Use --help to see usage information.Note: Replace <Image tag> with 26.2.0.0-5910 and <customer registry url> with the actual values.
-
