Run update.sh

This commit is contained in:
Docker Library Bot
2015-11-24 10:01:43 -08:00
parent 54acd240c5
commit f661d27a09
2 changed files with 7 additions and 8 deletions
+1 -2
View File
@@ -32,8 +32,7 @@ The most straightforward way to use this image is to use a Go container as both
FROM golang:1.3-onbuild
```
This image includes multiple `ONBUILD` triggers which should cover most applications. The build will `COPY . /usr/src/app`, `RUN go get -d -v`, and `RUN
go install -v`.
This image includes multiple `ONBUILD` triggers which should cover most applications. The build will `COPY . /go/src/app`, `RUN go get -d -v`, and `RUN go install -v`.
This image also includes the `CMD ["app"]` instruction which is the default command when running the image without arguments.
+6 -6
View File
@@ -2,14 +2,14 @@
- [`3.10.0`, `3.10` (*3.10.0/Dockerfile*)](https://github.com/mono/docker/blob/adc7a3ec47f7d590f75a4dec0203a2103daf8db0/3.10.0/Dockerfile)
- [`3.10.0-onbuild`, `3.10-onbuild` (*3.10.0/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/66226b17125b72685c2022e4fecaee2716b0fb3a/3.10.0/onbuild/Dockerfile)
- [`3.12.1`, `3.12.0`, `3.12` (*3.12.1/Dockerfile*)](https://github.com/mono/docker/blob/4f0929a7cea6ab9e17a67e07ee7176c0446a5adb/3.12.1/Dockerfile)
- [`3.12.1-onbuild`, `3.12.0-onbuild`, `3.12-onbuild` (*3.12.1/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/4f0929a7cea6ab9e17a67e07ee7176c0446a5adb/3.12.1/onbuild/Dockerfile)
- [`3.12.1`, `3.12.0`, `3.12`, `3` (*3.12.1/Dockerfile*)](https://github.com/mono/docker/blob/39c80bc024a4797c119c895fda70024fbc14d5b9/3.12.1/Dockerfile)
- [`3.12.1-onbuild`, `3.12.0-onbuild`, `3.12-onbuild`, `3-onbuild` (*3.12.1/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/39c80bc024a4797c119c895fda70024fbc14d5b9/3.12.1/onbuild/Dockerfile)
- [`3.8.0`, `3.8` (*3.8.0/Dockerfile*)](https://github.com/mono/docker/blob/adc7a3ec47f7d590f75a4dec0203a2103daf8db0/3.8.0/Dockerfile)
- [`3.8.0-onbuild`, `3.8-onbuild` (*3.8.0/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/66226b17125b72685c2022e4fecaee2716b0fb3a/3.8.0/onbuild/Dockerfile)
- [`4.0.5.1`, `4.0.5`, `4.0` (*4.0.5.1/Dockerfile*)](https://github.com/mono/docker/blob/4f0929a7cea6ab9e17a67e07ee7176c0446a5adb/4.0.5.1/Dockerfile)
- [`4.0.5.1-onbuild`, `4.0.5-onbuild`, `4.0-onbuild` (*4.0.5.1/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/4f0929a7cea6ab9e17a67e07ee7176c0446a5adb/4.0.5.1/onbuild/Dockerfile)
- [`4.2.1.102`, `4.2.1`, `4.2`, `latest` (*4.2.1.102/Dockerfile*)](https://github.com/mono/docker/blob/4f0929a7cea6ab9e17a67e07ee7176c0446a5adb/4.2.1.102/Dockerfile)
- [`4.2.1.102-onbuild`, `4.2.1-onbuild`, `4.2-onbuild`, `onbuild` (*4.2.1.102/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/4f0929a7cea6ab9e17a67e07ee7176c0446a5adb/4.2.1.102/onbuild/Dockerfile)
- [`4.0.5.1`, `4.0.5`, `4.0` (*4.0.5.1/Dockerfile*)](https://github.com/mono/docker/blob/39c80bc024a4797c119c895fda70024fbc14d5b9/4.0.5.1/Dockerfile)
- [`4.0.5.1-onbuild`, `4.0.5-onbuild`, `4.0-onbuild` (*4.0.5.1/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/39c80bc024a4797c119c895fda70024fbc14d5b9/4.0.5.1/onbuild/Dockerfile)
- [`4.2.1.102`, `4.2.1`, `4.2`, `4`, `latest` (*4.2.1.102/Dockerfile*)](https://github.com/mono/docker/blob/39c80bc024a4797c119c895fda70024fbc14d5b9/4.2.1.102/Dockerfile)
- [`4.2.1.102-onbuild`, `4.2.1-onbuild`, `4.2-onbuild`, `4-onbuild`, `onbuild` (*4.2.1.102/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/39c80bc024a4797c119c895fda70024fbc14d5b9/4.2.1.102/onbuild/Dockerfile)
For more information about this image and its history, please see [the relevant manifest file (`library/mono`)](https://github.com/docker-library/official-images/blob/master/library/mono). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).