Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Images
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
Images
Commits
a1237f74
Commit
a1237f74
authored
5 years ago
by
Erick Hitter
Browse files
Options
Downloads
Plain Diff
Merge branch 'update/slim' into 'master'
Slim down Debian images See merge request
!13
parents
8be34dd2
98d0f23b
No related branches found
Branches containing commit
No related tags found
1 merge request
!13
Slim down Debian images
Pipeline
#854
passed with stages
in 5 minutes and 6 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
debian/buster/Dockerfile
+1
-1
1 addition, 1 deletion
debian/buster/Dockerfile
debian/jessie/Dockerfile
+1
-1
1 addition, 1 deletion
debian/jessie/Dockerfile
debian/stretch/Dockerfile
+1
-1
1 addition, 1 deletion
debian/stretch/Dockerfile
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
a1237f74
...
...
@@ -49,7 +49,7 @@ build-golang-dev:
except
:
-
master
# Debian Buster
s
builds
# Debian Buster builds
build-debian-buster-build-master
:
stage
:
deploy
script
:
...
...
This diff is collapsed.
Click to expand it.
debian/buster/Dockerfile
+
1
−
1
View file @
a1237f74
FROM
debian:buster
FROM
debian:buster
-slim
LABEL
maintainer="ethitter"
LABEL
version="1.0"
...
...
This diff is collapsed.
Click to expand it.
debian/jessie/Dockerfile
+
1
−
1
View file @
a1237f74
FROM
debian:jessie
FROM
debian:jessie
-slim
LABEL
maintainer="ethitter"
LABEL
version="1.0"
...
...
This diff is collapsed.
Click to expand it.
debian/stretch/Dockerfile
+
1
−
1
View file @
a1237f74
FROM
debian:stretch
FROM
debian:stretch
-slim
LABEL
maintainer="ethitter"
LABEL
version="1.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment