kaniko/vendor/github.com/containerd/cgroups/v2
Gabriel Nützi 323e616a67
fix: Refactor `LayersMap` to correct old strange code behavior (#2066)
* fix: Correct flatten function in layers

- Added a test.
- Cache current image, track deletes in `whiteouts` as well as normal adds in `layers`.
- Fix ugly delete behavior of `layerHashCache`.
  Delete it when crerating a new snapshot.
- Slight cleanup in `snapshot.go`.
- Format ugly `WalkFS` function.

* fix: Add symbolic link changes  to Hasher and CacheHasher

* fix: Better log messages

* fix(ci): Integration tests

* fix(ci): Add `--no-cache` to docker builds

* fix(ci): Pass credentials for error integration test

* np: Missing .gitignore in `hack`

* np: Capitalize every log message

- Correct some linting.

* fix: Key function

- Merge only last layer onto `currentImage`.

* fix: Remove old obsolete `cacheHasher`
2022-05-17 20:30:58 -04:00
..
stats Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
cpu.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
devicefilter.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
ebpf.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
errors.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
hugetlb.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
io.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
manager.go Bump github.com/containerd/containerd from 1.5.9 to 1.6.0 (#1948) 2022-02-22 01:41:08 +05:30
memory.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
paths.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
pids.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
rdma.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
state.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
utils.go fix: Refactor `LayersMap` to correct old strange code behavior (#2066) 2022-05-17 20:30:58 -04:00