Timofey Kirillov

Results 196 issues of 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....

type: feature
priority: low
scope: other

There should be manual commands to list and remove images from images repo: - `werf images ls`; - `werf images rm `.

type: feature
scope: cleanup-registry
priority: normal

``` │ │ ┌ 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...

type: bug
scope: build
priority: low
scope: stapel
scope: docker

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...

type: feature
scope: cleanup-registry
priority: low
scope: other

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...

type: feature
priority: low
scope: other

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...

type: question
scope: build
priority: low
scope: stapel

Optimize werf imports so that a single docker layer will be reused in multiple images where imports are required.

type: feature
scope: build
priority: low
scope: stapel

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...

type: feature
scope: cleanup-registry
priority: low

## 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.

area/cli
go

Related to https://github.com/flant/kubedog/issues/164