mirror of
https://github.com/mudler/luet.git
synced 2025-09-04 00:34:41 +00:00
Deploying to gh-pages from @ 4c788ccbd1
🚀
This commit is contained in:
@@ -27,12 +27,12 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/tutorials/build_package/" /><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2017-01-04T00:00:00+00:00" />
|
||||
<meta property="article:modified_time" content="2023-08-21T11:09:46+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2024-03-15T09:26:32+01:00" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="Build a package">
|
||||
<meta itemprop="description" content="Example on how to build a package and run it locally with luet box
|
||||
"><meta itemprop="datePublished" content="2017-01-04T00:00:00+00:00" />
|
||||
<meta itemprop="dateModified" content="2023-08-21T11:09:46+02:00" />
|
||||
<meta itemprop="dateModified" content="2024-03-15T09:26:32+01:00" />
|
||||
<meta itemprop="wordCount" content="1345">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Build a package"/>
|
||||
@@ -575,7 +575,7 @@ luet box <span style="color:#204a87">exec</span> --rootfs <span style="color:#00
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified August 21, 2023: <a href="https://github.com/mudler/luet/commit/c47bf4833aef41e6ac3e8c831c1cfa8afc091592">Try to fix tests due to upx (#343) (c47bf48)</a>
|
||||
Last modified March 15, 2024: <a href="https://github.com/mudler/luet/commit/4c788ccbd18e287c15c9610594daa533b53ffdad">bump github.com/moby/buildkit to v0.13.0 (#351) (4c788cc)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -617,7 +617,7 @@ luet box <span style="color:#204a87">exec</span> --rootfs <span style="color:#00
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
|
||||
<small class="text-white">© 2023 Ettore Di Giacinto All Rights Reserved</small>
|
||||
<small class="text-white">© 2024 Ettore Di Giacinto All Rights Reserved</small>
|
||||
<small class="ml-1"><a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy Policy</a></small>
|
||||
|
||||
<p class="mt-2"><a href="/about/">About Luet</a></p>
|
||||
|
@@ -27,12 +27,12 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/tutorials/hello_world/" /><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2017-01-04T00:00:00+00:00" />
|
||||
<meta property="article:modified_time" content="2023-08-21T11:09:46+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2024-03-15T09:26:32+01:00" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="Hello world!">
|
||||
<meta itemprop="description" content="Everything starts from an "Hello!"
|
||||
"><meta itemprop="datePublished" content="2017-01-04T00:00:00+00:00" />
|
||||
<meta itemprop="dateModified" content="2023-08-21T11:09:46+02:00" />
|
||||
<meta itemprop="dateModified" content="2024-03-15T09:26:32+01:00" />
|
||||
<meta itemprop="wordCount" content="580">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Hello world!"/>
|
||||
@@ -460,7 +460,7 @@ For this purpose, we have picked a real-world example: <a href="https://github.c
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified August 21, 2023: <a href="https://github.com/mudler/luet/commit/c47bf4833aef41e6ac3e8c831c1cfa8afc091592">Try to fix tests due to upx (#343) (c47bf48)</a>
|
||||
Last modified March 15, 2024: <a href="https://github.com/mudler/luet/commit/4c788ccbd18e287c15c9610594daa533b53ffdad">bump github.com/moby/buildkit to v0.13.0 (#351) (4c788cc)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -502,7 +502,7 @@ For this purpose, we have picked a real-world example: <a href="https://github.c
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
|
||||
<small class="text-white">© 2023 Ettore Di Giacinto All Rights Reserved</small>
|
||||
<small class="text-white">© 2024 Ettore Di Giacinto All Rights Reserved</small>
|
||||
<small class="ml-1"><a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy Policy</a></small>
|
||||
|
||||
<p class="mt-2"><a href="/about/">About Luet</a></p>
|
||||
|
@@ -403,7 +403,7 @@ if (!doNotTrack) {
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified August 21, 2023: <a href="https://github.com/mudler/luet/commit/c47bf4833aef41e6ac3e8c831c1cfa8afc091592">Try to fix tests due to upx (#343) (c47bf48)</a>
|
||||
Last modified March 15, 2024: <a href="https://github.com/mudler/luet/commit/4c788ccbd18e287c15c9610594daa533b53ffdad">bump github.com/moby/buildkit to v0.13.0 (#351) (4c788cc)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -444,7 +444,7 @@ if (!doNotTrack) {
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
|
||||
<small class="text-white">© 2023 Ettore Di Giacinto All Rights Reserved</small>
|
||||
<small class="text-white">© 2024 Ettore Di Giacinto All Rights Reserved</small>
|
||||
<small class="ml-1"><a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy Policy</a></small>
|
||||
|
||||
<p class="mt-2"><a href="/about/">About Luet</a></p>
|
||||
|
Reference in New Issue
Block a user