Commit eaea3d1
committed
fix(docker): always use ":latest" tag in docker pull
Now that the Docker Index allows tagged builds directly from GitHub
project tags, we will version Deis components properly as
deis/controller:v0.9.0 rather than deisreleases/controller-v0.9.0.
At that point, doing a plain "docker pull deis/controller" will pull
down all tagged images when we only wanted one, so this change
prevents users from wasting more time on already slow download operations.
Being explicit about the docker image tag also facilitates our
release process.1 parent dd29a02 commit eaea3d1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments