Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit cd673d2

Browse files
authored
Merge pull request #1929 from thockin-tmp/gcr-vanity
Pushes go to staging-k8s.gcr.io
2 parents 779eb8a + 2dabe2b commit cd673d2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all: build
22

3-
PREFIX?=k8s.gcr.io
3+
PREFIX?=staging-k8s.gcr.io
44
FLAGS=
55
ARCH?=amd64
66
ALL_ARCHITECTURES=amd64 arm arm64 ppc64le s390x

grafana/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
# Build the influxdb image for amd64, arm, arm64, ppc64le and s390x
1616
#
1717
# Usage:
18-
# [PREFIX=k8s.gcr.io] [ARCH=amd64] make (build|push)
18+
# [PREFIX=staging-k8s.gcr.io] [ARCH=amd64] make (build|push)
1919

2020
all: build
2121

2222
VERSION?=v4.4.3
2323
DEB_VERSION?=4.4.3
2424

25-
PREFIX?=k8s.gcr.io
25+
PREFIX?=staging-k8s.gcr.io
2626
ARCH?=amd64
2727
TEMP_DIR:=$(shell mktemp -d)
2828
LDFLAGS=-w -X main.version=$(VERSION) -X main.commit=unknown-dev -X main.timestamp=0 -extldflags '-static'

influxdb/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
# Build the influxdb image for amd64, arm, arm64, ppc64le and s390x
1616
#
1717
# Usage:
18-
# [PREFIX=k8s.gcr.io] [ARCH=amd64] make (build|push)
18+
# [PREFIX=staging-k8s.gcr.io] [ARCH=amd64] make (build|push)
1919

2020
all: build
2121

2222
VERSION?=v1.3.3
23-
PREFIX?=k8s.gcr.io
23+
PREFIX?=staging-k8s.gcr.io
2424
ARCH?=amd64
2525
GOLANG_VERSION=1.8
2626
TEMP_DIR:=$(shell mktemp -d)

0 commit comments

Comments
 (0)