Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions content/guides/dhi-backstage.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,17 @@ Then create the customization:
dhictl customization create --org YOUR_ORG node-backstage.yaml
```

Monitor the build progress:
Monitor the build progress using the customization ID from the create output.
To look up the ID, run:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MEDIUM] Guide doesn't specify which field from customization list output to use as the customization ID

The new text says "Monitor the build progress using the customization ID from the create output" and then offers dhictl customization list --org YOUR_ORG as a lookup alternative. However, it doesn't tell readers which field in the list output to copy as <customization-id>.

The primary path (get the ID from the create output) is clear, but users who need to look it up via customization list may not know whether to use an id, name, or other column. Consider adding a brief note like "use the id value from the output" to remove the ambiguity.


```console
dhictl customization build list --org YOUR_ORG YOUR_ORG/dhi-node "backstage"
dhictl customization list --org YOUR_ORG
```

Then monitor the build:

```console
dhictl customization build list <customization-id> --org YOUR_ORG
```

Docker builds the customized image on its secure infrastructure and publishes it as `YOUR_ORG/dhi-node:24-alpine3.23_backstage`.
Expand Down
22 changes: 22 additions & 0 deletions content/manuals/dhi/release-notes/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,28 @@ the full release history, including pre-releases and downloads, see the

<!-- BEGIN GENERATED RELEASES -->

## 0.0.7

{{< release-date date="2026-07-21" >}}

[GitHub release](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.7)

### Bug Fixes

- Fixes JSON output incorrectly escaping ampersands as `\u0026` — values such as catalog categories containing `&` now appear as-is in output

## 0.0.6

{{< release-date date="2026-07-13" >}}

[GitHub release](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.6)

This release fixes an issue that prevented customizations from being created via the CLI.

### Bug Fixes

- Fixes `dhictl customization create` failing when GraphQL rejected mutation inputs that incorrectly included the output-only `__typename` field from OCI artifact data

## 0.0.5

{{< release-date date="2026-06-29" >}}
Expand Down
2 changes: 1 addition & 1 deletion data/cli/dhi/docker_dhi_customization_build_get.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions data/cli/dhi/docker_dhi_customization_build_list.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion data/cli/dhi/docker_dhi_customization_build_logs.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.