containers/podman

Turn --authfile into an alias for --auth-file

Open

#20.693 aberto em 15 de nov. de 2023

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Go (3.107 forks)batch import
ContribfestGood First Issuekind/featurevolunteers-wanted

Métricas do repositório

Stars
 (31.686 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Feature request description

As discussed in https://github.com/containers/common/pull/1731 , we will have login --authfile vs. login --compat-auth-file; it would be better to be consistent everywhere; and --authfile unnecessarily concatenates words.

Suggest potential solution

In c/{common,buildah,podman,skopeo}: replace all existing --authfile options by an --auth-file spelling, and keep --authfile as an alias.

Guia do colaborador