Compare commits
3 Commits
032fa50be0
...
10.0.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65bdc94059 | ||
|
|
3933b36ff5 | ||
|
|
21e14a466d |
@@ -37,8 +37,10 @@ jobs:
|
|||||||
git.claeyscloud.com/david/net-base
|
git.claeyscloud.com/david/net-base
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{raw}}
|
type=semver,pattern={{raw}}
|
||||||
type=sha
|
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=semver,pattern={{major}}-alpine-22
|
||||||
|
type=sha
|
||||||
- name: Generate random password for certificate
|
- name: Generate random password for certificate
|
||||||
id: password
|
id: password
|
||||||
run:
|
run:
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ docker build --build-arg CERT_PASSWORD=supersecretpassword . -t net-base
|
|||||||
| Argument | Description | Default |
|
| Argument | Description | Default |
|
||||||
|-----------------------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
|
|-----------------------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
|
||||||
| CERT_PASSWORD | The password for the generated certificate | N/A **(required)** |
|
| CERT_PASSWORD | The password for the generated certificate | N/A **(required)** |
|
||||||
| DOTNET_SDK_VERSION | The [SDK](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/tags) version used to generate the development certificate | 9.0.300 |
|
| DOTNET_SDK_VERSION | The [SDK](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/tags) version used to generate the development certificate | 10.0.100 |
|
||||||
| DOTNET_RUNTIME_VERSION | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 9.0.5 |
|
| DOTNET_RUNTIME_VERSION | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 10.0.0 |
|
||||||
| ALPINE_VERSION | The version of [alpine linux](https://www.alpinelinux.org/) used as a base| 3.22 |
|
| ALPINE_VERSION | The version of [alpine linux](https://www.alpinelinux.org/) used as a base| 3.22 |
|
||||||
|
|
||||||
## Security implications
|
## Security implications
|
||||||
|
|||||||
Reference in New Issue
Block a user