github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/jenkins/node-image/README.md (about)

     1  # Node Images
     2  
     3  Image for node tests, based from `kubekins-test` images.
     4  
     5  Node image contains `node-runner.sh` and pre-installed gcloud.
     6  
     7  
     8  # Naming:
     9  User can add more `Dockerfile` and name it to `Dockerfile-[VERSION]`.
    10  
    11  `[VERSION]` will be used as part of the built image tag.
    12  
    13  
    14  User can build one more all images by specify `VERSIONS` value, which is all `Dockerfile-*` by default.
    15  for example, `make push VERSIONS=1.4` will build `Dockerfile-1.4` and tag it and push it to k8s-testimages.
    16  
    17  To build multiple images, you can do something like `make build VERSIONS='1.4 1.5'`
    18  
    19  For more details, run make help, or see "Usage" below.
    20  
    21  # Usage:
    22  `make all:        make build`
    23  
    24  `make build:      builds all the Dockerfile-* in VERSIONS`
    25  
    26  `make push:       builds all the Dockerfile-* in VERSIONS and pushes to k8s-testimages`
    27