bump to 0.1.29-1
Updated containers/image docker-archive generates docker legacy compatible images Do not create $DiffID subdirectories for layers with no configs Ensure the layer IDs in legacy docker/tarfile metadata are unique docker-archive: repeated layers are symlinked in the tar file sysregistries: remove all trailing slashes Improve docker/* error messages Fix failure to make auth directory Create a new slice in Schema1.UpdateLayerInfos Drop unused storageImageDestination.{image,systemContext} Load a *storage.Image only once in storageImageSource Support gzip for docker-archive files Remove .tar extension from blob and config file names ostree, src: support copy of compressed layers ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size image: fix docker schema v1 -> OCI conversion Add /etc/containers/certs.d as default certs directory
This commit is contained in:
parent
9c790f7013
commit
e1b681e6bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/skopeo-2e8377a.tar.gz
|
/skopeo-2e8377a.tar.gz
|
||||||
/skopeo-93876ac.tar.gz
|
/skopeo-93876ac.tar.gz
|
||||||
/skopeo-0270e56.tar.gz
|
/skopeo-0270e56.tar.gz
|
||||||
|
/skopeo-7add6fc.tar.gz
|
||||||
|
26
skopeo.spec
26
skopeo.spec
@ -26,7 +26,7 @@
|
|||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global git0 https://%{import_path}
|
%global git0 https://%{import_path}
|
||||||
%global commit0 0270e5694c9adf6eabfa3ab1f2980b8b62deb4b7
|
%global commit0 7add6fc80b0f33406217e7c3361cb711c814f028
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
|
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
|
||||||
@ -37,8 +37,8 @@ Name: %{repo}
|
|||||||
%if 0%{?centos}
|
%if 0%{?centos}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
%endif # centos
|
%endif # centos
|
||||||
Version: 0.1.28
|
Version: 0.1.29
|
||||||
Release: 2.git%{shortcommit0}%{?dist}
|
Release: 1.git%{shortcommit0}%{?dist}
|
||||||
Summary: Inspect Docker images and repositories on registries
|
Summary: Inspect Docker images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -306,6 +306,26 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 29 2018 dwalsh <dwalsh@redhat.com> - 0.1.29-1.git
|
||||||
|
- bump to 0.1.29-1
|
||||||
|
- Updated containers/image
|
||||||
|
docker-archive generates docker legacy compatible images
|
||||||
|
Do not create $DiffID subdirectories for layers with no configs
|
||||||
|
Ensure the layer IDs in legacy docker/tarfile metadata are unique
|
||||||
|
docker-archive: repeated layers are symlinked in the tar file
|
||||||
|
sysregistries: remove all trailing slashes
|
||||||
|
Improve docker/* error messages
|
||||||
|
Fix failure to make auth directory
|
||||||
|
Create a new slice in Schema1.UpdateLayerInfos
|
||||||
|
Drop unused storageImageDestination.{image,systemContext}
|
||||||
|
Load a *storage.Image only once in storageImageSource
|
||||||
|
Support gzip for docker-archive files
|
||||||
|
Remove .tar extension from blob and config file names
|
||||||
|
ostree, src: support copy of compressed layers
|
||||||
|
ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size
|
||||||
|
image: fix docker schema v1 -> OCI conversion
|
||||||
|
Add /etc/containers/certs.d as default certs directory
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-2.git0270e56
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-2.git0270e56
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (skopeo-0270e56.tar.gz) = bdc7f5bfc76f54325c7e83d3c435d5db341ed347c2dea5e021c52c8c9f4b2999465d948379666228c0237018f82c8c81fa077e8592fb5aba7a5176f7ce77fc11
|
SHA512 (skopeo-7add6fc.tar.gz) = a245c4303a616f1d5e9b6003d2b4171a3c097bd3c6d86cf0a8d4f5bc8be711cdbb25aa34d2743f1af39774270943fd5be1952a644813fa39fc8eef079bd82169
|
||||||
|
Loading…
Reference in New Issue
Block a user