diff --git a/Dockerfile.dapper b/Dockerfile.dapper index ff6edee..4f6f7b2 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -18,7 +18,7 @@ COPY go.mod go.sum ./ RUN go mod download && go mod verify ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS -ENV DAPPER_SOURCE /go/src/github.com/STARRY-S/cce-operator/ +ENV DAPPER_SOURCE /go/src/github.com/cnrancher/cce-operator/ ENV DAPPER_OUTPUT ./bin ./dist ENV DAPPER_DOCKER_SOCKET true WORKDIR ${DAPPER_SOURCE} diff --git a/README.md b/README.md index c43f0a1..6ab326b 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,18 @@ You can also build and debug CCE Operator without Rancher by following these ste The Simplified Chinese documentation of CRD parameters is in the [examples/docs](./examples/docs) directory. -### LICENSE +### Versions + +The version correspondence between CCE Operator and Rancher is as follows. -Copyright 2023 [Rancher Labs, Inc](https://rancher.com). +| cce-operator | Rancher | +|:------------:|:--------:| +| `v0.1.x` | N/A | +| `v0.2.x` | `v2.6.x` | +| `v0.3.x` | `v2.7.x` | +| `v0.4.x` | `v2.8.x` | + +### LICENSE Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.