Skip to content
Snippets Groups Projects
Commit 357f6c73 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch '4234-drop-ubuntu-14-04' into 'master'

Stop building Ubuntu 14.04 packages

Closes #4234

See merge request gitlab-org/omnibus-gitlab!3192
parents f0814e76 94d9536e
No related branches found
No related tags found
No related merge requests found
---
title: Stop building Ubuntu 14.04 packages
merge_request: 3192
author:
type: deprecated
......@@ -14,6 +14,7 @@
|OpenSUSE 42.2|[January 2018](https://en.opensuse.org/Lifetime#Discontinued_distributions)|[GitLab CE](https://packages.gitlab.com/gitlab/gitlab-ce/packages/opensuse/42.2/gitlab-ce-10.4.0-ce.0.sles42.x86_64.rpm) / [GitLab EE](https://packages.gitlab.com/gitlab/gitlab-ee/packages/opensuse/42.2/gitlab-ee-10.4.0-ee.0.sles42.x86_64.rpm) 10.4.0|
|Debian Wheezy|[May 2018](https://www.debian.org/News/2018/20180601)|[GitLab CE](https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/wheezy/gitlab-ce_11.6.2-ce.0_amd64.deb) / [GitLab EE](https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/wheezy/gitlab-ee_11.6.2-ee.0_amd64.deb) 11.6.2|
|Raspbian Jessie|[May 2017](https://downloads.raspberrypi.org/raspbian/images/raspbian-2017-07-05/)|[GitLab CE](https://packages.gitlab.com/gitlab/raspberry-pi2/packages/raspbian/jessie/gitlab-ce_11.7.0-ce.0_armhf.deb) 11.7.0|
|Ubuntu 14.04|[April 2019](https://www.ubuntu.com/info/release-end-of-life)|[GitLab CE](https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/trusty/gitlab-ce_11.10.0-ce.0_amd64.deb) / [GitLab EE](https://packages.gitlab.com/gitlab/gitlab-ee/packages/ubuntu/trusty/gitlab-ee_11.10.0-ee.0_amd64.deb) 11.10.0|
## Supported Operating Systems
......@@ -34,7 +35,6 @@
|Debian 9|GitLab CE / GitLab EE 9.3.0|2022|https://wiki.debian.org/DebianReleases#Production_Releases|
|OpenSUSE 42.3|GitLab CE / GitLab EE 10.4.0|Jan 2019|https://en.opensuse.org/Lifetime|
|SLES 12|GitLab EE 9.0.0|Oct 2027|https://www.suse.com/lifecycle/|
|Ubuntu 14.04|GitLab CE / GitLab EE 7.10.0|April 2019|https://wiki.ubuntu.com/Releases|
|Ubuntu 16.04|GitLab CE / GitLab EE 8.7.1|April 2021|https://wiki.ubuntu.com/Releases|
|Ubuntu 18.04|GitLab CE / GitLab EE 10.7.0|April 2023|https://wiki.ubuntu.com/Releases|
|Raspbian Stretch|GitLab CE 11.1.0|June 2020|https://wiki.debian.org/DebianReleases#Production_Releases|
......@@ -170,9 +170,6 @@
stage: gitlab_com:package
extends: .branch_template
Ubuntu-14.04-branch:
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_14.04:${BUILDER_IMAGE_REVISION}"
<<: *branch_build
Ubuntu-18.04-branch:
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_18.04:${BUILDER_IMAGE_REVISION}"
<<: *branch_build
......@@ -303,9 +300,6 @@
<<: *dev-except-branches
### Package builds
Ubuntu-14.04:
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_14.04:${BUILDER_IMAGE_REVISION}"
<<: *tag_build
Ubuntu-18.04:
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_18.04:${BUILDER_IMAGE_REVISION}"
<<: *tag_build
......@@ -367,11 +361,6 @@
retry: 1
### Staging uploads
Ubuntu-14.04-staging:
dependencies:
- Ubuntu-14.04
- Ubuntu-14.04-branch
<<: *staging_upload
Ubuntu-18.04-staging:
dependencies:
- Ubuntu-18.04
......@@ -412,10 +401,6 @@
<<: *staging_upload
### Package releases
Ubuntu-14.04-release:
dependencies:
- Ubuntu-14.04
<<: *production_release
Ubuntu-16.04-release:
dependencies:
- Ubuntu-16.04
......
......@@ -153,7 +153,6 @@
Debian 8 knapsack: *prepare_knapsack
Debian 9.1 knapsack: *prepare_knapsack
OpenSUSE 42.3 knapsack: *prepare_knapsack
Ubuntu 14.04 knapsack: *prepare_knapsack
Ubuntu 16.04 knapsack: *prepare_knapsack
Ubuntu 18.04 knapsack: *prepare_knapsack
......@@ -157,12 +156,6 @@
Ubuntu 16.04 knapsack: *prepare_knapsack
Ubuntu 18.04 knapsack: *prepare_knapsack
Ubuntu 14.04 specs:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-trusty"
extends: .spec_template
parallel: 6
dependencies:
- Ubuntu 14.04 knapsack
Ubuntu 16.04 specs:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-xenial"
extends: .spec_template
......
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