-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into docker-plain-helm-chart
- Loading branch information
Showing
95 changed files
with
488 additions
and
238 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
changelog: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: dangoslen/changelog-enforcer@v3 | ||
with: | ||
changeLogPath: 'CHANGELOG.md' | ||
|
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 |
---|---|---|
|
@@ -8,13 +8,14 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/golang/docker | ||
run: | | ||
docker build --tag agent-go-test-ubi8 --file Dockerfile.ubi8 \ | ||
--build-arg goDistributionUrl=https://go.dev/dl/go1.20.4.linux-amd64.tar.gz \ | ||
--build-arg goDistributionUrl=https://go.dev/dl/go1.23.0.linux-amd64.tar.gz \ | ||
--build-arg golangciVersion=v1.60.1 \ | ||
. | ||
jenkins-agent-jdk-ubi8: | ||
|
@@ -23,7 +24,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/jdk/docker | ||
|
@@ -40,7 +41,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/nodejs16/docker | ||
|
@@ -56,7 +57,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/nodejs18/docker | ||
|
@@ -72,7 +73,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/nodejs20/docker | ||
|
@@ -88,7 +89,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/nodejs22/docker | ||
|
@@ -104,7 +105,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/python/docker | ||
|
@@ -117,14 +118,17 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/rust/docker | ||
run: | | ||
docker build --tag agent-rust-test-ubi8 --file Dockerfile.ubi8 \ | ||
--build-arg rustVersion=1.75.0 \ | ||
--build-arg rustVersion=1.80.1 \ | ||
--build-arg rustToolchain=x86_64-unknown-linux-gnu \ | ||
--build-arg cargoNextestVersion=0.9.72 \ | ||
--build-arg cargoLlvmCovVersion=0.6.11 \ | ||
--build-arg cargoGenerateVersion=0.21.3 \ | ||
. | ||
jenkins-agent-terraform-ubi8: | ||
|
@@ -133,7 +137,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/terraform/docker | ||
|
@@ -146,7 +150,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/terraform-2306/docker | ||
|
@@ -159,7 +163,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/scala/docker | ||
|
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,5 +1,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
rev: v8.18.4 | ||
hooks: | ||
- id: gitleaks |
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,5 +1,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
rev: v8.18.4 | ||
hooks: | ||
- id: gitleaks |
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,6 +1,6 @@ | ||
--- | ||
name: nginx | ||
description: "Enhanced nginx with Lua embeded. nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. Technologies: OpenResty/nginx 1.25.3.1-1" | ||
description: "Enhanced nginx with Lua embeded. nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. Technologies: OpenResty/nginx 1.25.3.2-0" | ||
supplier: https://openresty.org | ||
version: 4.x | ||
type: ods-service |
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,5 +1,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
rev: v8.18.4 | ||
hooks: | ||
- id: gitleaks |
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,5 +1,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
rev: v8.18.4 | ||
hooks: | ||
- id: gitleaks |
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
2 changes: 1 addition & 1 deletion
2
be-java-springboot/files/gradle/wrapper/gradle-wrapper.properties
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,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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,6 +1,6 @@ | ||
--- | ||
name: OpenJDK | ||
description: "OpenJDK is a free and open-source implementation of the Java Platform, Standard Edition. Technologies: Spring Boot 3.2.0, OpenJDK 21" | ||
description: "OpenJDK is a free and open-source implementation of the Java Platform, Standard Edition. Technologies: Spring Boot 3.3.3, OpenJDK 21" | ||
supplier: https://openjdk.java.net/ | ||
version: 4.x | ||
type: ods |
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,5 +1,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
rev: v8.18.4 | ||
hooks: | ||
- id: gitleaks |
Oops, something went wrong.