Skip to content

Commit

Permalink
Replace Microbadger over ImageLayers
Browse files Browse the repository at this point in the history
badges/shields#944
ImageLayers is no longer in maintained.
  • Loading branch information
dhoeric authored Jul 19, 2019
1 parent 0214f62 commit 25d320a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/job-inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Consider a simple application that has unit tests. In order to run those tests i
* an input `resource` containing the task script that knows how to run the tests
* an input `resource` containing the application source code

For the example Go application [simple-go-web-app](https://github.com/cloudfoundry-community/simple-go-web-app), the task image needs to include the Go programming language. We will use the `golang:1.9-alpine` image from https://hub.docker.com/_/golang/ (see https://imagelayers.io/?images=golang:1.9-alpine for size of layers)
For the example Go application [simple-go-web-app](https://github.com/cloudfoundry-community/simple-go-web-app), the task image needs to include the Go programming language. We will use the `golang:1.9-alpine` image from https://hub.docker.com/_/golang/ (see https://microbadger.com/images/golang:1.9-alpine for size of layers)

The task file `task_run_tests.yml` includes:

Expand Down

0 comments on commit 25d320a

Please sign in to comment.