skopeo-1.3.1-7.el9
- update shortnames from Pyxis - put RHEL9/UBI9 images into overrides - Related: #1970747 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
3b13726bc4
commit
9187ce3d95
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,10 @@
|
|||||||
[aliases]
|
[aliases]
|
||||||
"skopeo" = "registry.access.redhat.com/ubi8/skopeo"
|
"skopeo" = "registry.access.redhat.com/ubi9/skopeo"
|
||||||
"ubi8/skopeo" = "registry.access.redhat.com/ubi8/skopeo"
|
"ubi9/skopeo" = "registry.access.redhat.com/ubi9/skopeo"
|
||||||
"buildah" = "registry.access.redhat.com/ubi8/buildah"
|
"rhel9/skopeo" = "registry.redhat.io/rhel9/skopeo"
|
||||||
"ubi8/buildah" = "registry.access.redhat.com/ubi8/buildah"
|
"buildah" = "registry.access.redhat.com/ubi9/buildah"
|
||||||
"podman" = "registry.access.redhat.com/ubi8/podman"
|
"ubi9/buildah" = "registry.access.redhat.com/ubi9/buildah"
|
||||||
"ubi8/podman" = "registry.access.redhat.com/ubi8/podman"
|
"rhel9/buildah" = "registry.redhat.io/rhel9/buildah"
|
||||||
"rhel8/podman" = "registry.redhat.io/rhel8/podman"
|
"podman" = "registry.access.redhat.com/ubi9/podman"
|
||||||
|
"ubi9/podman" = "registry.access.redhat.com/ubi9/podman"
|
||||||
|
"rhel9/podman" = "registry.redhat.io/rhel9/podman"
|
||||||
|
@ -30,7 +30,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
Name: skopeo
|
Name: skopeo
|
||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Inspect container images and repositories on registries
|
Summary: Inspect container images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -241,6 +241,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.1-7
|
||||||
|
- update shortnames from Pyxis
|
||||||
|
- put RHEL9/UBI9 images into overrides
|
||||||
|
- Related: #1970747
|
||||||
|
|
||||||
* Wed Jul 07 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.1-6
|
* Wed Jul 07 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.1-6
|
||||||
- correct name of the option is "short-name-mode" not "short-names-mode"
|
- correct name of the option is "short-name-mode" not "short-names-mode"
|
||||||
- Related: #1970747
|
- Related: #1970747
|
||||||
|
Loading…
Reference in New Issue
Block a user