Skip to content
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.6.2
$ docker run -it --rm fukamachi/sbcl:2.6.2
$ docker pull fukamachi/sbcl:2.6.3
$ docker run -it --rm fukamachi/sbcl:2.6.3
```

## Supported tags

- `2.6.3`, `2.6.3-debian`, `latest`, `latest-debian`
- `2.6.3-ubuntu`, `latest-ubuntu`
- `2.6.3-alpine`, `latest-alpine`
- `2.6.4`, `2.6.4-debian`, `latest`, `latest-debian`
- `2.6.4-ubuntu`, `latest-ubuntu`
- `2.6.4-alpine`, `latest-alpine`
- `2.6.3`, `2.6.3-debian`
- `2.6.3-alpine`
- `2.6.3-ubuntu`
- `2.6.2`, `2.6.2-debian`
- `2.6.2-alpine`
- `2.6.2-ubuntu`
Expand Down Expand Up @@ -333,5 +336,5 @@ $ docker run -it --rm fukamachi/sbcl:2.6.2
## Building by your own

```
$ docker build -t sbcl:2.6.2 --build-arg VERSION=2.6.2 sbcl/debian/
$ docker build -t sbcl:2.6.3 --build-arg VERSION=2.6.3 sbcl/debian/
```
1 change: 1 addition & 0 deletions sbcl/versions
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@
2.6.1,24.10.115
2.6.2,26.02.116
2.6.3,26.02.116
2.6.4,26.02.116
Loading