-
The output config is
```
Output:
ElasticSearch:
Hosts:
- https://127.0.0.1:9200
Index: "{.event}-{{yyyy-MM-dd}}"
Username: elastic
Password: XXXXXXYYYYYY…
-
In commit 252397a86db69aff53c64c5fb50819b272e777d4 the `build` Docker image was switched from the very standard, widely used and
trusted official `golang` Docker image to the much more niche, unknow…
-
It would be useful to support multiple notary servers (ex: official Docker hub server + private notary server) without having to prefix each command with `DOCKER_CONTENT_TRUST_SERVER` to docker or dif…
-
**Description of the issue**:
Add support for signed image , aka content trust.
**Expected behavior**:
Add a key config in the builder to sign the image and wire it in build plugins. For …
-
### New issue checklist
- [x] I searched for [existing GitHub issues](https://github.com/microsoft/azure-pipelines-tasks/issues)
- [ ] I read [pipeline troubleshooting guide](https://docs.microsoft.c…
-
**Description**
In my setup, Docker Content Trust is 100% security theater. It provides zero security because of TOFU.
**Steps to reproduce the issue:**
1. Launch a new (ephermal) build ser…
-
### Is your feature request related to a problem? Please describe.
Hi,
The problem I have is that watchtower updates containers that have been built / released onprem (on harbror repositories) a…
-
**Description**
Docker trust for notary server url with port (eg https://notary.example.com:4443 ) is not work in `Docker for Windows`
Docker will read certs from C:\Users\xxx\.docker\tl…
-
Maybe this is the wrong place to bring this up but after playing with Notary it seems that all a user has to do to get round content validation is unset the env var on their machine. I can unset CONTE…
-
Hello Team,
I am trying to setup my own notary service using the instructions available in this link https://github.com/theupdateframework/notary
What I have done:
-----------------------
1)…