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

Support Alpine and more RPM-based images #2151

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Conversation

un-def
Copy link
Collaborator

@un-def un-def commented Dec 27, 2024

  • Add apk support (Alpine)
  • Check if ~/.profile exists (doesn't exist in Alpine, Fedora, Rocky Linux, etc.)
  • Enable sshd TCP forwarding (disabled in Alpine by default)

Fixes: #1086

* Add apk support (Alpine)
* Check if `~/.profile` exists (doesn't exist in Alpine, Fedora, Rocky Linux, etc.)
* Enable `sshd` TCP forwarding (disabled in Alpine by default)
@un-def un-def requested a review from jvstme December 27, 2024 10:54
@un-def un-def changed the title Support Alpine and more yum-based images Support Alpine and more RPM-based images Dec 27, 2024
@un-def un-def merged commit 416e27f into master Dec 30, 2024
24 checks passed
@un-def un-def deleted the support_alpine_fedora_images branch December 30, 2024 10:55
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.

Do not fail if /root/.profile is missing in user-specified Docker image
2 participants