github werf/werf v1.1.18
werf v1.1.18

latest releases: latest-signature, v2.0.3, v2.0.2...
3 years ago

Ability to write published images report json to the file

Write publish report when --publish-report-path PATH option has been given.

There is --publish-report-format option which accepts only json for now.

Example of publish report:

{
  "Images": {
    "one": {
      "WerfImageName": "one",
      "DockerRepo": "localhost:5000/alo/one",
      "DockerTag": "a64687f43f31179cf069574a455e53d75937da81f82042fbfc7ad096",
      "DockerImageID": "sha256:0151dda79c0c076aa00b4c90367d9e067e854fdb10027fc06e30ed0f1498016f"
    },
    "three": {
      "WerfImageName": "three",
      "DockerRepo": "localhost:5000/alo/three",
      "DockerTag": "baff2bc90cf6c17e47e37e7b14ce0296ade95cbf35f7d33d3e72d0bb",
      "DockerImageID": "sha256:c71998ef1916a6fddee0b334a28d2efa1f9f541fa0094c3f5f7aad6d2d98b44f"
    },
    "two": {
      "WerfImageName": "two",
      "DockerRepo": "localhost:5000/alo/two",
      "DockerTag": "f5a8ee43e363925176e78230a467fa7e9e58324916f4be9e0b7ad6d7",
      "DockerImageID": "sha256:1edd54ae5a18734a268ddeb9ea8eeb83137ac71dd8c0cf52afdc5c5039c0360d"
    }
  }
}

Installation

Linux amd64

Darwin amd64

Windows amd64

Don't miss a new werf release

NewReleases is sending notifications on new releases.