Catalog > warpsys.org/bootstrap/ldshim > v1.0 > Replay

warpsys.org/bootstrap/ldshim

{
  "inputs": {
    "rootfs": "catalog:warpsys.org/bootstrap/debian:bullseye-1646092800:amd64",
    "src": "catalog:warpsys.org/ldshim:v1.0:src"
  },
  "steps": {
    "build": {
      "protoformula": {
        "inputs": {
          "/": "pipe::rootfs",
          "/src": "pipe::src"
        },
        "action": {
          "script": {
            "interpreter": "/bin/sh",
            "contents": [
              "cd /src",
              "make",
              "mkdir -vp /out",
              "cp ldshim /out"
            ],
            "network": false
          }
        },
        "outputs": {
          "out": {
            "from": "/out",
            "packtype": "tar"
          }
        }
      }
    }
  },
  "outputs": {
    "amd64": "pipe:build:out"
  }
}