-
![image](https://user-images.githubusercontent.com/1161992/72134334-d4684100-3394-11ea-9b08-4f872b65e671.png)
-
- `werf host project list`:
- add `--output json` option;
- get info from `~/.werf`;
- `werf host project list -o json | jq ‘.[] | select(.modified < ‘$(date --in-unix-time)’) | .name’`;
…
-
When deploying non-namespaces resources it is unnecessary to create namespace resource and specify namespace (`--env`).
Namespace should be automatically created if there are at least one namespace…
-
Running log of build failure for werf.io=1.1.35
-
Current openapi v2 does not have a sufficient abilities to fully implement werf.yaml. There is also lack of some abilities:
- ability to specify multiple types for field;
- ability to use nullable…
-
### Before proceeding
- [X] I didn't find a similar [issue](https://github.com/werf/werf/issues)
### Version
1.2.190
### How to reproduce
Set WERF_BUILDAH_MODE and run werf build command.
### Re…
-
Currently, werf builds images only with **local Docker daemon**. Thus, the docker-in-docker approach is possible but socket binding (`/var/run/docker.sock`) is required.
During the build process, w…
-
### Before proceeding
- [X] I didn't find a similar [issue](https://github.com/werf/werf/issues)
### Problem
Currently when buildah backend is enabled `werf run` panics like follows:
```
panic:…
-
Hi! I’m using privileged gitlab runner as k8s executor and werf v1.2
If i change helm templates, werf rebuilding docker image. In helm chart I'm using values.werf.image.appname reference.
I wa…
-
1. Render helm templates.
2. Get live templates from Kubernetes. Ignore autogenerated by the Kubernetes fields like uid, ownerReference, etc unless `--show-all` option specified.
3. Show diff bet…