Skip to content

Set docker output-type on ghcr.io images - #2236

Merged
rolandwalker merged 1 commit into
mainfrom
RW/image-output-type-docker
Sep 12, 2026
Merged

Set docker output-type on ghcr.io images#2236
rolandwalker merged 1 commit into
mainfrom
RW/image-output-type-docker

Conversation

@rolandwalker

Copy link
Copy Markdown
Contributor

Description

Set docker output-type on ghcr.io images, in an attempt to avoid the following error on docker pull:

unsupported media type application/vnd.oci.empty.v1+json

which happens when copying the headlined GitHub instructions at

which pulls by SHA (rather than using our README.md which shows how to pull by tag).

Q: Could the problem also have to do with merge commits?

Incidentally update the changelog for release v2.24.1 .

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

in an attempt to avoid the following error on "docker pull":

    unsupported media type application/vnd.oci.empty.v1+json

which happens when copying the headlined GitHub instructions at

 * https://github.com/dbcli/mycli/pkgs/container/mycli

which pulls by SHA (rather than using our README.md which shows how to
pull by tag).

Q: Could the problem also have to do with merge commits?

Incidentally update the changelog for release v2.24.1 .
@rolandwalker rolandwalker self-assigned this Sep 12, 2026
@rolandwalker
rolandwalker merged commit 7019d5e into main Sep 12, 2026
11 checks passed
@rolandwalker
rolandwalker deleted the RW/image-output-type-docker branch September 12, 2026 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant