luet/pkg/compiler
Ettore Di Giacinto 9d1594c036 Check if the system-target path supplied is absolute
docker.Untar
(https://github.com/mudler/luet/blob/master/vendor/github.com/docker/docker/pkg/archive/archive.go#L942) requires absolute paths.
We didn't do any input validation before, assuming the path passed by
were absolute since they were coming from YAML configuration files, now
that this is not the truth anymore we need to sanitize the input.

With this change we check if the given path is absolute or relative, if
it's relative we calculate the absolute path and use it in place.
2021-08-03 16:22:59 +02:00
..
backend Add 2 new events for image unpacking (#226) 2021-06-01 16:43:31 +02:00
types Check if the system-target path supplied is absolute 2021-08-03 16:22:59 +02:00
backend_test.go Refactor compiler and annotate buildoptions into compiler metadata 2021-04-16 13:57:54 +02:00
backend.go Refactor compiler and annotate buildoptions into compiler metadata 2021-04-16 13:57:54 +02:00
compiler_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
compiler_test.go Add 2 new events for image unpacking (#226) 2021-06-01 16:43:31 +02:00
compiler.go Allow to manipulate requires/conflicts/provides 2021-08-03 13:27:44 +02:00
imagehashtree_test.go Adapt hash tests 2021-07-09 17:15:17 +02:00
imagehashtree.go Add join keyword to generate parent image from final artifacts 2021-05-21 14:52:48 +02:00