Rename to just csi-s3
This commit is contained in:
parent
0d2e5902ed
commit
ea2ff584a1
9 changed files with 25 additions and 25 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM ctrox/csi-s3-driver:0.2.0
|
||||
FROM ctrox/csi-s3:0.2.0
|
||||
LABEL maintainers="Cyrill Troxler <cyrilltroxler@gmail.com>"
|
||||
LABEL description="csi-s3-driver testing image"
|
||||
LABEL description="csi-s3 testing image"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
|
@ -17,4 +17,4 @@ ENV PATH=$GOPATH/bin:$GOROOT/bin:$PATH
|
|||
|
||||
RUN go get -u github.com/minio/minio && go install github.com/minio/minio/cmd
|
||||
|
||||
ENTRYPOINT ["/go/src/github.com/ctrox/csi-s3-driver/test/test.sh"]
|
||||
ENTRYPOINT ["/go/src/github.com/ctrox/csi-s3/test/test.sh"]
|
||||
|
|
|
@ -5,4 +5,4 @@ export MINIO_SECRET_KEY=DSG643HGDS
|
|||
mkdir -p /tmp/minio
|
||||
minio server --quiet /tmp/minio &
|
||||
sleep 5
|
||||
go test github.com/ctrox/csi-s3-driver/pkg/s3 -cover
|
||||
go test github.com/ctrox/csi-s3/pkg/s3 -cover
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue