Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Improve CLI 'capsule deploy' and fixed bug with deploying in Docker#117

Merged
MatiasFrank merged 3 commits intomainfrom
build-tooling1
Sep 20, 2023
Merged

Improve CLI 'capsule deploy' and fixed bug with deploying in Docker#117
MatiasFrank merged 3 commits intomainfrom
build-tooling1

Conversation

@MatiasFrank
Copy link
Copy Markdown
Contributor

capsule deploy: Now infers which Rig build is referenced from incomplete
quries, e.g. passing only a digest prefix

Docker bug: We changed how Rig builds are id'ed to always contain the
image digest. Docker can fine pull remote images when they are specified
with registry/repo[:tag]@digest, but local builds cannot (for some reason...)
be referenced by both repo and digest.
Either you must supply a digest or you must supply a registry/repo[:tag].
Therefore all deploys in Docker failed, and I had to hack around the buildID in docker :(

capsule deploy: Now infers which Rig build is referenced from incomplete
quries, e.g. passing only a digest prefix

Docker bug: We changed how Rig builds are id'ed to always contain the
image digest. Docker can fine pull remote images when they are specified
with registry/repo[:tag]@digest, but local builds cannot (for some reason...)
be referenced by both repo and digest.
Either you must supply a digest or you must supply a registry/repo[:tag].
Therefore all deploys in Docker failed, and I had to hack around the buildID in docker :(
@MatiasFrank MatiasFrank merged commit f28b748 into main Sep 20, 2023
@MatiasFrank MatiasFrank deleted the build-tooling1 branch September 20, 2023 14:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant