Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
Signed-off-by: Arno Uhlig <arno.uhlig@sap.com>
  • Loading branch information
auhlig committed May 13, 2019
1 parent cf2398a commit 6253d02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/prometheus/busybox:latest
LABEL maintainer="The Thanos Authors"

COPY .build/linux-amd64/thanos /bin/thanos
COPY thanos /bin/thanos

ENTRYPOINT [ "/bin/thanos" ]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ crossbuild: $(PROMU)

# docker builds docker with no tag.
.PHONY: docker
docker:
docker: build
@echo ">> building docker image '${DOCKER_IMAGE_NAME}'"
@docker build -t "${DOCKER_IMAGE_NAME}" .

Expand Down
2 changes: 0 additions & 2 deletions docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ config:
project_domain_name: ""
region_name: ""
container_name: ""
tenant_id: ""
tenant_name: ""
```

## Other minio supported S3 object storages
Expand Down

0 comments on commit 6253d02

Please sign in to comment.