-
Notifications
You must be signed in to change notification settings - Fork 0
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 ak-entrypoint in light version, and add the minimal tooling for running the test and coverage #26
base: master
Are you sure you want to change the base?
Conversation
b2d0f2a
to
f7f78c5
Compare
… for running the test and coverage
f7f78c5
to
2b73928
Compare
@@ -0,0 +1,16 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see no benefit for this. It will not work with docker exec
for instance. So having to repeat the twice the args in the docker-compose is still needed.
# Install tooling for running test and coverage | ||
ENV PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin | ||
RUN --mount=type=cache,target=/root/.cache\ | ||
python3 -m pip install pipx &&\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the value of using pipx inside the container ?
RUN --mount=type=cache,target=/root/.cache\ | ||
python3 -m pip install pipx &&\ | ||
pipx install manifestoo &&\ | ||
pipx install coverage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ak_requirement instead or may be in the project directly
@hparfr if it's fine for you I will do it for the other version of the image