kaniko/pkg
zhouhaibing089 96a8ee0c07
hasher: hash security.capability attributes (#1994)
In Dockerfile, if there is something like:

```
RUN setcap cap_net_raw=+ep /path/to/binary
```

kaniko won't detect that there is a change on file `/path/to/binary` and
thus discards this layer. This patch allows the hasher function to
actually look at `security.capability` extended attributes.
2022-05-04 12:31:10 -04:00
..
buildcontext feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
cache Try to warm all images and warn about errors (#1653) 2021-06-04 10:07:57 -07:00
commands Fix resolving arguments over multi-stage build (#1928) 2022-02-10 09:22:21 -08:00
config feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
constants feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
creds Add GitLab CI credentials helper (#2040) 2022-04-11 13:13:47 -04:00
dockerfile Fixes #2046: make target stage lookup case insensitive (#2047) 2022-04-12 09:54:14 -04:00
executor Use canonical platform values. Fix 1995. (#2025) 2022-03-31 15:15:24 -04:00
fakes refactor cache.Warm and add tests 2020-01-10 12:29:17 -08:00
filesystem test: use `T.TempDir` to create temporary test directory (#1918) 2022-02-07 13:27:34 -05:00
image feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
logging Add timestamp to logs 2020-04-23 13:40:47 +02:00
mocks/go-containerregistry/mockv1 rename mock pkg for lint 2020-01-17 14:59:14 -08:00
snapshot Fix: Flatten layer function needs to return existing files in the layer correctly (#2057) 2022-04-26 16:46:09 -04:00
timing Add a lot more timing data. (#518) 2019-01-10 13:27:55 -07:00
util hasher: hash security.capability attributes (#1994) 2022-05-04 12:31:10 -04:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00