Skip to content

Commit

Permalink
docs: bump tutorials tag DOC-1303
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz committed Jul 17, 2024
1 parent f87c018 commit 6b784f1
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
14 changes: 7 additions & 7 deletions docs/docs-content/clusters/public-cloud/deploy-k8s-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -831,13 +831,13 @@ docker version
Download the tutorial image to your local machine.

```bash
docker pull ghcr.io/spectrocloud/tutorials:1.1.3
docker pull ghcr.io/spectrocloud/tutorials:1.1.7
```

Next, start the container, and open a bash session into it.

```shell
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.3 bash
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash
```

Navigate to the tutorial code.
Expand Down Expand Up @@ -867,13 +867,13 @@ podman info
Download the tutorial image to your local machine.

```bash
podman pull ghcr.io/spectrocloud/tutorials:1.1.3
podman pull ghcr.io/spectrocloud/tutorials:1.1.7
```

Next, start the container, and open a bash session into it.

```shell
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.3 bash
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash
```

Navigate to the tutorial code.
Expand Down Expand Up @@ -901,7 +901,7 @@ cd tutorials/
Check out the following git tag.

```shell
git checkout v1.1.3
git checkout v1.1.7
```

Change the directory to the tutorial code.
Expand Down Expand Up @@ -1354,7 +1354,7 @@ the **Enter** key. Next, issue the following command to stop the container.

```shell
docker stop tutorialContainer && \
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.3
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.7
```

</TabItem>
Expand All @@ -1363,7 +1363,7 @@ docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.3

```shell
podman stop tutorialContainer && \
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.3
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.7
```

</TabItem>
Expand Down
14 changes: 7 additions & 7 deletions docs/docs-content/getting-started/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ docker version
Download the tutorial image to your local machine.

```bash
docker pull ghcr.io/spectrocloud/tutorials:1.1.3
docker pull ghcr.io/spectrocloud/tutorials:1.1.7
```

Next, start the container, and open a bash session into it.

```shell
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.3 bash
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash
```

Navigate to the tutorial code.
Expand Down Expand Up @@ -114,13 +114,13 @@ podman info
Download the tutorial image to your local machine.

```bash
podman pull ghcr.io/spectrocloud/tutorials:1.1.3
podman pull ghcr.io/spectrocloud/tutorials:1.1.7
```

Next, start the container, and open a bash session into it.

```shell
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.3 bash
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash
```

Navigate to the tutorial code.
Expand Down Expand Up @@ -148,7 +148,7 @@ cd tutorials/
Check out the following git tag.

```shell
git checkout v1.1.3
git checkout v1.1.7
```

Change the directory to the tutorial code.
Expand Down Expand Up @@ -533,7 +533,7 @@ the **Enter** key. Next, issue the following command to stop the container.

```shell
docker stop tutorialContainer && \
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.3
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.7
```

</TabItem>
Expand All @@ -542,7 +542,7 @@ docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.3

```shell
podman stop tutorialContainer && \
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.3
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.7
```

</TabItem>
Expand Down
12 changes: 6 additions & 6 deletions docs/docs-content/tutorials/cluster-deployment/pde/deploy-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,15 +392,15 @@ docker version
Download the tutorial image to your local machine. <br />

```bash
docker pull ghcr.io/spectrocloud/tutorials:1.1.3
docker pull ghcr.io/spectrocloud/tutorials:1.1.7
```

Next, start the container, and open a bash session into it.

<br />

```shell
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.3 bash
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash
```

Navigate to the tutorial code.
Expand Down Expand Up @@ -432,15 +432,15 @@ podman info
Download the tutorial image to your local machine. <br />

```bash
podman pull ghcr.io/spectrocloud/tutorials:1.1.3
podman pull ghcr.io/spectrocloud/tutorials:1.1.7
```

Next, start the container, and open a bash session into it.

<br />

```shell
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.3 bash
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash
```

Navigate to the tutorial code.
Expand Down Expand Up @@ -1249,7 +1249,7 @@ the **Enter** key. Next, issue the following command to stop the container.
```shell
docker stop tutorialContainer && \
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.3
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.7
```
</TabItem>
Expand All @@ -1258,7 +1258,7 @@ docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.3
```shell
podman stop tutorialContainer && \
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.3
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.7
```
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -831,13 +831,13 @@ docker version
Download the tutorial image to your local machine.

```bash
docker pull ghcr.io/spectrocloud/tutorials:1.1.3
docker pull ghcr.io/spectrocloud/tutorials:1.1.7
```

Next, start the container, and open a bash session into it.

```shell
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.3 bash
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash
```

Navigate to the tutorial code.
Expand Down Expand Up @@ -867,13 +867,13 @@ podman info
Download the tutorial image to your local machine.

```bash
podman pull ghcr.io/spectrocloud/tutorials:1.1.3
podman pull ghcr.io/spectrocloud/tutorials:1.1.7
```

Next, start the container, and open a bash session into it.

```shell
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.3 bash
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash
```

Navigate to the tutorial code.
Expand Down Expand Up @@ -901,7 +901,7 @@ cd tutorials/
Check out the following git tag.

```shell
git checkout v1.1.3
git checkout v1.1.7
```

Change the directory to the tutorial code.
Expand Down Expand Up @@ -1354,7 +1354,7 @@ the **Enter** key. Next, issue the following command to stop the container.

```shell
docker stop tutorialContainer && \
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.3
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.7
```

</TabItem>
Expand All @@ -1363,7 +1363,7 @@ docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.3

```shell
podman stop tutorialContainer && \
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.3
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.7
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ cd tutorials/
Check out the following git tag.

```shell
git checkout v1.1.3
git checkout v1.1.7
```

Change the directory to the tutorial code.
Expand Down
16 changes: 8 additions & 8 deletions docs/docs-content/tutorials/profiles/deploy-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@ the currently active containers.
docker ps
```

Use the following command to download the `ghcr.io/spectrocloud/tutorials:1.1.2` image to your local machine. This
Use the following command to download the `ghcr.io/spectrocloud/tutorials:1.1.7` image to your local machine. This
Docker image includes the necessary tools.

```bash
docker pull ghcr.io/spectrocloud/tutorials:1.1.2
docker pull ghcr.io/spectrocloud/tutorials:1.1.7
```

Next, start the container and open a bash session into it.

```bash
docker run --name tutorialContainer --publish 7000:5000 --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.2 bash
docker run --name tutorialContainer --publish 7000:5000 --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash
```

</TabItem>
Expand All @@ -117,17 +117,17 @@ Ensure that Podman is available by issuing a command to list the currently activ
podman ps
```

Use the following command to download the `ghcr.io/spectrocloud/tutorials:1.1.2` image to your local machine. This image
Use the following command to download the `ghcr.io/spectrocloud/tutorials:1.1.7` image to your local machine. This image
includes the necessary tools.

```bash
podman pull ghcr.io/spectrocloud/tutorials:1.1.2
podman pull ghcr.io/spectrocloud/tutorials:1.1.7
```

Next, start the container and open a bash session into it.

```bash
podman run --name tutorialContainer --publish 7000:5000 --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.2 bash
podman run --name tutorialContainer --publish 7000:5000 --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash
```

</TabItem>
Expand Down Expand Up @@ -1292,7 +1292,7 @@ the following commands.

```bash
docker container rm --force tutorialContainer
docker image rm --force ghcr.io/spectrocloud/tutorials:1.1.2
docker image rm --force ghcr.io/spectrocloud/tutorials:1.1.7
```

</TabItem>
Expand All @@ -1301,7 +1301,7 @@ docker image rm --force ghcr.io/spectrocloud/tutorials:1.1.2

```bash
podman container rm --force tutorialContainer
podman image rm --force ghcr.io/spectrocloud/tutorials:1.1.2
podman image rm --force ghcr.io/spectrocloud/tutorials:1.1.7
```

</TabItem>
Expand Down

0 comments on commit 6b784f1

Please sign in to comment.