Martin

Results 10 issues of Martin

ARGs defined before first `FROM` in dockerfile are considered to be global ARGs and can be inherited into stages. https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact > An ARG declared before a FROM is outside of...

help wanted

Currently dockerfile-parse focus only to work with the latest stage. Add support for doing modifications and reading content per dockerfile stage. See https://github.com/containerbuildsystem/dockerfile-parse/issues/116#issuecomment-794155530 for context

help wanted

Signed-off-by: Martin Basti # Maintainers will complete the following section - [ ] Commit messages are descriptive enough - [ ] Code coverage from testing does not decrease and new...

Conversion function that transforms remote_source into cachi2 params STONEBLD-2586 # Maintainers will complete the following section - [x] Commit messages are descriptive enough - [x] Code coverage from testing does...

Go 1.23 has been released https://github.com/golang/go/releases/tag/go1.23.0 Add support for go1.23

For PLR with configured CEL expression that shouldn't run for given PR, PAC is requesting approval from maintainers. Steps to reproduce: 1. Have a user without permissions to run PLRs...

Increase limits to mem and CPU. From abother cachi2 deployment I've identified max used memory between 1.3-2.2Mi and 3-5 CPUs. This limits are subject to change from real usage in...

SBOMs should be checked in remote_surce workdir, they are nt supposed to be in injected dir # Maintainers will complete the following section - [ ] Commit messages are descriptive...

Cachi2 doesn't provide package but only dependencies. Cachi2 doesn't use nested directories with dep name, filename must be updated to contain plain name # Maintainers will complete the following section...

imp module has been replaced by importlib in python 3.12 and is not available anymore # Maintainers will complete the following section - [ ] Commit messages are descriptive enough...