Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions content/guides/dhi-backstage.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,11 @@ 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, or
run `dhictl customization list --org YOUR_ORG` to look it up:
Comment thread
craig-osterhout marked this conversation as resolved.
Outdated

```console
dhictl customization build list --org YOUR_ORG YOUR_ORG/dhi-node "backstage"
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.