mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
tidy link checking
This commit is contained in:
parent
82d9263d86
commit
45ee84965f
2
.github/docs/README.md
vendored
2
.github/docs/README.md
vendored
@ -92,7 +92,7 @@ Next, add API permissions to Managed Identity:
|
||||
* `$GraphAppId` in this article is for Microsoft Graph. Azure AD Graph is `00000002-0000-0000-c000-000000000000`
|
||||
* Note that changing permissions can take between few seconds to several hours
|
||||
|
||||
Store output of `az ad sp ...` in [GitHub Action Secret](https://github.com/edgelesssys/constellation/settings/secrets/actions) or create a local secret file for act to consume.
|
||||
Store output of `az ad sp ...` in GitHub Action Secret or create a local secret file for act to consume.
|
||||
|
||||
## Image versions
|
||||
|
||||
|
2
.github/docs/release.md
vendored
2
.github/docs/release.md
vendored
@ -58,5 +58,5 @@ This checklist will prepare `v1.3.0` from `v1.2.0`. Adjust your version numbers
|
||||
gh workflow run release-cli.yml --ref v1.3.0
|
||||
```
|
||||
* The previous step will create a draft release. Check build output for link to draft release. Review & approve.
|
||||
6. Folow [export flow](https://github.com/edgelesssys/wiki/blob/master/documentation/constellation/customer-onboarding.md#manual-export-and-import) to make image available in S3 for trusted lanuch users.
|
||||
6. Folow [export flow (INTERNAL)](https://github.com/edgelesssys/wiki/blob/master/documentation/constellation/customer-onboarding.md#manual-export-and-import) to make image available in S3 for trusted lanuch users.
|
||||
7. To bring updated version numbers and other changes (if any) to main, create a new branch `feat/release` from `release/v1.3`, rebase it onto main, and create a PR to main
|
||||
|
@ -1,8 +1,3 @@
|
||||
http://localhost:
|
||||
https://github.com/edgelesssys/constellation-
|
||||
https://github.com/edgelesssys/wiki/blob/master/documentation/constellation/customer-onboarding.md
|
||||
https://github.com/edgelesssys/wiki/blob/master/documentation/rebasing_forks.md
|
||||
https://public-edgeless-constellation.s3.us-east-2.amazonaws.com
|
||||
https://portal.azure.com
|
||||
https://github.com/edgelesssys/constellation/settings/secrets/actions
|
||||
https://github.com/edgelesssys/constellation/compare/v1.2.0...main
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
This container image uses [coreos assembler](https://coreos.github.io/coreos-assembler/) as a base (`quay.io/coreos-assembler/coreos-assembler`) to facilitate a build environment for the Constellation-OS.
|
||||
The root filesystem takes its contents (OSTree) from [constellation-fedora-coreos-config](https://github.com/edgelesssys/constellation-fedora-coreos-config).
|
||||
The constellation specific changes are tracked in this repository: https://github.com/edgelesssys/constellation-coreos-assembler
|
||||
And the Constellation-OS Assembler can be pulled from ghcr.io/edgelesssys/constellation-coreos-assembler
|
||||
|
||||
## Setup
|
||||
|
Loading…
Reference in New Issue
Block a user