mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Update the cassandra jar with the latest code.
This commit is contained in:
14
examples/cassandra/image/Makefile
Normal file
14
examples/cassandra/image/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
# build the cassandra image.
|
||||
|
||||
VERSION=v7
|
||||
|
||||
all: build
|
||||
|
||||
# TODO: build the jar and copy it in
|
||||
build:
|
||||
docker build -t gcr.io/google_containers/cassandra:${VERSION} .
|
||||
|
||||
push: build
|
||||
gcloud docker push gcr.io/google_containers/cassandra:${VERSION}
|
||||
|
||||
.PHONY: all
|
Binary file not shown.
Reference in New Issue
Block a user