Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Create slo-monitor:0.9.3 based on alpine:3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Jun 13, 2017
1 parent 1b8c66d commit e4137b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion slo-monitor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.5
FROM alpine:3.6
MAINTAINER Marek Grabowski <[email protected]>
ADD build/slo-monitor slo-monitor

Expand Down
4 changes: 2 additions & 2 deletions slo-monitor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

PACKAGE = k8s.io/perf-tests/slo-monitor
TAG = 0.9.2
TAG = 0.9.3
REPOSITORY = google-containers

all: build
Expand All @@ -25,7 +25,7 @@ build: src/monitors/pod_monitor.go src/monitors/util.go src/monitors/store.go sr
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 godep go build -a -o build/slo-monitor src/main/slo-monitor.go

push:
sudo docker build . -t gcr.io/$(REPOSITORY)/slo-monitor:$(TAG)
sudo docker build --pull . -t gcr.io/$(REPOSITORY)/slo-monitor:$(TAG)
gcloud docker -- push gcr.io/$(REPOSITORY)/slo-monitor:$(TAG)

test: src
Expand Down

0 comments on commit e4137b5

Please sign in to comment.