mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 18:49:39 +00:00
Deploying to gh-pages from @ 3ff64b7d45
🚀
This commit is contained in:
@@ -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="2024-03-21T10:25:47+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2024-04-19T11:29:29+02:00" /><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="2024-03-21T10:25:47+02:00" />
|
||||
<meta itemprop="dateModified" content="2024-04-19T11:29:29+02:00" />
|
||||
<meta itemprop="wordCount" content="1412">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Building packages"/>
|
||||
@@ -550,7 +550,7 @@ $~/workdir> cat <span style="color:#4e9a06"><<EOF > package3/definit
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified March 21, 2024: <a href="https://github.com/mudler/luet/commit/f3480f8f8daa90ac00409881a98ab18cc5c3647c">Don't hardcode the version (#353) (f3480f8)</a>
|
||||
Last modified April 19, 2024: <a href="https://github.com/mudler/luet/commit/3ff64b7d459617339398d6c6145c2d8f91861b98">:arrow_up: Bump github.com/docker/distribution (#336) (3ff64b7)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -32,11 +32,11 @@ general:
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/concepts/overview/configuration/" /><meta property="article:section" content="docs" />
|
||||
|
||||
<meta property="article:modified_time" content="2024-03-21T10:25:47+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2024-04-19T11:29:29+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="">
|
||||
<meta itemprop="description" content="title: “Configuration” linkTitle: “Configuration weight: 2 description: > Configuring Luet General general:# Define max concurrency processes. Default is based of arch: runtime.NumCPU()concurrency:1# Enable Debug. If debug is active spinner is disabled.debug:false# Show output of build execution (docker, img, etc.)show_build_output:false# Define spinner msspinner_ms:200# Define spinner charset. See https://github.com/briandowns/spinnerspinner_charset:22# Enable warnings to exitfatal_warnings:false# Try extracting tree/packages with the same ownership as exists in the archive (default for superuser).same_owner:falseImages After the building of the packages, you can apply arbitrary images on top using the images stanza.">
|
||||
<meta itemprop="dateModified" content="2024-03-21T10:25:47+02:00" />
|
||||
<meta itemprop="dateModified" content="2024-04-19T11:29:29+02:00" />
|
||||
<meta itemprop="wordCount" content="525">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content=""/>
|
||||
@@ -527,7 +527,7 @@ Configuring Luet</h2>
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified March 21, 2024: <a href="https://github.com/mudler/luet/commit/f3480f8f8daa90ac00409881a98ab18cc5c3647c">Don't hardcode the version (#353) (f3480f8)</a>
|
||||
Last modified April 19, 2024: <a href="https://github.com/mudler/luet/commit/3ff64b7d459617339398d6c6145c2d8f91861b98">:arrow_up: Bump github.com/docker/distribution (#336) (3ff64b7)</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="2024-03-21T10:25:47+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2024-04-19T11:29:29+02:00" /><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="2024-03-21T10:25:47+02:00" />
|
||||
<meta itemprop="dateModified" content="2024-04-19T11:29:29+02:00" />
|
||||
<meta itemprop="wordCount" content="241">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CSP, SAT && RL"/>
|
||||
@@ -405,7 +405,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 March 21, 2024: <a href="https://github.com/mudler/luet/commit/f3480f8f8daa90ac00409881a98ab18cc5c3647c">Don't hardcode the version (#353) (f3480f8)</a>
|
||||
Last modified April 19, 2024: <a href="https://github.com/mudler/luet/commit/3ff64b7d459617339398d6c6145c2d8f91861b98">:arrow_up: Bump github.com/docker/distribution (#336) (3ff64b7)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -450,7 +450,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 March 21, 2024: <a href="https://github.com/mudler/luet/commit/f3480f8f8daa90ac00409881a98ab18cc5c3647c">Don't hardcode the version (#353) (f3480f8)</a>
|
||||
Last modified April 19, 2024: <a href="https://github.com/mudler/luet/commit/3ff64b7d459617339398d6c6145c2d8f91861b98">:arrow_up: Bump github.com/docker/distribution (#336) (3ff64b7)</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="2024-03-21T10:25:47+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2024-04-19T11:29:29+02:00" /><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="2024-03-21T10:25:47+02:00" />
|
||||
<meta itemprop="dateModified" content="2024-04-19T11:29:29+02:00" />
|
||||
<meta itemprop="wordCount" content="883">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Creating Luet repositories"/>
|
||||
@@ -509,7 +509,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 March 21, 2024: <a href="https://github.com/mudler/luet/commit/f3480f8f8daa90ac00409881a98ab18cc5c3647c">Don't hardcode the version (#353) (f3480f8)</a>
|
||||
Last modified April 19, 2024: <a href="https://github.com/mudler/luet/commit/3ff64b7d459617339398d6c6145c2d8f91861b98">:arrow_up: Bump github.com/docker/distribution (#336) (3ff64b7)</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="2024-03-21T10:25:47+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2024-04-19T11:29:29+02:00" /><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="2024-03-21T10:25:47+02:00" />
|
||||
<meta itemprop="dateModified" content="2024-04-19T11:29:29+02:00" />
|
||||
<meta itemprop="wordCount" content="335">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CLI usage"/>
|
||||
@@ -464,7 +464,7 @@ $ luet search --table <regex>
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified March 21, 2024: <a href="https://github.com/mudler/luet/commit/f3480f8f8daa90ac00409881a98ab18cc5c3647c">Don't hardcode the version (#353) (f3480f8)</a>
|
||||
Last modified April 19, 2024: <a href="https://github.com/mudler/luet/commit/3ff64b7d459617339398d6c6145c2d8f91861b98">:arrow_up: Bump github.com/docker/distribution (#336) (3ff64b7)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user