Rename docker image (#909)

* Rename docker image to gomods/athens

* Bump chart version to match new release version

* Switch from stable tag to latest tag

Our docs used latest, and it's awkard when you don't have a latest tag anyway
This commit is contained in:
Carolyn Van Slyck
2018-11-12 15:15:58 -06:00
committed by GitHub
parent c6644f82f9
commit bee463053a
9 changed files with 36 additions and 38 deletions
+4 -5
View File
@@ -64,7 +64,7 @@ if ($build.IsPresent) {
finally {
Pop-Location
}
finally {
Pop-Location
}
@@ -76,7 +76,7 @@ if ($run.IsPresent) {
}
if ($docs.IsPresent) {
Set-Location docs
Set-Location docs
& hugo
}
@@ -121,12 +121,12 @@ if ($test_e2e.IsPresent) {
}
if ($docker.IsPresent) {
& docker build -t gomods/proxy -f cmd/proxy/Dockerfile .
& docker build -t gomods/athens -f cmd/proxy/Dockerfile .
}
if ($proxy_docker.IsPresent) {
& docker build -t gomods/proxy -f cmd/proxy/Dockerfile .
& docker build -t gomods/athens -f cmd/proxy/Dockerfile .
}
if ($bench.IsPresent) {
@@ -136,4 +136,3 @@ if ($bench.IsPresent) {
if ($down.IsPresent) {
& docker-compose -p athensdev down -v
}