Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-update sbcl #107

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8
$ docker run -it --rm fukamachi/sbcl:2.4.8
$ docker pull fukamachi/sbcl:2.4.9
$ docker run -it --rm fukamachi/sbcl:2.4.9
```

## Supported tags

- `2.4.9`, `2.4.9-debian`, `latest`, `latest-debian`
- `2.4.9-ubuntu`, `latest-ubuntu`
- `2.4.9-alpine`, `latest-alpine`
- `2.4.10`, `2.4.10-debian`, `latest`, `latest-debian`
- `2.4.10-ubuntu`, `latest-ubuntu`
- `2.4.10-alpine`, `latest-alpine`
- `2.4.9`, `2.4.9-debian`
- `2.4.9-alpine`
- `2.4.9-ubuntu`
- `2.4.8`, `2.4.8-debian`
- `2.4.8-alpine`
- `2.4.8-ubuntu`
Expand Down Expand Up @@ -279,5 +282,5 @@ $ docker run -it --rm fukamachi/sbcl:2.4.8
## Building by your own

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