-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
94 changed files
with
6,358 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Lint images | ||
|
||
on: push | ||
|
||
jobs: | ||
lint-images: | ||
name: Lint images | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Check that global.imageRegistry is applied to all images | ||
run: bash ./image_registry_check.sh | ||
working-directory: ./scripts | ||
|
||
- name: Check that global.imagePullSecrets are applied to all images | ||
run: bash ./image_pull_secrets_check.sh | ||
working-directory: ./scripts | ||
|
||
- name: Login to DockerHub | ||
uses: docker/login-action@v3 | ||
with: | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
||
- name: Login to GitHub Container Registry | ||
uses: docker/login-action@v3 | ||
with: | ||
registry: ghcr.io | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
|
||
- name: Install Docker Scout | ||
run: | | ||
curl -fsSL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh | ||
- name: Check to make sure that images do not have critical CVEs | ||
run: bash ./image_cve_check.sh | ||
working-directory: ./scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Change log | ||
|
||
## 2.0.0 | ||
|
||
The default value for `dex.image.repository` has changed from | ||
`ghcr.io/dexidp/dex` to `dexidp/dex`. The registry component is now being | ||
specified by `dex.image.registry` or globally via `global.imageRegistry`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: "Dex 2.40.0 release" | ||
artifacthub.io/images: | | ||
- name: dex | ||
image: ghcr.io/dexidp/dex:v2.40.0 | ||
apiVersion: v2 | ||
appVersion: 2.40.0 | ||
description: OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable | ||
connectors. | ||
home: https://dexidp.io/ | ||
type: application | ||
name: dex | ||
version: 0.19.1-3 | ||
appVersion: "2.41.1" | ||
kubeVersion: ">=1.14.0-0" | ||
description: OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors. | ||
icon: https://dexidp.io/favicon.png | ||
keywords: | ||
- oidc | ||
- oauth | ||
- identity-provider | ||
- saml | ||
kubeVersion: '>=1.14.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: sagikazarmark | ||
url: https://sagikazarmark.hu | ||
name: dex | ||
- oidc | ||
- oauth | ||
- identity-provider | ||
- saml | ||
home: https://dexidp.io/ | ||
sources: | ||
- https://github.com/dexidp/dex | ||
- https://github.com/dexidp/helm-charts/tree/master/charts/dex | ||
type: application | ||
version: 0.18.0 | ||
- https://github.com/dexidp/dex | ||
- https://github.com/dexidp/helm-charts/tree/master/charts/dex | ||
maintainers: | ||
- name: sagikazarmark | ||
email: [email protected] | ||
url: https://sagikazarmark.hu | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: fixed | ||
description: "Fixed reference to global.imageRegistry" | ||
artifacthub.io/images: | | ||
- name: dex | ||
image: ghcr.io/dexidp/dex:v2.41.1 |
Oops, something went wrong.