-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
Describe the bug.
-
The base image is version
3.7. This was last updated June 19, 2019.
FROM docker.io/alpine:3.7 -
This Dockerfile references
microdnfto work with packages, but Alpine Linux usesapkas its package manager.
RUN microdnf update -y --nodocs && microdnf clean all && microdnf install --nodocs -y shadow-utils \ -
IBM is the labeled vendor.
LABEL vendor="IBM"
Describe the steps to reproduce the behavior.
No response
Expected behavior.
-
Use latest.
-
Use apk
-
Open Horizon
Screenshots.
No response
Operating Environment
Alpine
Additional Information
No response
Reactions are currently unavailable