Skip to content

Commit

Permalink
Update humctl version in Dockerfile and fix formatting in goldenPaths…
Browse files Browse the repository at this point in the history
… tutorial

Signed-off-by: jayonthenet <[email protected]>
  • Loading branch information
jayonthenet committed Nov 28, 2024
1 parent 7e97b2f commit 376f928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN curl -fsSL https://github.com/mikefarah/yq/releases/latest/download/yq_linu

# install humctl (https://github.com/humanitec/cli/releases)
RUN mkdir /tmp/humctl && \
curl -fsSL https://github.com/humanitec/cli/releases/download/v0.23.0/cli_0.23.0_linux_${TARGETARCH}.tar.gz > /tmp/humctl/humctl.tar.gz && \
curl -fsSL https://github.com/humanitec/cli/releases/download/v0.34.0/cli_0.34.0_linux_${TARGETARCH}.tar.gz > /tmp/humctl/humctl.tar.gz && \
tar -zxvf /tmp/humctl/humctl.tar.gz -C /tmp/humctl && \
install -o root -g root -m 0755 /tmp/humctl/humctl /usr/local/bin/humctl && \
humctl completion bash > /etc/bash_completion.d/humctl && \
Expand Down
8 changes: 4 additions & 4 deletions tutorials/goldenPaths/goldenPaths.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Follow the link to the `repository`.
> [!IMPORTANT]
> It might be that your local DNS configuration is not picking up the domain under which
> some links are generated inside the PocketIDP. If that is the case, please edit your
> `/etc/>hosts` file (or Windows equivalent) and map `5min-idp-control-plane` to `127.0.0.1`.
> `/etc/hosts` file (or Windows equivalent) and map `5min-idp-control-plane` to `127.0.0.1`.
### 2. Adding resources

Expand Down Expand Up @@ -154,9 +154,9 @@ resources:
port: 80
```

> ![WARNING]
> This path ends **<u>exactly</u>** here, to trigger the next one. Golden paths can
> sometimes be combined/composed elegantly to achieve different outcomes, which is
> [!WARNING]
> This path ends **exactly** here, to trigger the next one. Golden paths can
> sometimes be combined/composed elegantly to achieve different outcomes, which is
> what we do in this case.

### 4. Spinning up ephemeral environments
Expand Down

0 comments on commit 376f928

Please sign in to comment.