Skip to content
Snippets Groups Projects
Commit a1237f74 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'update/slim' into 'master'

Slim down Debian images

See merge request !13
parents 8be34dd2 98d0f23b
No related branches found
No related tags found
1 merge request!13Slim down Debian images
Pipeline #854 passed with stages
in 5 minutes and 6 seconds
......@@ -49,7 +49,7 @@ build-golang-dev:
except:
- master
# Debian Busters builds
# Debian Buster builds
build-debian-buster-build-master:
stage: deploy
script:
......
FROM debian:buster
FROM debian:buster-slim
LABEL maintainer="ethitter"
LABEL version="1.0"
......
FROM debian:jessie
FROM debian:jessie-slim
LABEL maintainer="ethitter"
LABEL version="1.0"
......
FROM debian:stretch
FROM debian:stretch-slim
LABEL maintainer="ethitter"
LABEL version="1.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment