Deploying to gh-pages from @ 13dde527b4 🚀

This commit is contained in:
mudler
2023-05-31 21:11:33 +00:00
parent 7da0f03042
commit ad0cbc27d4
40 changed files with 240 additions and 230 deletions

View File

@@ -38,8 +38,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -142,7 +142,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -164,7 +164,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -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/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>

View File

@@ -27,13 +27,13 @@
<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-02T13:37:09+01:00" /><meta property="og:site_name" content="Luet" />
<meta property="article:modified_time" content="2023-05-31T23:10:46+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="2023-02-02T13:37:09+01:00" />
<meta itemprop="wordCount" content="1351">
<meta itemprop="dateModified" content="2023-05-31T23:10:46+02:00" />
<meta itemprop="wordCount" content="1412">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Building packages"/>
<meta name="twitter:description" content="How to build packages with Luet
@@ -42,8 +42,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -146,7 +146,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -168,7 +168,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -290,6 +290,7 @@ if (!doNotTrack) {
<li><a href="#build-faster">Build faster</a></li>
</ul>
</li>
<li><a href="#building-for-a-different-platform">Building for a different platform</a></li>
<li><a href="#notes">Notes</a></li>
</ul>
</nav></div>
@@ -473,7 +474,10 @@ $~/workdir&gt; cat <span style="color:#4e9a06">&lt;&lt;EOF &gt; package3/definit
<p>Luet doesn&rsquo;t handle login to registries, so that has to be handled separately with <code>docker login</code> or <code>img login</code> before the build process starts.</p>
<h3 id="build-faster">Build faster</h3>
<p>When packages are cached, for iterating locally it&rsquo;s particularly useful to jump straight to the image that you want to build. You can use <code>--only-target-package</code> to jump directly to the image you are interested in. Luet will take care of checking if the images are present in the remote registry, and would build them if any of those are missing.</p>
<h2 id="notes">Notes</h2>
<h2 id="building-for-a-different-platform">Building for a different platform</h2>
<p>Sometimes you need to build a package for a different platform than the one running on your host machine. For example, you may want to build an arm64 package, but your machine is x86. To do this, all you need to do is pass the following arguments:</p>
<pre tabindex="0"><code>luet --backend-args --load --backend-args --platform --backend-args linux/arm64 build PACKAGE_NAME
</code></pre><h2 id="notes">Notes</h2>
<ul>
<li>All the files which are next to a <code>build.yaml</code> are copied in the container which is running your build, so they are always accessible during build time.</li>
<li>If you notice errors about disk space, mind to set the <code>TMPDIR</code> env variable to a different folder. By default luet respects the O.S. default (which in the majority of system is <code>/tmp</code>).</li>
@@ -544,7 +548,7 @@ $~/workdir&gt; cat <span style="color:#4e9a06">&lt;&lt;EOF &gt; 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/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>

View File

@@ -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-02T13:37:09+01:00" /><meta property="og:site_name" content="Luet" />
<meta property="article:modified_time" content="2023-05-31T23:10:46+02:00" /><meta property="og:site_name" content="Luet" />
<meta itemprop="name" content="CSP, SAT &amp;&amp; RL">
<meta itemprop="description" content="How Luet turns Image resolution into CSP
">
<meta itemprop="dateModified" content="2023-02-02T13:37:09+01:00" />
<meta itemprop="dateModified" content="2023-05-31T23:10:46+02:00" />
<meta itemprop="wordCount" content="241">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="CSP, SAT &amp;&amp; RL"/>
@@ -42,8 +42,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -146,7 +146,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -168,7 +168,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -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/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>

View File

@@ -38,8 +38,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -142,7 +142,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -164,7 +164,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -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/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>

View File

@@ -154,7 +154,10 @@ $~/workdir&amp;gt; cat &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;lt;&amp;lt
&lt;p&gt;Luet doesn&amp;rsquo;t handle login to registries, so that has to be handled separately with &lt;code&gt;docker login&lt;/code&gt; or &lt;code&gt;img login&lt;/code&gt; before the build process starts.&lt;/p&gt;
&lt;h3 id=&#34;build-faster&#34;&gt;Build faster&lt;/h3&gt;
&lt;p&gt;When packages are cached, for iterating locally it&amp;rsquo;s particularly useful to jump straight to the image that you want to build. You can use &lt;code&gt;--only-target-package&lt;/code&gt; to jump directly to the image you are interested in. Luet will take care of checking if the images are present in the remote registry, and would build them if any of those are missing.&lt;/p&gt;
&lt;h2 id=&#34;notes&#34;&gt;Notes&lt;/h2&gt;
&lt;h2 id=&#34;building-for-a-different-platform&#34;&gt;Building for a different platform&lt;/h2&gt;
&lt;p&gt;Sometimes you need to build a package for a different platform than the one running on your host machine. For example, you may want to build an arm64 package, but your machine is x86. To do this, all you need to do is pass the following arguments:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;luet --backend-args --load --backend-args --platform --backend-args linux/arm64 build PACKAGE_NAME
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;notes&#34;&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;All the files which are next to a &lt;code&gt;build.yaml&lt;/code&gt; are copied in the container which is running your build, so they are always accessible during build time.&lt;/li&gt;
&lt;li&gt;If you notice errors about disk space, mind to set the &lt;code&gt;TMPDIR&lt;/code&gt; env variable to a different folder. By default luet respects the O.S. default (which in the majority of system is &lt;code&gt;/tmp&lt;/code&gt;).&lt;/li&gt;

View File

@@ -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-02T13:37:09+01:00" /><meta property="og:site_name" content="Luet" />
<meta property="article:modified_time" content="2023-05-31T23:10:46+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="2023-02-02T13:37:09+01:00" />
<meta itemprop="dateModified" content="2023-05-31T23:10:46+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"/>
@@ -42,8 +42,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -146,7 +146,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -168,7 +168,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -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/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>

View File

@@ -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-02T13:37:09+01:00" /><meta property="og:site_name" content="Luet" />
<meta property="article:modified_time" content="2023-05-31T23:10:46+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="2023-02-02T13:37:09+01:00" />
<meta itemprop="dateModified" content="2023-05-31T23:10:46+02:00" />
<meta itemprop="wordCount" content="335">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="CLI usage"/>
@@ -42,8 +42,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -146,7 +146,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -168,7 +168,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -462,7 +462,7 @@ $ luet search --table &lt;regex&gt;
<div class="text-muted mt-5 pt-3 border-top">
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>

View File

@@ -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-02T13:37:09+01:00" /><meta property="og:site_name" content="Luet" />
<meta property="article:modified_time" content="2023-05-31T23:10:46+02:00" /><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-02T13:37:09+01:00" />
<meta itemprop="dateModified" content="2023-05-31T23:10:46+02:00" />
<meta itemprop="wordCount" content="114">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Collections"/>
@@ -42,8 +42,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -146,7 +146,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -168,7 +168,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -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/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>

View File

@@ -38,8 +38,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -142,7 +142,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -164,7 +164,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -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/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>

View File

@@ -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-02T13:37:09+01:00" /><meta property="og:site_name" content="Luet" />
<meta property="article:modified_time" content="2023-05-31T23:10:46+02:00" /><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-02T13:37:09+01:00" />
<meta itemprop="dateModified" content="2023-05-31T23:10:46+02:00" />
<meta itemprop="wordCount" content="2434">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Specfile"/>
@@ -42,8 +42,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -146,7 +146,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -168,7 +168,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -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/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>

View File

@@ -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-02T13:37:09+01:00" /><meta property="og:site_name" content="Luet" />
<meta property="article:modified_time" content="2023-05-31T23:10:46+02:00" /><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-02T13:37:09+01:00" />
<meta itemprop="dateModified" content="2023-05-31T23:10:46+02:00" />
<meta itemprop="wordCount" content="403">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Templated packages"/>
@@ -42,8 +42,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -146,7 +146,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -168,7 +168,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -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/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>

View File

@@ -38,8 +38,8 @@
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
@@ -142,7 +142,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -164,7 +164,7 @@ if (!doNotTrack) {
aria-label="Search this site…"
autocomplete="off"
data-offline-search-index-json-src="/offline-search-index.54d26642acd21db9481ce04552f6e2b5.json"
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
@@ -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/fd698e8554106817856430770034eb7655d8ea64">:arrow_up: Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (#322) (fd698e8)</a>
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
</div>
</div>