Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(Makefile): fix dind image missing bug #386

Merged
merged 4 commits into from
Oct 27, 2023
Merged

Conversation

pinglin
Copy link
Member

@pinglin pinglin commented Oct 27, 2023

Because

  • when instill/vdp-compore:release image is not present in the local Docker Engine (i.e., launch from scratch), the launch of core will fail when make all (without BUILD=true)

This commit

  • fix the logic by specifically using release version for the tag of insitll/vdp-compose and detecting whether the image is present or not to build.

donch1989
donch1989 previously approved these changes Oct 27, 2023
Copy link
Member

@donch1989 donch1989 left a comment

Choose a reason for hiding this comment

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

LGTM

@donch1989 donch1989 merged commit 007b4e6 into main Oct 27, 2023
27 checks passed
@donch1989 donch1989 deleted the pinglin/ci-fix-makefile branch October 27, 2023 20:52
donch1989 pushed a commit that referenced this pull request Oct 27, 2023
Because

- when `instill/vdp-compore:release` image is not present in the local
Docker Engine (i.e., launch from scratch), the launch of `core` will
fail when `make all` (without `BUILD=true`)

This commit

- fix the logic by specifically using release version for the tag of
`insitll/vdp-compose` and detecting whether the image is present or not
to build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants