Skip to content

Commit

Permalink
Auto-update ccl. (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: fukamachi <[email protected]>
  • Loading branch information
github-actions[bot] and fukamachi authored Aug 15, 2024
1 parent 9a275c2 commit e5590ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 9 additions & 6 deletions ccl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
```
$ docker pull fukamachi/ccl
$ docker run -it --rm fukamachi/ccl
$ docker pull fukamachi/ccl:1.12.1
$ docker run -it --rm fukamachi/ccl:1.12.1
$ docker pull fukamachi/ccl:1.12.2
$ docker run -it --rm fukamachi/ccl:1.12.2
```

## Supported tags

- `1.12.2`, `1.12.2-debian`, `latest`, `latest-debian`
- `1.12.2-ubuntu`, `latest-ubuntu`
- `1.12.2-alpine`, `latest-alpine`
- `1.13`, `1.13-debian`, `latest`, `latest-debian`
- `1.13-ubuntu`, `latest-ubuntu`
- `1.13-alpine`, `latest-alpine`
- `1.12.2`, `1.12.2-debian`
- `1.12.2-alpine`
- `1.12.2-ubuntu`
- `1.12.1`, `1.12.1-debian`
- `1.12.1-alpine`
- `1.12.1-ubuntu`
Expand All @@ -36,5 +39,5 @@ $ docker run -it --rm fukamachi/ccl:1.12.1
## Building by your own

```
$ docker build -t ccl:1.12.1 --build-arg VERSION=1.12.1 ccl/debian/
$ docker build -t ccl:1.12.2 --build-arg VERSION=1.12.2 ccl/debian/
```
1 change: 1 addition & 0 deletions ccl/versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
1.12,20.04.14.105
1.12.1,21.06.14.110
1.12.2,22.12.14.113
1.13,23.10.14.114

0 comments on commit e5590ea

Please sign in to comment.