Compare commits
7 Commits
8.0.22-alp
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc013b0e35 | ||
|
|
65bdc94059 | ||
|
|
3933b36ff5 | ||
|
|
21e14a466d | ||
|
|
032fa50be0 | ||
|
|
98f51d4e28 | ||
|
|
49cdd9be18 |
@@ -37,8 +37,9 @@ jobs:
|
||||
git.claeyscloud.com/david/net-base
|
||||
tags: |
|
||||
type=semver,pattern={{raw}}
|
||||
type=sha
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}
|
||||
type=sha
|
||||
- name: Generate random password for certificate
|
||||
id: password
|
||||
run:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ARG CERT_PASSWORD
|
||||
ARG DOTNET_SDK_VERSION=8.0.416
|
||||
ARG DOTNET_RUNTIME_VERSION=8.0.22
|
||||
ARG DOTNET_SDK_VERSION=10.0.100
|
||||
ARG DOTNET_RUNTIME_VERSION=10.0.0
|
||||
ARG ALPINE_VERSION=3.22
|
||||
ARG CONFIG_DIRECTORY_ARG=/config
|
||||
FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_SDK_VERSION}-alpine${ALPINE_VERSION}-amd64 AS build-env
|
||||
|
||||
@@ -66,8 +66,8 @@ docker build --build-arg CERT_PASSWORD=supersecretpassword . -t net-base
|
||||
| Argument | Description | Default |
|
||||
|-----------------------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
|
||||
| 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 | 8.0.416 |
|
||||
| DOTNET_RUNTIME_VERSION | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 8.0.22 |
|
||||
| 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 | 10.0.0 |
|
||||
| ALPINE_VERSION | The version of [alpine linux](https://www.alpinelinux.org/) used as a base| 3.22 |
|
||||
|
||||
## Security implications
|
||||
|
||||
Reference in New Issue
Block a user