Skip to content

Commit 4979159

Browse files
committed
Remove Ubuntu Trusty support (EOL)
1 parent 430d395 commit 4979159

File tree

5 files changed

+2
-25
lines changed

5 files changed

+2
-25
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GO_DOCKER_RUN = docker run --rm -v $(shell pwd):/go/src/github.com/nginxinc/ngin
22
GOLANG_CONTAINER = golang:1.10
33
BUILD_IN_CONTAINER = 1
44

5-
all: amazon centos7 ubuntu-trusty ubuntu-xenial amazon2 ubuntu-bionic
5+
all: amazon centos7 ubuntu-xenial amazon2 ubuntu-bionic
66

77
test:
88
ifeq ($(BUILD_IN_CONTAINER),1)
@@ -37,10 +37,6 @@ ubuntu-xenial: compile
3737
make -C build/package/builders/ubuntu-xenial/
3838
docker run --rm -v $(shell pwd)/build/package/debian:/debian -v $(shell pwd)/build_output:/build_output ubuntu-xenial-builder
3939

40-
ubuntu-trusty: compile
41-
make -C build/package/builders/ubuntu-trusty/
42-
docker run --rm -v $(shell pwd)/build/package/debian:/debian -v $(shell pwd)/build_output:/build_output ubuntu-trusty-builder
43-
4440
ubuntu-bionic: compile
4541
make -C build/package/builders/ubuntu-bionic/
4642
docker run --rm -v $(shell pwd)/build/package/debian:/debian -v $(shell pwd)/build_output:/build_output ubuntu-bionic-builder

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Below you will find documentation on how to use nginx-asg-sync.
4343

4444
We provide packages for the following operating systems:
4545

46-
* Ubuntu: 14.04 (Trusty), 16.04 (Xenial), 18.04 (Bionic)
46+
* Ubuntu: 16.04 (Xenial), 18.04 (Bionic)
4747
* CentOS/RHEL: 7
4848
* Amazon Linux: 1, 2
4949

@@ -163,7 +163,6 @@ where `<os>` is the target OS. The following values are allowed:
163163
* `amazon` for Amazon Linux 1
164164
* `amazon2` for Amazon Linux 2
165165
* `centos7` for CentOS7/RHEL7
166-
* `ubuntu-trusty` for Ubuntu 14.04
167166
* `ubuntu-xenial` for Ubuntu 16.04
168167
* `ubuntu-bionic` for Ubuntu 18.04
169168

build/package/builders/ubuntu-trusty/Dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

build/package/builders/ubuntu-trusty/Makefile

Lines changed: 0 additions & 2 deletions
This file was deleted.

build/package/builders/ubuntu-trusty/build.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)