This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
514 lines (481 loc) · 16.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7" lang="en-us"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8" lang="en-us"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie10 lt-ie9" lang="en-us"> <![endif]-->
<!--[if IE 9]> <html class="no-js lt-ie10 lt-ie9" lang="en-us"> <![endif]-->
<!--[if lt IE 10]> <html class="no-js lt-ie10" lang="en-us"> <![endif]-->
<!--[if !IE]> > <![endif]-->
<html class='no-js' lang='en'>
<!-- <![endif] -->
<head>
<title>
Project Atomic
</title>
<meta charset='utf-8'>
<meta content='' name='description'>
<meta content='Project Atomic. Sponsored by Red Hat, Inc.' name='author'>
<meta content='initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width' name='viewport'>
<link href='/images/favicon.ico' rel='shortcut icon'>
<link href='/images/apple-touch-icon-precomposed.png' rel='apple-touch-icon-precomposed'>
<link href='/images/apple-touch-icon-57x57-precomposed.png' rel='apple-touch-icon-precomposed' sizes='57x57'>
<link href='/images/apple-touch-icon-72x72-precomposed.png' rel='apple-touch-icon-precomposed' sizes='72x72'>
<link href='/images/apple-touch-icon-114x114-precomposed.png' rel='apple-touch-icon-precomposed' sizes='114x114'>
<link href='/blog/feed.xml' rel='alternate' title='Project Atomic' type='application/atom+xml'>
<link href="/stylesheets/application.css?1633620577" rel="stylesheet" type="text/css" />
<link href="/stylesheets/print.css?1633620578" rel="stylesheet" type="text/css" media="print" />
<div class="alert alert-danger text-center">
<h2> Project Atomic is now sunset</h2>
<p>
The Atomic Host platform is now replaced by <a href="https://coreos.fedoraproject.org">CoreOS</a>.
Users of Atomic Host are encouraged to join the CoreOS community on the <a href="https://github.com/coreos/fedora-coreos-tracker#communication-channels-for-fedora-coreos">Fedora CoreOS communication channels</a>.
</p>
<p>
The documentation contained below and throughout this site has been retained for historical purposes, but can no longer be guaranteed to be accurate.
</p>
</div>
</head>
<body class='front-page header-page index source-haml'>
<section class='container' id='page-wrap'>
<div class='row'>
<div class='col-md-3 col-lg-2' id='sidebar'>
<div id='nav-primary'>
<nav class='navbar navbar-default' role='navigation'>
<div class='navbar-header'>
<button class='navbar-toggle' data-target='.navbar-ex1-collapse' data-toggle='collapse'>
<span class='sr-only'>
Toggle navigation
</span>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
</button>
<a class='navbar-brand' href='/'>
Project Atomic
</a>
</div>
<div class='collapse navbar-collapse navbar-ex1-collapse'>
<ul class='nav navbar-nav'>
<li><a class="get-started" href="/download">Get Started</a></li>
<li><a class="documentation" href="/docs">Documentation</a></li>
<li><a class="developer-community" href="/community">Developer Community</a></li>
<li><a class="talks" href="/community/talks">Talks</a></li>
<li><a class="on-github" href="https://github.com/projectatomic/">On GitHub</a></li>
<li><a class="blog" href="/blog">Blog</a></li>
<li><a class="twitter" href="http://www.twitter.com/projectatomic">Twitter</a></li>
<li><a class="rss" href="blog/feed.xml">RSS</a></li>
</ul>
</div>
</nav>
</div>
</div>
<section class='col-lg-10 col-md-9 container' id='content'>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser.
<a href="http://browsehappy.com/">Upgrade your browser today</a> or
<a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<div class='jumbotron'>
<img class='pull-right img-responsive' src='/images/multicontainer.svg'>
<div class='clearfix visible-xs'></div>
<h1>
Deploy and Manage Your Containers in the Next-Generation Container OS
</h1>
<p class='lead'>
Use immutable infrastructure to deploy and scale your containerized applications. Project Atomic mainly comprises Atomic Host, Team Silverblue, and various container tooling.
cloud native platforms.
</p>
<ul class='list-unstyled' id='social'>
<li class='twitter'>
<a href='http://www.twitter.com/projectatomic' title='Twitter'>
<i class='fa fa-twitter'></i>
<span class='label'>Twitter</span>
</a>
</li>
<li class='facebook'>
<a href='https://www.facebook.com/projectatomic' title='Facebook'>
<i class='fa fa-facebook'></i>
<span class='label'>Facebook</span>
</a>
</li>
<li class='google'>
<a href='https://plus.google.com/108727025270662383247/posts' title='Google+'>
<i class='fa fa-google-plus'></i>
<span class='label'>Google+</span>
</a>
</li>
<li class='rss'>
<a href='/blog/feed.xml' title='RSS'>
<i class='fa fa-rss'></i>
<span class='label'>RSS</span>
</a>
</li>
</ul>
<hr>
<div class='col-md-12'>
<div class='row'>
<div class='col-xs-12 col-lg-4'>
<h2>Atomic Host</h2>
<p>
<b>Atomic Host</b>
provides immutable infrastructure for deploying to hundreds or
thousands of servers in your private or public cloud. Available in
<b>Fedora Atomic Host,</b>
<b>CentOS Atomic Host,</b>
<b>and Red Hat Atomic Host</b>
editions depending on your platform and support needs.
</p>
<p>
To balance the need between long-term stability and new
features, we are providing different releases of Atomic Host
for you to choose from.
</p>
<p>
<a href='/download'>
<i class='fa fa-fw fa-download'></i>
Get Started
</a>
</p>
</div>
<div class='col-xs-12 col-lg-4'>
<h2>Team Silverblue</h2>
<p>
<b>Team Silverblue</b>
provides immutable infrastructure for your desktop experience.
<a href='https://silverblue.fedoraproject.org'>
<i class='fa fa-fw fa-graduation-cap'></i>
Team Silverblue
</a>
</p>
</div>
</div>
</div>
<div class='col-md-12'>
<div class='row'>
<div class='col-xs-12 col-lg-4'>
<h2>
Container Tools
</h2>
<p>
Tools from our team help you create, deploy, manage, and secure containers.
</p>
<p>
<a href='https://github.com/projectatomic/buildah'>
<i class='fa fa-play-circle'></i>
Build containers with Buildah
</a>
</p>
<p>
<a href='http://kompose.io/'>
<i class='fa fa-play-circle'></i>
Compose applications with Kompose
</a>
</p>
<p>
<a href='https://github.com/projectatomic/skopeo'>
<i class='fa fa-play-circle'></i>
Pull and move images with Skopeo
</a>
</p>
<p>
<a href='https://github.com/kubernetes-incubator/cri-o'>
<i class='fa fa-play-circle'></i>
Deploy using Kubernetes and CRI-O
</a>
</p>
<p>
<a href='http://cockpit-project.org/'>
<i class='fa fa-play-circle'></i>
Manage container hosts with Cockpit
</a>
</p>
<p>
<a href='https://github.com/projectatomic/atomic'>
<i class='fa fa-play-circle'></i>
Install, run and scan with Atomic CLI
</a>
</p>
<p>
<a href='https://github.com/projectatomic/bubblewrap'>
<i class='fa fa-play-circle'></i>
Sandbox apps with Bubblewrap
</a>
</p>
</div>
<div class='col-xs-12 col-lg-4'>
<h2>
Container Registries
</h2>
<p>
You can get your containerized
applications from the
<b>CentOS Container Pipeline</b>
and the
<b>Fedora Layered Image Build Service</b>
</p>
<p>
Trusted container content from the
projects you already trust.
</p>
<p>
<a href='https://fedoraproject.org/wiki/Atomic/FLIBS_Catalog'>
<i class='fa fa-fw fa-graduation-cap'></i>
Learn more about Fedora Layered Images
</a>
</p>
<p>
<a href='https://wiki.centos.org/ContainerPipeline'>
<i class='fa fa-fw fa-graduation-cap'></i>
Learn more about CentOS Container Pipeline
</a>
</p>
</div>
</div>
</div>
</div>
<div class='row featurette'>
<div class='col-sm-12 col-md-12'>
<h2>Community News</h2>
<section class='blog-posts'>
<section class='articles'>
<article class='post hentry'>
<header class='post-header'>
<h2 class='post-title entry-title'>
<a href="/blog/2019/11/fedora-atomic-host-nearing-eol/">Fedora Atomic Host Nearing End Of Life</a>
</h2>
<p class='post-meta'>
<span class='byline'>
by
</span>
<span class='author vcard'>
<a href="/blog/author/dustymabe/">Dusty Mabe</a>
</span>
–
<time class='published' datetime='2019-11-21T00:00:00Z'>
Thursday 21 November 2019
</time>
</p>
</header>
<section class='post-content entry-content'>
<p><strong>TL;DR</strong> <em>Fedora 29 will be End Of Life <a href="https://lists.fedoraproject.org/archives/list/[email protected]/message/VUK3CJ5LO4ROUH3JTCDVHYAVVYAOCU62/">soon</a>.</em>
<em>With it Fedora Atomic Host will have its last incremental release (based on</em>
<em>the Fedora 29 stream). Please move to the Fedora CoreOS preview if you can.</em></p>
<p>
<a class="more-link read-more" href="/blog/2019/11/fedora-atomic-host-nearing-eol/">Read More »</a>
</section>
<footer class='post-meta'>
<div class='tags'>
Tags:
<ul class='taglist'>
<li><a href="/blog/tag/atomic/">atomic</a></li>
<li><a href="/blog/tag/fedora/">fedora</a></li>
</ul>
</div>
</footer>
</article>
<article class='post hentry'>
<header class='post-header'>
<h2 class='post-title entry-title'>
<a href="/blog/2018/10/fedora-atomic-28-to-29-upgrade/">Fedora 28->29 Atomic Host Upgrade Guide</a>
</h2>
<p class='post-meta'>
<span class='byline'>
by
</span>
<span class='author vcard'>
<a href="/blog/author/dustymabe/">Dusty Mabe</a>
</span>
–
<time class='published' datetime='2018-10-31T00:00:00Z'>
Wednesday 31 October 2018
</time>
</p>
</header>
<section class='post-content entry-content'>
<h3>Introduction</h3>
<p>This week we put out the <a href="https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2018-October/msg00006.html">first</a>
release of Fedora 29 Atomic Host. This will be the last major release
of Fedora Atomic Host as we prepare for <a href="https://coreos.fedoraproject.org/">Fedora CoreOS</a>
which will be released in Fedora 30.</p>
<p>In this post we’ll quickly list some known issues and then talk about updating
an existing Fedora 28 Atomic Host system to Fedora 29. We’ll cover preparing
the system for upgrade and performing the upgrade.</p>
<p>
<a class="more-link read-more" href="/blog/2018/10/fedora-atomic-28-to-29-upgrade/">Read More »</a>
</section>
<footer class='post-meta'>
<div class='tags'>
Tags:
<ul class='taglist'>
<li><a href="/blog/tag/atomic/">atomic</a></li>
<li><a href="/blog/tag/fedora/">fedora</a></li>
</ul>
</div>
</footer>
</article>
<article class='post hentry'>
<header class='post-header'>
<h2 class='post-title entry-title'>
<a href="/blog/2018/07/Buildah-version-v1.2/">Buildah version 1.2 Release Announcement</a>
</h2>
<p class='post-meta'>
<span class='byline'>
by
</span>
<span class='author vcard'>
<a href="/blog/author/tsweeney/">Tom Sweeney</a>
</span>
–
<time class='published' datetime='2018-07-14T00:00:00Z'>
Saturday 14 July 2018
</time>
</p>
</header>
<section class='post-content entry-content'>
<h3>Buildah version 1.2 Release Announcement</h3>
<p><img alt="buildah logo" src="https://cdn.rawgit.com/projectatomic/buildah/master/logos/buildah-logo_large.png" /></p>
<p>We’re pleased to announce the release of Buildah version 1.2 which is now available from GitHub for any Linux distro. We are shipping this release on Fedora, RHEL 7, CentOS and Ubuntu in the near future. </p>
<p>The Buildah project has continued to grow over the past several weeks, welcoming several new contributors to the mix. The highlights of this release are the added ability to control image layers when building an image, CVE’s Fixes, the initial support for user namespace handling and several other enhancements and bug fixes.</p>
<p>
<a class="more-link read-more" href="/blog/2018/07/Buildah-version-v1.2/">Read More »</a>
</section>
<footer class='post-meta'>
<div class='tags'>
Tags:
<ul class='taglist'>
<li><a href="/blog/tag/buildah/">buildah</a></li>
<li><a href="/blog/tag/community/">community</a></li>
<li><a href="/blog/tag/open-source/">open source</a></li>
</ul>
</div>
</footer>
</article>
<article class='post hentry'>
<header class='post-header'>
<h2 class='post-title entry-title'>
<a href="/blog/2018/06/welcome-to-fedora-coreos/">Announcing the Fedora CoreOS community!</a>
</h2>
<p class='post-meta'>
<span class='byline'>
by
</span>
<span class='author vcard'>
<a href="/blog/author/dustymabe/">Dusty Mabe</a>
</span>
–
<time class='published' datetime='2018-06-20T00:00:00Z'>
Wednesday 20 June 2018
</time>
</p>
</header>
<section class='post-content entry-content'>
<h3>Welcome to Fedora CoreOS</h3>
<p>Earlier this year Red Hat acquired <a href="https://www.redhat.com/en/about/press-releases/red-hat-acquire-coreos-expanding-its-kubernetes-and-containers-leadership">CoreOS, Inc.</a>.
In the past few
months we have been working hard to evaluate the different technologies
in the CoreOS Container Linux and Project Atomic spaces. Since Container
Linux and Atomic Host overlap in functionality quite a bit we have decided
to merge future development of the two projects so that we can combine
our efforts and bring two great communities of people together to solve
future challenges in the transactional update and container operating
system landscape.</p>
<p>
<a class="more-link read-more" href="/blog/2018/06/welcome-to-fedora-coreos/">Read More »</a>
</section>
<footer class='post-meta'>
<div class='tags'>
Tags:
<ul class='taglist'>
<li><a href="/blog/tag/atomic/">atomic</a></li>
<li><a href="/blog/tag/coreos/">coreos</a></li>
<li><a href="/blog/tag/fedora/">fedora</a></li>
</ul>
</div>
</footer>
</article>
<article class='post hentry'>
<header class='post-header'>
<h2 class='post-title entry-title'>
<a href="/blog/2018/06/Buildah-version-v1.1/">Buildah version 1.1 Release Announcement</a>
</h2>
<p class='post-meta'>
<span class='byline'>
by
</span>
<span class='author vcard'>
<a href="/blog/author/tsweeney/">Tom Sweeney</a>
</span>
–
<time class='published' datetime='2018-06-12T00:00:00Z'>
Tuesday 12 June 2018
</time>
</p>
</header>
<section class='post-content entry-content'>
<h3>Buildah version 1.1 Release Announcement</h3>
<p><img alt="buildah logo" src="https://cdn.rawgit.com/projectatomic/buildah/master/logos/buildah-logo_large.png" /></p>
<p>We’re pleased to announce the release of Buildah version 1.1 which is now available from GitHub for any Linux distro. We are shipping this release on Fedora, RHEL 7, CentOS and Ubuntu in the near future.</p>
<p>The Buildah project has continued to grow over the past several weeks, welcoming several new contributors to the mix, launching new functionality and creating a number of improvements and bug fixes. </p>
<p>
<a class="more-link read-more" href="/blog/2018/06/Buildah-version-v1.1/">Read More »</a>
</section>
<footer class='post-meta'>
<div class='tags'>
Tags:
<ul class='taglist'>
<li><a href="/blog/tag/buildah/">buildah</a></li>
<li><a href="/blog/tag/community/">community</a></li>
<li><a href="/blog/tag/open-source/">open source</a></li>
</ul>
</div>
</footer>
</article>
</section>
<h3><a class="more-link" href="/blog/page=2/">» View older news</a></h3>
</section>
</div>
</div>
<div class='row featurette'>
<div class='col-sm-12 col-md-12'>
<p class='text-center'>Ready to try Atomic?</p>
<p class='text-center buttons'>
<a class='btn btn-default' href='/download'>
<i class='fa fa-rocket'></i>
Get Started
<i class='fa fa-long-arrow-right'></i>
</a>
</p>
</div>
</div>
</section>
</div>
<div class='row'>
<div class='col-md-offset-3 col-md-9 col-lg-offset-2 col-lg-10' id='footer'>
<footer>
<hr class='visible-print'>
<ul class='footer-nav-list'>
<li><a target="_blank" href="https://fedoraproject.org/wiki/Legal:PrivacyPolicy">Privacy Policy</a></li>
</ul>
© 2014–2021 Project Atomic. Sponsored by Red Hat, Inc.
<div class='edit-this-page pull-right'>
<a href="https://github.com/projectatomic/atomic-site/edit/master/source/index.html.haml"><i class="icon fa fa-fw fa-github"></i>Edit this page on GitHub</a>
</div>
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://tracker.osci.io/piwik/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 4]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="https://tracker.osci.io/piwik/piwik.php?idsite=4" style="border:0;" alt="" /></p></noscript>
</footer>
</div>
</div>
</section>
<script src="/javascripts/application.js?1633620584" type="text/javascript"></script>
</body>
</html>