forked from pool/libcontainers-common
Accepting request 720584 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/720584 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=17
This commit is contained in:
parent
9dd2e7a1ad
commit
5cf23a179c
8
_service
8
_service
@ -4,16 +4,16 @@
|
||||
<param name="url">https://github.com/containers/storage.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">storage</param>
|
||||
<param name="versionformat">1.12.13</param>
|
||||
<param name="revision">v1.12.13</param>
|
||||
<param name="versionformat">1.12.16</param>
|
||||
<param name="revision">v1.12.16</param>
|
||||
</service>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containers/image.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">image</param>
|
||||
<param name="versionformat">2.0.0</param>
|
||||
<param name="revision">v2.0.0</param>
|
||||
<param name="versionformat">3.0.0</param>
|
||||
<param name="revision">v3.0.0</param>
|
||||
</service>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4ef9770374e60e2a625309e35e45875313b0691ba796cd48193f8ca8b8f6d5a
|
||||
size 257232
|
3
image-3.0.0.tar.xz
Normal file
3
image-3.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5abc4d2acd5eddca6d8b2d25fa6a6f487de5d080762fbb390cbdd19dfeced272
|
||||
size 259944
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 09:46:10 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Update to image v3.0.0
|
||||
- Add "Env" to ImageInspectInfo
|
||||
- Add API function TryUpdatingCache
|
||||
- Add ability to install man pages
|
||||
- Add user registry auth to kernel keyring
|
||||
- Fix policy.json.md -> containers-policy.json.5.md references
|
||||
- Fix typo in docs/containers-registries.conf.5.md
|
||||
- Remove pkg/sysregistries
|
||||
- Touch up transport man page
|
||||
- Try harder in storageImageDestination.TryReusingBlob
|
||||
- Use the same HTTP client for contacting the bearer token server and the
|
||||
registry
|
||||
- ci: change GOCACHE to a writeable path
|
||||
- config.go: improve debug message
|
||||
- config.go: log where credentials come from
|
||||
- docker client: error if registry is blocked
|
||||
- docker: allow deleting OCI images
|
||||
- docker: delete: support all MIME types
|
||||
- ostree: default is no OStree support
|
||||
- ostree: improve error message
|
||||
- progress bar: use spinners for unknown blob sizes
|
||||
- use 'containers_image_ostree' as build tag
|
||||
- use keyring when authfile empty
|
||||
- Update to storage v1.12.16
|
||||
- Add cirrus vendor check
|
||||
- Add storage options to IgnoreChownErrors
|
||||
- Add support for UID as well as UserName in /etc/subuid files.
|
||||
- Add support for ignoreChownErrors to vfs
|
||||
- Add support for installing man pages
|
||||
- Fix cross-compilation
|
||||
- Keep track of the UIDs and GIDs used in applied layers
|
||||
- Move lockfiles to their own package
|
||||
- Remove merged directory when it is unmounted
|
||||
- Switch to go modules
|
||||
- Switch to golangci-lint
|
||||
- Update generated files
|
||||
- Use same variable name on both commands
|
||||
- cirrus: ubuntu: try removing cryptsetup-initramfs
|
||||
- compression: add support for the zstd algorithm
|
||||
- getLockfile(): use the absolute path
|
||||
- loadMounts(): reset counts before merging just-loaded data
|
||||
- lockfile: don't bother releasing a lock when closing a file
|
||||
- locking test updates
|
||||
- locking: take read locks on read-only stores
|
||||
- make local-cross more reliable for CI
|
||||
- overlay: cache the results of supported/using-metacopy/use-naive-diff
|
||||
feature tests
|
||||
- overlay: fix small piece of repeated work
|
||||
- utils: fix check for missing conf file
|
||||
- zstd: use github.com/klauspost/compress directly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 13:18:20 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%define libpodver 1.4.4
|
||||
|
||||
# storagever - version from containers/storage
|
||||
%define storagever 1.12.13
|
||||
%define storagever 1.12.16
|
||||
|
||||
# imagever - version from containers/image
|
||||
%define imagever 2.0.0
|
||||
%define imagever 3.0.0
|
||||
|
||||
Name: libcontainers-common
|
||||
Version: 20190401
|
||||
Version: 20190802
|
||||
Release: 0
|
||||
Summary: Configuration files common to github.com/containers
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8868cff09918e3b159628e112bc876514cba213cc10958efe98141a17bc74d40
|
||||
size 878452
|
3
storage-1.12.16.tar.xz
Normal file
3
storage-1.12.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a6daf5a26f5a837e81500be45d1c86deb46294bcde15afa02ca1e0d657b527b
|
||||
size 2960684
|
Loading…
Reference in New Issue
Block a user