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

chore: install git on alpine and re-enable test #3825

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

PeterSchafer
Copy link
Collaborator

What does this PR do?

Install git on the alpine test container and re-enable the previously skipped test.

Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
@PeterSchafer PeterSchafer requested review from a team as code owners September 6, 2022 11:19
@@ -383,7 +383,7 @@ jobs:
- run:
name: Installing Node.js + other test dependencies
command: |
apk add --update nodejs npm bash maven
apk add --update nodejs npm bash maven git
Copy link
Contributor

Choose a reason for hiding this comment

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

Question: What's the difference between the Alpine image used for testing and a standard Alpine image?
Would Alpine images usually include git out of the box?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

For testing we use a standard Alpine image. Alpine is a hardened linux distribution which comes with almost nothing and not even glibc.

Copy link
Contributor

@ofekatr ofekatr left a comment

Choose a reason for hiding this comment

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

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.

3 participants