Skip to content

[Feature Request] - upgrade microdnf 3.10 and publish minimal image on docker hub #595

@matejsp

Description

@matejsp

Is your feature request related to a problem? Please describe.
microdnf does not support replacing curl-minimal or gnupg2-minimal with it's full counterpart.
However version microdnf 3.10 supports swap command that would allow this.

Also publish docker minimal on official docker hub together with normal al2023.
https://hub.docker.com/_/amazonlinux/tags

Describe the solution you'd like
I would like to replace gnupg2 to full on al2023 docker minimal.

Describe alternatives you've considered
what we currently use in docker as workaround:

rpm -e curl-minimal --nodeps && dnf -y install curl --setopt=install_weak_deps=0
rpm -e gnupg2-minimal --nodeps && dnf -y install gnupg2 --setopt=install_weak_deps=0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions