mirror of
https://github.com/mudler/luet.git
synced 2025-09-06 17:50:34 +00:00
Deploying to gh-pages from @ d48006af8a
🚀
This commit is contained in:
@@ -409,7 +409,7 @@ if (!doNotTrack) {
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -27,12 +27,12 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/concepts/overview/build_packages/" /><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2017-01-05T00:00:00+00:00" />
|
||||
<meta property="article:modified_time" content="2023-02-02T11:59:57+01:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2023-02-02T17:18:09+05:30" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="Building packages">
|
||||
<meta itemprop="description" content="How to build packages with Luet
|
||||
"><meta itemprop="datePublished" content="2017-01-05T00:00:00+00:00" />
|
||||
<meta itemprop="dateModified" content="2023-02-02T11:59:57+01:00" />
|
||||
<meta itemprop="dateModified" content="2023-02-02T17:18:09+05:30" />
|
||||
<meta itemprop="wordCount" content="1351">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Building packages"/>
|
||||
@@ -544,7 +544,7 @@ $~/workdir> cat <span style="color:#4e9a06"><<EOF > package3/definit
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -27,12 +27,12 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/concepts/overview/constraints/" /><meta property="article:section" content="docs" />
|
||||
|
||||
<meta property="article:modified_time" content="2023-02-02T11:59:57+01:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2023-02-02T17:18:09+05:30" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="CSP, SAT && RL">
|
||||
<meta itemprop="description" content="How Luet turns Image resolution into CSP
|
||||
">
|
||||
<meta itemprop="dateModified" content="2023-02-02T11:59:57+01:00" />
|
||||
<meta itemprop="dateModified" content="2023-02-02T17:18:09+05:30" />
|
||||
<meta itemprop="wordCount" content="241">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CSP, SAT && RL"/>
|
||||
@@ -403,7 +403,7 @@ They share the same SAT logic of expansion, allowing to swap entire version rang
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -440,7 +440,7 @@ Luet allows also to create packages entirely from Docker images content. In this
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -27,12 +27,12 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/concepts/overview/repositories/" /><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2017-01-05T00:00:00+00:00" />
|
||||
<meta property="article:modified_time" content="2023-02-02T11:59:57+01:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2023-02-02T17:18:09+05:30" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="Creating Luet repositories">
|
||||
<meta itemprop="description" content="How to create Luet repositories
|
||||
"><meta itemprop="datePublished" content="2017-01-05T00:00:00+00:00" />
|
||||
<meta itemprop="dateModified" content="2023-02-02T11:59:57+01:00" />
|
||||
<meta itemprop="dateModified" content="2023-02-02T17:18:09+05:30" />
|
||||
<meta itemprop="wordCount" content="883">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Creating Luet repositories"/>
|
||||
@@ -507,7 +507,7 @@ foo-bar-0.1-builder.image.tar foo-bar-0.1.image.tar foo-bar-0.1.metadata.yaml
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -27,12 +27,12 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/concepts/overview/usage/" /><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2019-12-14T00:00:00+00:00" />
|
||||
<meta property="article:modified_time" content="2023-02-02T11:59:57+01:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2023-02-02T17:18:09+05:30" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="CLI usage">
|
||||
<meta itemprop="description" content="How to install packages, manage repositories, ...
|
||||
"><meta itemprop="datePublished" content="2019-12-14T00:00:00+00:00" />
|
||||
<meta itemprop="dateModified" content="2023-02-02T11:59:57+01:00" />
|
||||
<meta itemprop="dateModified" content="2023-02-02T17:18:09+05:30" />
|
||||
<meta itemprop="wordCount" content="335">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CLI usage"/>
|
||||
@@ -462,7 +462,7 @@ $ luet search --table <regex>
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -27,12 +27,12 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/concepts/packages/collections/" /><meta property="article:section" content="docs" />
|
||||
|
||||
<meta property="article:modified_time" content="2023-02-02T11:59:57+01:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2023-02-02T17:18:09+05:30" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="Collections">
|
||||
<meta itemprop="description" content="Group a set of package build spec with templating
|
||||
">
|
||||
<meta itemprop="dateModified" content="2023-02-02T11:59:57+01:00" />
|
||||
<meta itemprop="dateModified" content="2023-02-02T17:18:09+05:30" />
|
||||
<meta itemprop="wordCount" content="114">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Collections"/>
|
||||
@@ -408,7 +408,7 @@ if (!doNotTrack) {
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -588,7 +588,7 @@ distro/raspbian/buster
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -27,12 +27,12 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/concepts/packages/specfile/" /><meta property="article:section" content="docs" />
|
||||
|
||||
<meta property="article:modified_time" content="2023-02-02T11:59:57+01:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2023-02-02T17:18:09+05:30" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="Specfile">
|
||||
<meta itemprop="description" content="Luet specfile syntax
|
||||
">
|
||||
<meta itemprop="dateModified" content="2023-02-02T11:59:57+01:00" />
|
||||
<meta itemprop="dateModified" content="2023-02-02T17:18:09+05:30" />
|
||||
<meta itemprop="wordCount" content="2434">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Specfile"/>
|
||||
@@ -845,7 +845,7 @@ The directory must represent exactly how the files will be ultimately installed
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -27,12 +27,12 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/concepts/packages/templates/" /><meta property="article:section" content="docs" />
|
||||
|
||||
<meta property="article:modified_time" content="2023-02-02T11:59:57+01:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2023-02-02T17:18:09+05:30" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="Templated packages">
|
||||
<meta itemprop="description" content="Use templates to fine tune build specs
|
||||
">
|
||||
<meta itemprop="dateModified" content="2023-02-02T11:59:57+01:00" />
|
||||
<meta itemprop="dateModified" content="2023-02-02T17:18:09+05:30" />
|
||||
<meta itemprop="wordCount" content="403">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Templated packages"/>
|
||||
@@ -486,7 +486,7 @@ if (!doNotTrack) {
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -481,7 +481,7 @@ $ luet --plugin test-foo install -y foopackage
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
|
||||
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/d48006af8a171f83e53f75e57a240d7587ef4f9c">unpack local image file with prefix file:// (#318) (d48006a)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user