luet/pkg/installer
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
..
client Make docker image repositories actually working 2021-01-22 16:54:19 +01:00
config_protect.go Add option config_from_host 2020-11-07 18:56:25 +01:00
finalizer.go Enhance CLI output 2020-10-30 19:15:04 +01:00
installer_suite_test.go Use dynamic pkgs cache dir for test suite 2020-02-01 20:05:19 +01:00
installer_test.go Add unit test for Uninstall in Installer 2020-12-29 22:58:03 +01:00
installer.go Don't warn user of accepting license in case of uninstall 2021-01-07 10:36:57 +01:00
interface.go Generate repository metadata and packages for docker repository type 2021-01-22 16:53:52 +01:00
repository_test.go Generate repository metadata and packages for docker repository type 2021-01-22 16:53:52 +01:00
repository.go Make docker image repositories actually working 2021-01-22 16:54:19 +01:00
system.go Mark executed finalizers at beginning 2021-01-04 17:04:20 +01:00