From 92ae4ac64e075460247a0dea4e655933ad27e6b5 Mon Sep 17 00:00:00 2001
From: karnem <mikhail.karnevskiy@desy.de>
Date: Tue, 9 Jan 2024 12:46:36 +0100
Subject: [PATCH] Set alpha version in getting-started to avoid confusion.

---
 .../version-23.12.0/install_python_clients_pip.sh             | 4 ++--
 .../versioned_examples/version-23.12.0/start_asapo_maxwell.sh | 2 +-
 .../versioned_examples/version-23.12.0/start_asapo_simple.sh  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/site/versioned_examples/version-23.12.0/install_python_clients_pip.sh b/docs/site/versioned_examples/version-23.12.0/install_python_clients_pip.sh
index 26ac9b0fb..0a29552a0 100644
--- a/docs/site/versioned_examples/version-23.12.0/install_python_clients_pip.sh
+++ b/docs/site/versioned_examples/version-23.12.0/install_python_clients_pip.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
-pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_producer==23.12.0
-pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_consumer==23.12.0
+pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_producer==23.12.0-alpha
+pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_consumer==23.12.0-alpha
 # you might need to update pip if the above commands error: pip3 install --upgrade pip
 
 # if that does not work (abi incompatibility, etc) you may try to install source packages
diff --git a/docs/site/versioned_examples/version-23.12.0/start_asapo_maxwell.sh b/docs/site/versioned_examples/version-23.12.0/start_asapo_maxwell.sh
index 5586a9d20..db9950c84 100644
--- a/docs/site/versioned_examples/version-23.12.0/start_asapo_maxwell.sh
+++ b/docs/site/versioned_examples/version-23.12.0/start_asapo_maxwell.sh
@@ -1,2 +1,2 @@
 docker run -p 8400-8431:8400-8431 -p 8086:8086 -p 27017:27017 \
- --hostname $HOSTNAME --name asapo gitlab.desy.de:5555/asapo/asapo/asapo-standalone:23.12.0
\ No newline at end of file
+ --hostname $HOSTNAME --name asapo gitlab.desy.de:5555/asapo/asapo/asapo-standalone:23.12.0-alpha
\ No newline at end of file
diff --git a/docs/site/versioned_examples/version-23.12.0/start_asapo_simple.sh b/docs/site/versioned_examples/version-23.12.0/start_asapo_simple.sh
index 542a97051..13cebc7d8 100644
--- a/docs/site/versioned_examples/version-23.12.0/start_asapo_simple.sh
+++ b/docs/site/versioned_examples/version-23.12.0/start_asapo_simple.sh
@@ -1 +1 @@
-docker run --name asapo --network host gitlab.desy.de:5555/asapo/asapo/asapo-standalone-dev:23.12.0
\ No newline at end of file
+docker run --name asapo --network host gitlab.desy.de:5555/asapo/asapo/asapo-standalone-dev:23.12.0-alpha
\ No newline at end of file
-- 
GitLab