Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cl-docker-images
cl-docker-images.common-lisp.dev
Commits
5db0e8bd
Commit
5db0e8bd
authored
Jan 22, 2021
by
Eric Timmons
Browse files
Tighten the header
parent
9cbd7c61
Changes
2
Hide whitespace changes
Inline
Side-by-side
.coleslawrc
View file @
5db0e8bd
...
...
@@ -21,12 +21,7 @@
;; deployment plugins
;; default deploy method is rsync
(
rsync
"-avz"
"--delete"
"--exclude"
".git/"
"--exclude"
".gitignore"
"--copy-links"
))
:sitenav
((
:url
"https://common-lisp.net/project/cl-docker-images/"
:name
"Home"
)
(
:url
"1.html"
:name
"News"
:relative
t
)
:sitenav
((
:url
"1.html"
:name
"News"
:relative
t
)
(
:url
"images/implementation-specific.html"
:name
"Implementation Images"
:relative
t
)
(
:url
"roadmap.html"
:name
"Roadmap"
:relative
t
)
(
:url
"infrastructure.html"
:name
"Infrastructure"
:relative
t
)
(
:url
"history.html"
:name
"History"
:relative
t
)
(
:url
"code-of-conduct.html"
:name
"Code of Conduct"
:relative
t
)
(
:url
"https://gitlab.common-lisp.net/cl-docker-images"
:name
"Code"
))
:staging-dir
"/tmp/coleslaw/"
)
index.page
View file @
5db0e8bd
...
...
@@ -19,9 +19,10 @@ themselves, we plan on show casing uses of these images.
We publish the following types of images:
- **Implementation specific:** These images contain a single Common Lisp
implementation.
- **Development:** These images are geared toward interactive development.
- [**Implementation specific**](images/implementation-specific.html): These
images contain a single Common Lisp implementation.
- [**Development**](images/development.html): These images are geared toward
interactive development.
We publish images for the following platforms. If someone would like to
donate hardware or expertise for setting up environments for other platforms,
...
...
@@ -31,3 +32,12 @@ please reach out!
- `linux/arm/v7`
- `linux/arm64/v8`
- `windows/amd64`
The following pages contain more detail on this project:
- [**Roadmap**](roadmap.html): Where this project is going in the future.
- [**Infrastructure**](infrastructure.html): Where the code is hosted and how
the images are built.
- [**History**](history.html): Where these images came from.
- [**Code of Conduct**](code-of-conduct.html): How we expect contributors to
interact with each other.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment