Skip to content

Bug: Alpine Dockerfile Issues #4234

@naphelps

Description

@naphelps

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions