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

add Dockerfile based on alpine #473

Merged
merged 3 commits into from Sep 9, 2020
Merged

add Dockerfile based on alpine #473

merged 3 commits into from Sep 9, 2020

Conversation

@JordanSussman
Copy link
Contributor

@JordanSussman JordanSussman commented Feb 20, 2019

This PR adds a Dockerfile based on alpine instead of Debian.

Why the need for something besides Debian? My organization typically blocks any images that have known high/critical CVE, and Debian images have numerous.

The vast majority of the Dockerfile matches that of the orginal, but has a few modifications that include:

  • Install gawk to override the busybox version of awk
  • Install procps to overide the busybox version of ps
  • Install openssh package instead of ssh

Both of the afermentioned busybox changes are needed to make those utilies respond in the same fashion as the debian equivalents

@oakeyc
oakeyc approved these changes Sep 2, 2020
@oakeyc
Copy link
Contributor

@oakeyc oakeyc commented Sep 2, 2020

Hey @JordanSussman, this PR is a bit old, but if you still want it, you can merge it :)

@JordanSussman
Copy link
Contributor Author

@JordanSussman JordanSussman commented Sep 9, 2020

Hi @oakeyc, feel free to merge this.

@oakeyc oakeyc merged commit ad89be0 into github:master Sep 9, 2020
2 checks passed
2 checks passed
build (ubuntu-latest)
Details
build (macos-latest)
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.