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

Add local dependencies check #256

Merged
merged 11 commits into from
May 2, 2023
Merged

Conversation

Jberczel
Copy link
Contributor

@Jberczel Jberczel commented May 1, 2023

Add checks for:

  • Docker installed locally
  • Docker buildx plugin installed locally
  • Dockerfile exists

If checks fail, it will halt deployment and provide more specific error messages.

Also adds a cli subcommand:
mrsk build dependencies

Fixes: #109 and #237

Jberczel and others added 11 commits May 1, 2023 16:32
Add checks for:

* Docker installed locally
* Docker buildx plugin installed locally
* Dockerfile exists

If checks fail, it will halt deployment and provide more specific error messages.

Also adds a cli subcommand:
`mrsk build dependencies`

Fixes: basecamp#109 and basecamp#237
@dhh dhh merged commit 4c448f7 into basecamp:main May 2, 2023
@Jberczel Jberczel deleted the check-local-dependencies branch May 2, 2023 13: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.

Suggestion: Check for local docker, buildx and Dockerfile
2 participants