mirror of
https://github.com/mudler/luet.git
synced 2025-09-12 13:26:16 +00:00
Deploying to gh-pages from @ eecde087e9
🚀
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
|
||||
|
||||
|
||||
<link rel="preload" href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -409,7 +409,7 @@ if (!doNotTrack) {
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</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="2022-09-14T17:02:01+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2022-10-18T12:50:20+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="2022-09-14T17:02:01+02:00" />
|
||||
<meta itemprop="dateModified" content="2022-10-18T12:50:20+05:30" />
|
||||
<meta itemprop="wordCount" content="1351">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Building packages"/>
|
||||
@@ -42,8 +42,8 @@
|
||||
|
||||
|
||||
|
||||
<link rel="preload" href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -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 September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</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="2022-09-14T17:02:01+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2022-10-18T12:50:20+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="2022-09-14T17:02:01+02:00" />
|
||||
<meta itemprop="dateModified" content="2022-10-18T12:50:20+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"/>
|
||||
@@ -42,8 +42,8 @@
|
||||
|
||||
|
||||
|
||||
<link rel="preload" href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -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 September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -38,8 +38,8 @@
|
||||
|
||||
|
||||
|
||||
<link rel="preload" href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -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 September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</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="2022-09-14T17:02:01+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2022-10-18T12:50:20+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="2022-09-14T17:02:01+02:00" />
|
||||
<meta itemprop="dateModified" content="2022-10-18T12:50:20+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"/>
|
||||
@@ -42,8 +42,8 @@
|
||||
|
||||
|
||||
|
||||
<link rel="preload" href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -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 September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</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="2022-09-14T17:02:01+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2022-10-18T12:50:20+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="2022-09-14T17:02:01+02:00" />
|
||||
<meta itemprop="dateModified" content="2022-10-18T12:50:20+05:30" />
|
||||
<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.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -462,7 +462,7 @@ $ luet search --table <regex>
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</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="2022-09-14T17:02:01+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2022-10-18T12:50:20+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="2022-09-14T17:02:01+02:00" />
|
||||
<meta itemprop="dateModified" content="2022-10-18T12:50:20+05:30" />
|
||||
<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.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -408,7 +408,7 @@ if (!doNotTrack) {
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -38,8 +38,8 @@
|
||||
|
||||
|
||||
|
||||
<link rel="preload" href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -588,7 +588,7 @@ distro/raspbian/buster
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</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="2022-09-14T17:02:01+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2022-10-18T12:50:20+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="2022-09-14T17:02:01+02:00" />
|
||||
<meta itemprop="dateModified" content="2022-10-18T12:50:20+05:30" />
|
||||
<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.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -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 September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</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="2022-09-14T17:02:01+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2022-10-18T12:50:20+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="2022-09-14T17:02:01+02:00" />
|
||||
<meta itemprop="dateModified" content="2022-10-18T12:50:20+05:30" />
|
||||
<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.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -486,7 +486,7 @@ if (!doNotTrack) {
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -38,8 +38,8 @@
|
||||
|
||||
|
||||
|
||||
<link rel="preload" href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" as="style">
|
||||
<link href="/scss/main.min.25f420e728397fc7def0aa8401e8de1036d3ec3ca15db11c65bb7e0427442abb.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" as="style">
|
||||
<link href="/scss/main.min.d6aacf1fb98a9ab81dae96c64f7d8c4a8d9a49e02fe439f5e923fda4c8fab074.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -481,7 +481,7 @@ $ luet --plugin test-foo install -y foopackage
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified September 14, 2022: <a href="https://github.com/mudler/luet/commit/f5115e6ce3b779228afbf128e22acc655e7d885b">Update docs (f5115e6)</a>
|
||||
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/eecde087e9407fecc0c9e9dcb4459b91cb3bd30f">default transport allows to pick up proxy vars from environment variables (#309) (eecde08)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user