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
Toggle navigation
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
0f909118
Commit
0f909118
authored
May 07, 2019
by
Adrien Dorsaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: try to use smaller images and avoid install recommends
parent
a8661b1e
Pipeline
#230
canceled with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
gitlab-ci/docker/jessie-backports/Dockerfile
gitlab-ci/docker/jessie-backports/Dockerfile
+2
-2
gitlab-ci/docker/jessie/Dockerfile
gitlab-ci/docker/jessie/Dockerfile
+2
-2
gitlab-ci/docker/stretch/Dockerfile
gitlab-ci/docker/stretch/Dockerfile
+2
-2
No files found.
gitlab-ci/docker/jessie-backports/Dockerfile
View file @
0f909118
...
...
@@ -4,11 +4,11 @@ RUN apt-get update
RUN
apt-get upgrade
-y
# Minimal tools required by acme-dns-tiny CI
RUN
apt-get
install
-y
\
RUN
apt-get
install
-y
--no-install-recommends
\
python3-coverage
\
python3-pip
RUN
apt-get
install
-y
\
RUN
apt-get
install
-y
--no-install-recommends
\
-t
jessie-backports
\
python3-configargparse
\
python3-dnspython
...
...
gitlab-ci/docker/jessie/Dockerfile
View file @
0f909118
FROM
debian:jessie
FROM
debian:jessie
-slim
RUN
apt-get update
RUN
apt-get upgrade
-y
# Minimal tools required by acme-dns-tiny CI
RUN
apt-get
install
-y
\
RUN
apt-get
install
-y
--no-install-recommends
\
python3-dnspython
\
python3-coverage
\
python3-pip
...
...
gitlab-ci/docker/stretch/Dockerfile
View file @
0f909118
FROM
debian:stretch
FROM
debian:stretch
-slim
RUN
apt-get update
RUN
apt-get upgrade
-y
# Minimal tools required by acme-dns-tiny CI
RUN
apt-get
install
-y
\
RUN
apt-get
install
-y
--no-install-recommends
\
python3-dnspython
\
python3-coverage
\
python3-configargparse
\
...
...
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