Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
cl-docker-images
sbcl
Commits
038456f0
Commit
038456f0
authored
Mar 01, 2021
by
Eric Timmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SBCL 2.1.2
parent
a40363a4
Pipeline
#3038
passed with stage
in 43 seconds
Changes
17
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
11 additions
and
11 deletions
+11
-11
2.1.2/alpine3.12/Dockerfile
2.1.2/alpine3.12/Dockerfile
+1
-1
2.1.2/alpine3.12/docker-entrypoint.sh
2.1.2/alpine3.12/docker-entrypoint.sh
+0
-0
2.1.2/alpine3.13/Dockerfile
2.1.2/alpine3.13/Dockerfile
+1
-1
2.1.2/alpine3.13/docker-entrypoint.sh
2.1.2/alpine3.13/docker-entrypoint.sh
+0
-0
2.1.2/buster/Dockerfile
2.1.2/buster/Dockerfile
+1
-1
2.1.2/buster/docker-entrypoint.sh
2.1.2/buster/docker-entrypoint.sh
+0
-0
2.1.2/buster/install-quicklisp
2.1.2/buster/install-quicklisp
+0
-0
2.1.2/buster/slim/Dockerfile
2.1.2/buster/slim/Dockerfile
+1
-1
2.1.2/buster/slim/docker-entrypoint.sh
2.1.2/buster/slim/docker-entrypoint.sh
+0
-0
2.1.2/stretch/Dockerfile
2.1.2/stretch/Dockerfile
+1
-1
2.1.2/stretch/docker-entrypoint.sh
2.1.2/stretch/docker-entrypoint.sh
+0
-0
2.1.2/stretch/install-quicklisp
2.1.2/stretch/install-quicklisp
+0
-0
2.1.2/stretch/slim/Dockerfile
2.1.2/stretch/slim/Dockerfile
+1
-1
2.1.2/stretch/slim/docker-entrypoint.sh
2.1.2/stretch/slim/docker-entrypoint.sh
+0
-0
2.1.2/windowsservercore-1809/Dockerfile
2.1.2/windowsservercore-1809/Dockerfile
+2
-2
2.1.2/windowsservercore-ltsc2016/Dockerfile
2.1.2/windowsservercore-ltsc2016/Dockerfile
+2
-2
generate-stackbrew-library.sh
generate-stackbrew-library.sh
+1
-1
No files found.
2.1.
1
/alpine3.12/Dockerfile
→
2.1.
2
/alpine3.12/Dockerfile
View file @
038456f0
...
...
@@ -5,7 +5,7 @@
#
FROM
alpine:3.12
ENV
SBCL_VERSION 2.1.
1
ENV
SBCL_VERSION 2.1.
2
ENV
SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD
WORKDIR
/usr/local/src/
...
...
2.1.
1
/alpine3.12/docker-entrypoint.sh
→
2.1.
2
/alpine3.12/docker-entrypoint.sh
View file @
038456f0
File moved
2.1.
1
/alpine3.13/Dockerfile
→
2.1.
2
/alpine3.13/Dockerfile
View file @
038456f0
...
...
@@ -5,7 +5,7 @@
#
FROM
alpine:3.13
ENV
SBCL_VERSION 2.1.
1
ENV
SBCL_VERSION 2.1.
2
ENV
SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD
WORKDIR
/usr/local/src/
...
...
2.1.
1
/alpine3.13/docker-entrypoint.sh
→
2.1.
2
/alpine3.13/docker-entrypoint.sh
View file @
038456f0
File moved
2.1.
1
/buster/Dockerfile
→
2.1.
2
/buster/Dockerfile
View file @
038456f0
...
...
@@ -5,7 +5,7 @@
#
FROM
buildpack-deps:buster
ENV
SBCL_VERSION 2.1.
1
ENV
SBCL_VERSION 2.1.
2
ENV
SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD
WORKDIR
/usr/local/src/
...
...
2.1.
1
/buster/docker-entrypoint.sh
→
2.1.
2
/buster/docker-entrypoint.sh
View file @
038456f0
File moved
2.1.
1
/buster/install-quicklisp
→
2.1.
2
/buster/install-quicklisp
View file @
038456f0
File moved
2.1.
1
/buster/slim/Dockerfile
→
2.1.
2
/buster/slim/Dockerfile
View file @
038456f0
...
...
@@ -5,7 +5,7 @@
#
FROM
debian:buster
ENV
SBCL_VERSION 2.1.
1
ENV
SBCL_VERSION 2.1.
2
ENV
SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD
WORKDIR
/usr/local/src/
...
...
2.1.
1
/buster/slim/docker-entrypoint.sh
→
2.1.
2
/buster/slim/docker-entrypoint.sh
View file @
038456f0
File moved
2.1.
1
/stretch/Dockerfile
→
2.1.
2
/stretch/Dockerfile
View file @
038456f0
...
...
@@ -5,7 +5,7 @@
#
FROM
buildpack-deps:stretch
ENV
SBCL_VERSION 2.1.
1
ENV
SBCL_VERSION 2.1.
2
ENV
SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD
WORKDIR
/usr/local/src/
...
...
2.1.
1
/stretch/docker-entrypoint.sh
→
2.1.
2
/stretch/docker-entrypoint.sh
View file @
038456f0
File moved
2.1.
1
/stretch/install-quicklisp
→
2.1.
2
/stretch/install-quicklisp
View file @
038456f0
File moved
2.1.
1
/stretch/slim/Dockerfile
→
2.1.
2
/stretch/slim/Dockerfile
View file @
038456f0
...
...
@@ -5,7 +5,7 @@
#
FROM
debian:stretch
ENV
SBCL_VERSION 2.1.
1
ENV
SBCL_VERSION 2.1.
2
ENV
SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD
WORKDIR
/usr/local/src/
...
...
2.1.
1
/stretch/slim/docker-entrypoint.sh
→
2.1.
2
/stretch/slim/docker-entrypoint.sh
View file @
038456f0
File moved
2.1.
1
/windowsservercore-1809/Dockerfile
→
2.1.
2
/windowsservercore-1809/Dockerfile
View file @
038456f0
...
...
@@ -7,8 +7,8 @@ FROM mcr.microsoft.com/windows/servercore:1809
SHELL
["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
ENV
SBCL_VERSION 2.1.
1
ENV
SBCL_SOURCE_SHA256
a9ad892ea038
b7155
a60c1144801084fab3b2b8cbb0c5bde7e1f42a6b4318a97
ENV
SBCL_VERSION 2.1.
2
ENV
SBCL_SOURCE_SHA256 b
7
71
0
55
0939855ed49598c4a014483ed120b6991658a2a3b6afa47713dce4c0b
RUN
echo
'Saving original machine PATH'
;
\
$machineKey
=
[
Microsoft.Win32.Registry]::LocalMachine.OpenSubKey
(
'SYSTEM\ControlSet001\Control\Session Manager\Environment\'
)
;
\
...
...
2.1.
1
/windowsservercore-ltsc2016/Dockerfile
→
2.1.
2
/windowsservercore-ltsc2016/Dockerfile
View file @
038456f0
...
...
@@ -7,8 +7,8 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016
SHELL
["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
ENV
SBCL_VERSION 2.1.
1
ENV
SBCL_SOURCE_SHA256
a9ad892ea038
b7155
a60c1144801084fab3b2b8cbb0c5bde7e1f42a6b4318a97
ENV
SBCL_VERSION 2.1.
2
ENV
SBCL_SOURCE_SHA256 b
7
71
0
55
0939855ed49598c4a014483ed120b6991658a2a3b6afa47713dce4c0b
RUN
echo
'Saving original machine PATH'
;
\
$machineKey
=
[
Microsoft.Win32.Registry]::LocalMachine.OpenSubKey
(
'SYSTEM\ControlSet001\Control\Session Manager\Environment\'
)
;
\
...
...
generate-stackbrew-library.sh
View file @
038456f0
...
...
@@ -2,7 +2,7 @@
set
-Eeuo
pipefail
declare
-A
aliases
=(
[
2.1.
1
]
=
'latest'
[
2.1.
2
]
=
'latest'
)
defaultDebianSuite
=
'buster'
...
...
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