Skip to content

Use pip3, pre-commit v2.13.0 and split RUN #1

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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

alexs77
Copy link

@alexs77 alexs77 commented Jun 17, 2021

pre-commit is now at v2.13.0 and requires Python 3. Install the python3-pip package for that and use pip3.
Also split the one RUN command into separate ones, so that an update of pre-commit doesn't require a rebuild of everything.

paolomainardi and others added 3 commits January 29, 2018 12:48
pre-commit is now at v2.13.0 and requires Python 3. Install the `python3-pip` package for that and use `pip3`.
Also split the one `RUN` command into separate ones, so that an update of pre-commit doesn't require a rebuild of everything.
Use pip3, pre-commit v2.13.0 and split RUN
alexs77 and others added 12 commits June 17, 2021 18:07
Look for podman as an exeuctable for running the container.
If not found, look for docker as well.
Look for podman as an exeuctable for running the container.
If not found, look for docker as well.
Use podman instead of docker executable
Look for podman and docker, in this order.
At least podman prints the ID of the restarted container
on stdtout. We don't need that.
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.

2 participants