dependabot-preview[bot]
94453c85c7
build(deps): bump github.com/containers/storage from 1.15.7 to 1.15.8
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.15.7 to 1.15.8.
- [Release notes](https://github.com/containers/storage/releases )
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md )
- [Commits](https://github.com/containers/storage/compare/v1.15.7...v1.15.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2020-02-03 13:51:31 +01:00
dependabot-preview[bot]
587a25fd8a
build(deps): bump github.com/containers/storage from 1.15.5 to 1.15.7
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.15.5 to 1.15.7.
- [Release notes](https://github.com/containers/storage/releases )
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md )
- [Commits](https://github.com/containers/storage/compare/v1.15.5...v1.15.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Matthew Heon <mheon@redhat.com >
2020-01-23 03:49:20 -05:00
TomSweeneyRedHat
f5bda9994d
Bump to Buildah v1.13.1
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com >
2020-01-14 14:46:46 -05:00
Daniel J Walsh
6dfffa92d9
Update containers/storage to v1.15.4
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-12-23 10:16:20 -05:00
Matthew Heon
18436ec71b
Update containers/storage to v1.15.3
...
Signed-off-by: Matthew Heon <mheon@redhat.com >
2019-12-10 17:19:27 -05:00
dependabot-preview[bot]
625a02a286
build(deps): bump github.com/containers/storage from 1.15.0 to 1.15.2
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.15.0 to 1.15.2.
- [Release notes](https://github.com/containers/storage/releases )
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md )
- [Commits](https://github.com/containers/storage/compare/v1.15.0...v1.15.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2019-12-06 10:27:06 +01:00
Sascha Grunert
63e46cc85c
Add support for image name history
...
We leverage the containers/storage image history tracking feature to
show the previously used image names when running:
`podman images --history`
Signed-off-by: Sascha Grunert <sgrunert@suse.com >
2019-11-27 13:42:06 +01:00
dependabot-preview[bot]
866391bb57
build(deps): bump github.com/containers/storage from 1.13.5 to 1.14.0
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.13.5 to 1.14.0.
- [Release notes](https://github.com/containers/storage/releases )
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md )
- [Commits](https://github.com/containers/storage/compare/v1.13.5...v1.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2019-11-22 15:03:53 +01:00
Daniel J Walsh
5f3a61ed42
Add support for make vendor-in-container
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-11-08 06:27:17 -05:00
Valentin Rothberg
94489e0b0e
vendor github.com/containers/storage@v1.13.5
...
* Do not discard errors when panicing on lockfile open
* config: drop skip_mount_home
* storage: drop ostree deduplication
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2019-10-14 19:37:37 +02:00
Valentin Rothberg
ee2b61bffa
update c/storage to v1.13.4
...
* Update generated files
* ImageBigData: distinguish between no-such-image and no-such-item
* ImageSize: don't get tripped up by images with no layers
* tarlogger: disable raw accouting
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2019-09-30 14:20:17 +02:00
Urvashi Mohnani
518d59182e
Vendor c/storage 1.13.3
...
Pull in fixes to avoid double locking the mounts list when
doing a save or cleanup.
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com >
2019-09-17 14:35:24 -04:00
Valentin Rothberg
2e80400683
vendor github.com/containers/storage@v1.13.2
...
* Ignore ro mount options in btrfs and windows drivers
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2019-08-09 20:44:40 +02:00
TomSweeneyRedHat
711474d92e
Vendor Buildah 1.10.1
...
As the title says, vendor Buildah v1.10.1
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com >
2019-08-08 16:06:40 -04:00
Daniel J Walsh
9d6dce1199
github.com/containers/storage v1.12.13
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-08-01 03:46:14 -04:00
Daniel J Walsh
1ba0b86250
Update to containers/storage v1.12.13
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-07-01 16:54:11 -04:00
Valentin Rothberg
2388222e98
update dependencies
...
Ran a `go get -u` and bumped K8s deps to 1.15.0.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2019-06-24 21:29:31 +02:00
Valentin Rothberg
d697456dc9
migrate to go-modules
...
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2019-06-24 13:20:59 +02:00
baude
7e4d75eb8b
vendor containers/storage v1.12.11
...
vendor cs with overlay caching
cs also carries a dep on github.com/DataDog/zstd
Signed-off-by: baude <bbaude@redhat.com >
2019-06-20 15:14:09 -05:00
Daniel J Walsh
6109de4b93
Update vendor on containers/storage to v1.12.10
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-06-08 06:20:31 -04:00
Matthew Heon
d81fc2e192
Update c/storage to 9b10041d7b2ef767ce9c42b5862b6c51eeb82214
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me >
2019-06-07 15:11:38 -04:00
Nalin Dahyabhai
fc4e5f2580
Bump github.com/containers/storage to v1.12.7
...
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com >
2019-05-17 10:25:36 -04:00
Matthew Heon
ee73123285
Update c/storage to v1.12.6
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me >
2019-05-02 13:54:59 -04:00
Daniel J Walsh
29c65d0ae4
Vendor in latest containers/storage
...
Should fix the issue on Windows platform.
Lots of other fixes and enhancements.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-04-26 13:06:27 -04:00
Daniel J Walsh
f5b7bdac0c
Update vendor of container/storage
...
Lots of fixes for issues found by podman.
overlay: propagate errors from mountProgram
utils: root in a userns uses global conf file
Fix handling of additional stores
Correctly check permissions on rootless directory
Fix possible integer overflow on 32bit builds
Evaluate device path for lvm
lockfile test: make concurrent RW test determinisitc
lockfile test: make concurrent read tests deterministic
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-04-24 17:03:16 -04:00
Valentin Rothberg
a5443a532b
vendor buildah, image, storage, cni
...
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2019-03-28 15:12:26 +01:00
Matthew Heon
86dd25ae48
Update c/storage vendor to v1.10 release
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me >
2019-02-20 17:53:09 -05:00
Miloslav Trmač
a6707e4348
Vendor in latest c/storage and c/image
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com >
2019-02-13 22:23:14 +01:00
baude
25a3923b61
Migrate to cobra CLI
...
We intend to migrate to the cobra cli from urfave/cli because the
project is more well maintained. There are also some technical reasons
as well which extend into our remote client work.
Signed-off-by: baude <bbaude@redhat.com >
2019-02-08 10:26:43 -06:00
Valentin Rothberg
51714d5da7
cleanup vendor directory
...
Remove some unused files in ./vendor via `make vendor`.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2019-02-06 11:14:06 +01:00
Daniel J Walsh
4563bf42b8
Vendor in latest containers/storage
...
Fixes issue with metacopyup not working in rootless mode.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-01-21 21:20:23 -05:00
Daniel J Walsh
985183428d
Vendor in latest containers/storage
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-01-18 14:19:22 -05:00
Daniel J Walsh
45b3a0f026
Vendor in containers/storage
...
Fix issues with metacopyup when specifying
new usernamespace. Also fixes issues with zfs back end.
Rest of changes come from running make vendor.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
`
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-01-16 10:16:04 -05:00
Daniel J Walsh
b367855d5f
Add the configuration file used to setup storage to podman info
...
Users have no idea what storage configuration file is used to setup
storage, so adding this to podman info, should make it easier to
discover.
This requires a revendor of containers/storage
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2019-01-07 10:02:26 -05:00
baude
561e65969f
vendor in new containers/storage
...
vendor in latest containers/storage which contains a fix for when
a filesystem that overlayfs is on is ENOSPC.
adding pgzip/compress as a new dep for c/s
Signed-off-by: baude <bbaude@redhat.com >
2019-01-03 12:49:30 -06:00
Daniel J Walsh
5f480f5f75
Vendor in latest containers/storage
...
This should improve performance on vfs images on top of xfs/reflink drives.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2018-12-05 15:56:04 -05:00
Giuseppe Scrivano
e378f7ae24
vendor: update containers/storage
...
inherit a change for rootless containers to ignore devices nodes
inside of images.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2018-12-04 16:29:01 +01:00
Daniel J Walsh
193e619756
Vendor in latest containers/storage
...
This allows us to modify the containers mount option on a per/container basis
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2018-11-28 07:53:28 -05:00
TomSweeneyRedHat
a620f345fa
Vendor in containers/storage
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com >
2018-11-15 13:57:03 -05:00
Daniel J Walsh
1896f16a55
Vendor in latest containers/storage
...
We need this to start testing metacopy up for podman.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2018-10-26 11:17:27 -04:00
Giuseppe Scrivano
0a0dbc4692
vendor: update containers/storage
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2018-10-23 23:09:35 +02:00
Daniel J Walsh
57b0b89d0c
Vendor in latest containers/storage opencontainers/selinux
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2018-10-23 10:32:32 -04:00
baude
bfc473f982
Vendor in new new buildah/ci
...
libpod requires new buildah and container image versions to resolve
bug #1640298
Signed-off-by: baude <bbaude@redhat.com >
2018-10-17 17:04:19 -05:00
Daniel J Walsh
3a76772bb1
Vendor in latest github.com/containers/storage,image, buildah
...
Grab latest fixes from subpackages
Including fixes for usernamespace chowning retaining file attributes
Better logging of error messages.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2018-10-07 08:29:23 -04:00
Daniel J Walsh
f60fe5fb2f
Vendor in the latest containers/storage, image and buildah
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2018-09-29 08:01:25 +02:00
Daniel J Walsh
facab2aec5
Vendor in latest containers/storage to eliminage deadlock
...
When running lots of podman commands simultaneously we were able to get
into a deadlock situation. The updated containers/storage should fix this issue.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
Closes : #1454
Approved by: mheon
2018-09-12 23:27:09 +00:00
Daniel J Walsh
82a6b373a5
Vendor in latest containers/storage and containers/image
...
Update container/image to address a commit error when copying layers and metadata.
This change may require users to recreate containers.
container/storage added some new lock protection to prevent possible deadlock and
data corruption.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
Closes : #1381
Approved by: mheon
2018-08-31 09:49:56 +00:00
Daniel J Walsh
00caebde61
Add documentations on how to setup /etc/subuid and /etc/subgid
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
Closes : #1185
Approved by: giuseppe
2018-07-31 08:35:20 +00:00
Giuseppe Scrivano
a4a667eac9
vendor: update containers/storage
...
update to version 956a1971694f18fd602b1203c0a2d192e2cc88a1
inherit support for IDs shifting when fuse-overlayfs is used.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
Closes : #1177
Approved by: mheon
2018-07-28 14:41:07 +00:00
Daniel J Walsh
9c806a4a3e
Vendor latest container/storage to fix overlay mountopt
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
Closes : #1160
Approved by: mheon
2018-07-25 23:53:16 +00:00