Skip to content

update buildx to 0.33.0 and model to 1.2.1#1323

Open
AshwinHIBM wants to merge 1 commit into
docker:masterfrom
AshwinHIBM:docker-29.4.1
Open

update buildx to 0.33.0 and model to 1.2.1#1323
AshwinHIBM wants to merge 1 commit into
docker:masterfrom
AshwinHIBM:docker-29.4.1

Conversation

@AshwinHIBM
Copy link
Copy Markdown

- What I did
Bump buildx to version v0.33.0
Bump model to version v1.2.1

- Description for the changelog

buildx v0.33.0
model v1.2.1

@vvoland
Copy link
Copy Markdown
Contributor

vvoland commented May 27, 2026

#1324 should fix failures. Can you rebase once its merged?

Signed-off-by: Ashwin Hendre <112116232+AshwinHIBM@users.noreply.github.com>
Copy link
Copy Markdown
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

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

Did we not migrate to https://github.com/docker/packaging for cli plugins?

@vvoland
Copy link
Copy Markdown
Contributor

vvoland commented May 29, 2026

Yes we (Docker) did

Comment thread common.mk
# DOCKER_MODEL_REF is the version of model to package. It is usually a tag,
# but can be a valid git reference in DOCKER_MODEL_REPO.
DOCKER_MODEL_REF ?= v0.1.39
DOCKER_MODEL_REF ?= v1.2.1
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.

Wrong version?


+ REF=FETCH_HEAD
+ git -C src/github.com/docker/model-cli fetch --update-head-ok --depth 1 origin v1.2.1
fatal: couldn't find remote ref v1.2.1
make: *** [Makefile:70: checkout-model] Error 128
Error: Process completed with exit code 2.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks for pointing it out. I forgot that we replace the model-cli repository with model-runner through our build scripts. I just raised another PR for this replacement: #1325

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.

3 participants