mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add fixes
This commit is contained in:
parent
05b44b8d1f
commit
c575461e68
3 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ The code from VSCode will be available at `/workspaces/build-container-installer
|
||||||
|
|
||||||
Privileged is required for access to loop devices for lorax.
|
Privileged is required for access to loop devices for lorax.
|
||||||
|
|
||||||
## Use existing container image:
|
## Use existing container image
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
{
|
{
|
||||||
|
|
@ -25,7 +25,7 @@ Privileged is required for access to loop devices for lorax.
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build a new container image:
|
## Build a new container image
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ Action:
|
||||||
1. Create a directory within your GitHub repo named flatpak_refs
|
1. Create a directory within your GitHub repo named flatpak_refs
|
||||||
1. Create a file within flatpak_refs with the following content
|
1. Create a file within flatpak_refs with the following content
|
||||||
|
|
||||||
```
|
```plaintext
|
||||||
app/org.videolan.VLC/x86_64/stable
|
app/org.videolan.VLC/x86_64/stable
|
||||||
runtime/org.kde.Platform/x86_64/5.15-23.08
|
runtime/org.kde.Platform/x86_64/5.15-23.08
|
||||||
```
|
```
|
||||||
|
|
@ -55,7 +55,7 @@ Podman:
|
||||||
1. Create a directory named flatpak_refs
|
1. Create a directory named flatpak_refs
|
||||||
1. Create a file within flatpak_refs with the following content
|
1. Create a file within flatpak_refs with the following content
|
||||||
|
|
||||||
```
|
```plaintext
|
||||||
app/org.videolan.VLC/x86_64/stable
|
app/org.videolan.VLC/x86_64/stable
|
||||||
runtime/org.kde.Platform/x86_64/5.15-23.08
|
runtime/org.kde.Platform/x86_64/5.15-23.08
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue