Skip to content

Commit

Permalink
try sh on the code blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Jun 15, 2024
1 parent 54c53bc commit 8ff36a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ added to the instance by:

#### List all of the "tackle-" pods, what container image they're using, and the image's manifest digest:

```
```sh
> minikube kubectl -- \
get pods -n konveyor-tackle -o=json \
| jq '
Expand All @@ -46,12 +46,11 @@ added to the instance by:
"image": "quay.io/konveyor/tackle2-ui:latest",
"imageID": "docker-pullable://quay.io/konveyor/tackle2-ui@sha256:541484a8919d9129bed5b95a2776a84ef35989ca271753147185ddb395cc8781"
}
```

#### List the current ":latest" tag's manifest digest from quay for a single image (tackle2-hub in this example):

```
```sh
> curl https://quay.io/api/v1/repository/konveyor/tackle2-hub/tag/\?onlyActiveTags\=true\&specificTag\=latest | jq '.'
{
"tags": [
Expand Down

0 comments on commit 8ff36a4

Please sign in to comment.