containers/podman

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

Open

#20.693 aperta il 15 nov 2023

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Go (3107 fork)batch import
ContribfestGood First Issuekind/featurevolunteers-wanted

Metriche repository

Star
 (31.686 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor