From bbca6dc3d3d2982df2eeb62e869d2bbca9c63739 Mon Sep 17 00:00:00 2001 From: Sylvain Huguet Date: Thu, 21 Mar 2024 22:46:00 +0000 Subject: [PATCH] Updated tutorial.rst to use official amazon/aws-cli image --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 5aa92b91ce..f7f3090c40 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -52,7 +52,7 @@ application is installed in the ``default`` namespace. spec: containers: - name: test-container - image: containerlabs/aws-sdk + image: amazon/aws-cli command: ["sh", "-c"] args: ["while true; do for x in $(seq 1200); do date >> /var/log/time.log; sleep 1; done; truncate /var/log/time.log --size 0; done"] EOF