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

Removed dependency on docker #21

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

Bulkin
Copy link

@Bulkin Bulkin commented Aug 12, 2021

This is the implementation of #1 and fixes #13.

The toltecmk script runs locally, optionally using a provided source directory. It can be run inside a container with the image name specified in the package recipe by calling toltecmk-contained.

As the toltec images are based on Debian buster, I recommend limiting the required python version to 3.7. This requires a single change in some typing logic. Ultimately, it would be nice to include toltecmk in the base toltec image, so a build could be triggered with something like:

docker (podman) run -v .:/wrk -w wrk ghcr.io/toltec-dev/python:v2.1 toltecmk

Bulkin and others added 3 commits August 13, 2021 01:33
... for calling `toltecmk` inside container.

Builder now accepts a `source_dir` argument for using local
sources (convenient to use during app development).
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.

Docker-less builds
2 participants