Marc Carré
4e58b83024
Add org.opencontainers.image.* labels to Dockerfiles
...
- This should ultimately help for image-to-code back references.
- `org.label-schema.*` labels are now deprecated, in favour of `org.opencontainers.image.*` labels.
See also: https://github.com/opencontainers/image-spec/blob/master/annotations.md#back-compatibility-with-label-schema
- Git revision (`git rev-parse HEAD`) is now injected at `docker build` time.
2018-05-14 11:54:33 +01:00
Matthias Radestock
efbfd5d582
don't embed docker binary
...
We needed it because some of our invocations of Weave Net's `weave`
script depended on it, but that is no longer the case as of Weave Net
2.1.
Fixes #2974 .
2017-12-11 17:02:20 +00:00
cglewis
bbde07d42f
MAINTAINER is deprecated, now using LABEL
2017-10-31 10:32:09 -07:00
Matthias Radestock
0aec6feed0
consistency: --no-app is used elsewhere; --probe-only isn't
2017-03-04 11:32:14 +00:00
Alfonso Acosta
98395bb595
Create cloud agent image ( #2284 )
...
* Create cloud-agent image
* Refactor Makefile
* Push the image from CircleCI and releases
* Review feedback
* Review feedback
* Review feedback
2017-02-27 17:49:26 +01:00