Skip to content

Commit

Permalink
Update dapper config & README
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Oct 23, 2023
1 parent 12fb1e0 commit bc9047f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bc9047f

Please sign in to comment.