Skip to content

Conversation

@PeterSchafer
Copy link
Contributor

What does this PR do?

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

@PeterSchafer PeterSchafer requested review from a team as code owners September 6, 2022 11:19
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
Contributor 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.

4 participants