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

Bug: Alpine Dockerfile Issues #4234

Open
naphelps opened this issue Jan 31, 2025 · 0 comments
Open

Bug: Alpine Dockerfile Issues #4234

naphelps opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels

Comments

@naphelps
Copy link
Member

Describe the bug.

  1. The base image is version 3.7. This was last updated June 19, 2019.

    FROM docker.io/alpine:3.7

  2. This Dockerfile references microdnf to work with packages, but Alpine Linux uses apk as its package manager.

    RUN microdnf update -y --nodocs && microdnf clean all && microdnf install --nodocs -y shadow-utils \

  3. IBM is the labeled vendor.

Describe the steps to reproduce the behavior.

No response

Expected behavior.

  1. Use latest.

  2. Use apk

  3. Open Horizon

Screenshots.

No response

Operating Environment

Alpine

Additional Information

No response

@naphelps naphelps added the bug label Jan 31, 2025
@naphelps naphelps self-assigned this Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant