luet/pkg/helpers
Ettore Di Giacinto 91ea2ed99f Make docker image repositories actually working
Several changes are included:
- Expose ensureDir in helpers, and call it in the Docker client. In
  other implementations that was handled by CopyFile behind the scenes,
  but that's not the case here
- Create accessor in Artifact to create Artifact objects from files.
  This is handy when we have to carry over downloaded package content
  into caches when artifacts are already verified
- Fix various issues around the imagePush flag, so now trees are pushed
  forcefully each time
- Take into consideration the real artifact name when pushing single
  files in the docker image. This behavior should be changed eventually,
  because single files which aren't repository packages now are in its
  own docker image, but we should have just one that brings the required
  metadata alltogether.
2021-01-22 16:54:19 +01:00
..
archive_test.go pkg/helpers/archive_test: Fix test 2020-06-05 23:53:33 +02:00
archive.go helpers/archive: Refactor and add support for config protect when sameOwner is false 2020-06-06 12:34:44 +02:00
file_test.go Sort correctly also subfolders 2020-12-05 23:17:05 +01:00
file.go Make docker image repositories actually working 2021-01-22 16:54:19 +01:00
helm_test.go Add ability to interpolate during build 2020-11-28 15:47:29 +01:00
helm.go Add ability to interpolate during build 2020-11-28 15:47:29 +01:00
helpers_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
match.go Add annotations option to package spec 2020-05-23 09:27:38 +02:00
math.go Add Factorial helper 2020-02-11 15:00:28 +01:00
sys.go Review configuration file parsing logic 2020-05-30 16:46:29 +02:00