1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

feat: Sync from downstream (#21)

This commit is contained in:
Jason N 2024-02-28 12:33:02 -05:00 committed by GitHub
parent 76fa2f0c9e
commit f1756f7da5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 24 additions and 15 deletions

View file

@ -77,7 +77,7 @@ Use existing container image:
"name": "Existing Dockerfile",
// "build": {
// "context": "..",
// "dockerfile": "../Dockerfile",
// "dockerfile": "../Containerfile",
// "args": {
// "version": "39"
// }
@ -95,7 +95,7 @@ Build a new container image:
"name": "Existing Dockerfile",
"build": {
"context": "..",
"dockerfile": "../Dockerfile",
"dockerfile": "../Containerfile",
"args": {
"version": "39"
}
@ -105,4 +105,5 @@ Build a new container image:
"shutdownAction": "stopContainer",
"privileged": true
}
```
```