Skip to content

Commit

Permalink
Auto-update sbcl. (#102)
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 29, 2024
1 parent e5590ea commit 2d4f08e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 9 additions & 6 deletions sbcl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
```
$ docker pull fukamachi/sbcl
$ docker run -it --rm fukamachi/sbcl
$ docker pull fukamachi/sbcl:2.4.6
$ docker run -it --rm fukamachi/sbcl:2.4.6
$ docker pull fukamachi/sbcl:2.4.7
$ docker run -it --rm fukamachi/sbcl:2.4.7
```

## Supported tags

- `2.4.7`, `2.4.7-debian`, `latest`, `latest-debian`
- `2.4.7-ubuntu`, `latest-ubuntu`
- `2.4.7-alpine`, `latest-alpine`
- `2.4.8`, `2.4.8-debian`, `latest`, `latest-debian`
- `2.4.8-ubuntu`, `latest-ubuntu`
- `2.4.8-alpine`, `latest-alpine`
- `2.4.7`, `2.4.7-debian`
- `2.4.7-alpine`
- `2.4.7-ubuntu`
- `2.4.6`, `2.4.6-debian`
- `2.4.6-alpine`
- `2.4.6-ubuntu`
Expand Down Expand Up @@ -273,5 +276,5 @@ $ docker run -it --rm fukamachi/sbcl:2.4.6
## Building by your own

```
$ docker build -t sbcl:2.4.6 --build-arg VERSION=2.4.6 sbcl/debian/
$ docker build -t sbcl:2.4.7 --build-arg VERSION=2.4.7 sbcl/debian/
```
1 change: 1 addition & 0 deletions sbcl/versions
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@
2.4.5,23.10.14.114
2.4.6,23.10.14.114
2.4.7,23.10.14.114
2.4.8,23.10.14.114

0 comments on commit 2d4f08e

Please sign in to comment.