Timofey Kirillov
Timofey Kirillov
`werf config meta-generate` command should: 1. Find and remove meta section from `werf.yaml` config. 2. Insert recommended meta section to the `werf.yaml` based on the project name from git. 3....
There should be manual commands to list and remove images from images repo: - `werf images ls`; - `werf images rm `.
``` │ │ ┌ Building stage beforeInstall │ │ │ app/beforeInstall /home/gitlab-runner/.multiwerf/v1.0.6/werf-linux-amd64-v1.0.6: ↵ │ │ │ app/beforeInstall Error response from daemon: Duplicate mount point: /var/cache/apt. │ │ │ app/beforeInstall See...
For a `werf cleanup` to work properly all git repositories of all project are needed, because werf cleanup is based on git-history of each project. Script steps: 1. Get a...
Command `werf host purge` for now will remove cache of all werf versions. As a build host admin I want to have an ability to clean werf cache of old...
Given following config: ``` import: - artifact: myartifact add: /path/to/myfile to: /new/path ``` If `/new/path` is existing directory in the base image, then `/new/path/myfile` will be created. If `/new/path` does...
Optimize werf imports so that a single docker layer will be reused in multiple images where imports are required.
Now werf images cleanup tries to scan all namespaces to create list of images in use. If werf does not have sufficient permissions to get all namespaces there will be...
## Description This PR is not intended to merge. PR only needed to test new converge of masters feature, which will be available in the 1.65 dhctl release.
Related to https://github.com/flant/kubedog/issues/164