Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Docker
Images
Commits
a5ef297a
Commit
a5ef297a
authored
Apr 15, 2019
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make all Debian images slim
parent
8be34dd2
Pipeline
#852
canceled with stages
in 1 minute and 12 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
debian/buster/Dockerfile
debian/buster/Dockerfile
+1
-1
debian/jessie/Dockerfile
debian/jessie/Dockerfile
+1
-1
debian/stretch/Dockerfile
debian/stretch/Dockerfile
+1
-1
No files found.
debian/buster/Dockerfile
View file @
a5ef297a
FROM
debian:buster
FROM
debian:buster
-slim
LABEL
maintainer="ethitter"
LABEL
version="1.0"
...
...
debian/jessie/Dockerfile
View file @
a5ef297a
FROM
debian:jessie
FROM
debian:jessie
-slim
LABEL
maintainer="ethitter"
LABEL
version="1.0"
...
...
debian/stretch/Dockerfile
View file @
a5ef297a
FROM
debian:stretch
FROM
debian:stretch
-slim
LABEL
maintainer="ethitter"
LABEL
version="1.0"
...
...
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