All Downloads are FREE. Search and download functionalities are using the official Maven repository.

images.baseimage.build.json Maven / Gradle / Ivy

Go to download

Bill of Materials POM for the entire protocol attacker ecosystem used to keep dependencies in sync.

The newest version!
{
    "build_groups": {
      "alpine": {
        "name": "alpine",
        "dockerfile": "Dockerfile",
        "versions": [
          "3.12",
          "3.6"
        ],
        "instances": [
          "build"
        ],
        "image_version": "{v}",
        "build_args": {
          "VERSION": "{v}"
        },
        "target": "",
        "tag": "{n}-{i}:{v}"
      },
      "debian-base": {
        "name": "debian",
        "dockerfile": "Dockerfile_debian",
        "versions": [
          "sid"
        ],
        "instances": [
          "build"
        ],
        "image_version": "{v}",
        "build_args": {
          "VERSION": "{v}"
        },
        "target": "",
        "tag": "{n}-{i}:{v}"
      },
      "entrypoint": {
          "name": "entrypoint",
          "dockerfile": "Dockerfile_entrypoint",
          "versions": [
          ""
          ],
          "instances": [
          ""
          ],
          "image_version": "{v}",
          "build_args": {
          },
          "target": "",
          "tag": "{n}"
    }
  },
    "latest": "3.12"
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy