Skip to content

Commit d4d2370

Browse files
Update warning on Ubuntu 12.04 doc. (circleci#1391)
1 parent d3df1df commit d4d2370

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

jekyll/_cci1/build-image-precise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ layout: classic-docs
33
title: Ubuntu 12.04 (Precise)
44
categories: [build-images]
55
description: Ubuntu 12.04 (Precise)
6-
changefreq: "weekly"
6+
changefreq: "yearly"
77
---
88

9-
<div class="alert alert-warning">
10-
<strong>Warning: </strong>Ubuntu 12.04 is approaching End-of-Life (EOL) by it's maintainer Canonical. We strongly suggest switching to Ubuntu 14.04. Read our announcement <a class="alert-link" href="https://circleci.com/blog/ubuntu-12-04-precise-build-image-end-of-life-warning/">here</a>.
9+
<div class="alert alert-danger" markdown="1">
10+
<strong>Warning: </strong>Ubuntu 12.04 has been End-of-Life'd (EOL) by it's maintainer Canonical. Neither Canonical nor CircleCI are maintaining this image. We strongly suggest switching to CircleCI 2.0, or at the very least the [Ubuntu 14.04 image](https://circleci.com/docs/1.0/build-image-trusty/) for CircleCI 1.0. Read our announcement [here](https://circleci.com/blog/ubuntu-12-04-precise-build-image-end-of-life-warning/).
1111
</div>
1212

1313
Occasionally, bugs in tests arise because CircleCI's environment differs slightly from your local environment.

jekyll/assets/css/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ code {
220220
margin-right: 5px;
221221
font-weight: bold;
222222
}
223+
224+
.alert-danger a{
225+
color: #843534;
226+
font-weight: bold;
227+
}
223228
/***** End - Widgets **********************************************************/
224229
//
225230
//*****************************************************************************/

0 commit comments

Comments
 (0)