Skip to content

Commit

Permalink
Remove the useless image (chaos-mesh#624)
Browse files Browse the repository at this point in the history
Signed-off-by: cwen0 <[email protected]>

Co-authored-by: pingcap-github-bot <[email protected]>
  • Loading branch information
cwen0 and sre-bot authored Jun 12, 2020
1 parent c43bec3 commit ea2582d
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 948 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ taily-build:
taily-build-clean:
docker kill taily-build && docker rm taily-build || exit 0

image: image-chaos-daemon image-chaos-mesh image-chaos-dashboard image-chaos-fs image-chaos-scripts image-chaos-grafana
image: image-chaos-daemon image-chaos-mesh image-chaos-dashboard image-chaos-fs image-chaos-scripts

ifneq ($(TAILY_BUILD),)
image-binary: taily-build
Expand All @@ -210,9 +210,6 @@ image-chaos-scripts: image-binary
image-chaos-dashboard: image-binary
docker build -t ${DOCKER_REGISTRY_PREFIX}pingcap/chaos-dashboard:${IMAGE_TAG} ${DOCKER_BUILD_ARGS} images/chaos-dashboard

image-chaos-grafana:
docker build -t ${DOCKER_REGISTRY_PREFIX}pingcap/chaos-grafana:${IMAGE_TAG} ${DOCKER_BUILD_ARGS} images/grafana

image-chaos-kernel:
docker build -t ${DOCKER_REGISTRY_PREFIX}pingcap/chaos-kernel ${DOCKER_BUILD_ARGS} --build-arg MAKE_JOBS=${MAKE_JOBS} --build-arg MIRROR=${UBUNTU_MIRROR} images/chaos-kernel

Expand All @@ -222,7 +219,6 @@ docker-push:
docker push "${DOCKER_REGISTRY_PREFIX}pingcap/chaos-fs:${IMAGE_TAG}"
docker push "${DOCKER_REGISTRY_PREFIX}pingcap/chaos-daemon:${IMAGE_TAG}"
docker push "${DOCKER_REGISTRY_PREFIX}pingcap/chaos-scripts:${IMAGE_TAG}"
docker push "${DOCKER_REGISTRY_PREFIX}pingcap/chaos-grafana:${IMAGE_TAG}"

docker-push-chaos-kernel:
docker push "${DOCKER_REGISTRY_PREFIX}pingcap/chaos-kernel:${IMAGE_TAG}"
Expand Down
23 changes: 0 additions & 23 deletions images/grafana/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions images/grafana/bootstrap.sh

This file was deleted.

9 changes: 0 additions & 9 deletions images/grafana/event.yaml

This file was deleted.

Loading

0 comments on commit ea2582d

Please sign in to comment.