Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michal Nowak
images
Commits
366fa6f5
Commit
366fa6f5
authored
May 14, 2020
by
Michal Nowak
Committed by
Michał Kępień
Jun 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Fedora 32, drop Fedora 31
Also drop other (unused) Linux distributions.
parent
6cad273a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
docker/Makefile
docker/Makefile
+3
-3
No files found.
.gitlab-ci.yml
View file @
366fa6f5
...
...
@@ -204,11 +204,11 @@ centos:8:amd64:packer:
-
packer/centos/*
when
:
always
fedora:3
1
:amd64:docker:
fedora:3
2
:amd64:docker:
stage
:
images
variables
:
DISTROS
:
fedora
VERSIONS
:
3
1
VERSIONS
:
3
2
ARCHS
:
amd64
<<
:
*linux_amd64
<<
:
*docker_image_job
...
...
docker/Makefile
View file @
366fa6f5
DISTROS
?=
alpine centos debian fedora tumbleweed ubuntu
ARCHS
?=
amd64 i386
default_alpine_VERSIONS
:=
3.1
0 3.1
1
default_alpine_VERSIONS
:=
3.11
default_centos_VERSIONS
:=
centos6 centos7 centos8
default_debian_VERSIONS
:=
stretch buster
bullseye
sid
default_fedora_VERSIONS
:=
3
0 31
default_debian_VERSIONS
:=
stretch buster sid
default_fedora_VERSIONS
:=
3
2
default_tumbleweed_VERSIONS
:=
latest
default_ubuntu_VERSIONS
:=
xenial bionic
ifneq
(,$(VERSIONS))
...
...
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