github.com/quay/claircore@v1.5.28/rhel/dockerfile/testdata/Dockerfile-etcd-rhel7.want (about)

     1  {
     2    "com.redhat.component": "etcd-container",
     3    "description": "etcd is a distributed reliable key-value store for the most critical data of a distributed system.",
     4    "install": "/usr/bin/docker run --rm $OPT1 --privileged -v /:/host -e HOST=/host -e NAME=$NAME -e IMAGE=$IMAGE $IMAGE $OPT2 /usr/bin/install.sh  $OPT3",
     5    "io.k8s.description": "etcd is a distributed reliable key-value store for the most critical data of a distributed system.",
     6    "io.k8s.display-name": "etcd",
     7    "io.openshift.expose-services": "2379:tcp,2380:tcp",
     8    "io.openshift.tags": "etcd",
     9    "name": "rhel7/etcd",
    10    "run": "/usr/bin/docker run -d $OPT1 -p 4001:4001 -p 7001:7001 -p 2379:2379 -p 2380:2380 --name $NAME $IMAGE $OPT2 $OPT3",
    11    "summary": "A highly-available key value store for shared configuration",
    12    "uninstall": "/usr/bin/docker run --rm $OPT1 --privileged -v /:/host -e HOST=/host -e NAME=$NAME -e IMAGE=$IMAGE $IMAGE $OPT2 /usr/bin/uninstall.sh $OPT3",
    13    "usage": "etcd -help ",
    14    "version": "3.2.32"
    15  }