Skip to content

Commit 89b4004

Browse files
committed
Add Ubuntu 14.04 "Trusty Tahr" (trusty)
1 parent ea1dd7a commit 89b4004

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

definitions/baseimages.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ env[DISTRO] = debian
4343
image = docker.io/ubuntu:jammy
4444
env[DISTRO] = debian
4545

46+
;;; Ubuntu 14.04
47+
[trusty]
48+
image = docker.io/ubuntu:trusty
49+
env[DISTRO] = debian
50+
env[CMAKE_BOOTSTRAP] = v3
51+
env[NINJA_BOOTSTRAP] = v1.12.1
52+
4653
;; UBI
4754

4855
[ubi9]

0 commit comments

Comments
 (0)