- 05 May, 2020 1 commit
-
-
Josh Wolf authored
-
- 20 Apr, 2020 1 commit
-
-
Mikael Vanhemert authored
Add retry logic to sync/pull commands as workaround for bug in parent `containers` failing for random reasons on random image layers.
-
- 09 Mar, 2020 2 commits
- 06 Mar, 2020 1 commit
-
-
Jeff McCoy authored
-
- 05 Mar, 2020 1 commit
-
-
Jeff McCoy authored
-
- 04 Mar, 2020 1 commit
-
-
Jeff McCoy authored
-
- 29 Feb, 2020 1 commit
-
-
Josh Wolf authored
NOTE: tests need to be better
-
- 28 Feb, 2020 6 commits
-
-
Josh Wolf authored
-
Josh Wolf authored
allow overwriting of username/password through cli fix bug with policy checking
-
Josh Wolf authored
-
Josh Wolf authored
-
Josh Wolf authored
-
Josh Wolf authored
refactoring drastically in attempt to modularize sync operations by separating the actual sync logic from the configuration logic all configuration logic is moved/stored in `cmd` package all logic unrelated to configuration parsing, such as syncing, manifest generation, image parsing, is delegated to packages within `pkg` completely restructured `config.yaml` file meant to drive p8kr restricted commands to: * pull: synchronize images found in manfiest to transient registry defined by `transient.registry` * push: synchronize images found in manifests from transient registry to destination registry
-
- 26 Feb, 2020 1 commit
-
-
Jeff McCoy authored
-
- 24 Feb, 2020 1 commit
-
-
Jeff McCoy authored
- move most logic to pkg for now - use viper for everything - remove arguments to be more declarative - add example config.yaml
-
- 21 Feb, 2020 1 commit
-
-
Jeff McCoy authored
-
- 13 Feb, 2020 2 commits
-
-
Josh Wolf authored
a registry by querying the registry `/v2/_catalog` WARNING: With great power comes great responsibility...
-
Josh Wolf authored
* ported over copy and sync capability * added parallel sync capability * added k8s manifests sync capability * removed all clibs to allow static compiling
-