-
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.
- Loading branch information
Showing
60 changed files
with
4,456 additions
and
1,534 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 |
---|---|---|
|
@@ -153,6 +153,19 @@ jobs: | |
run: | | ||
docker build --tag agent-terraform-2306-test-ubi8 --file Dockerfile.ubi8 . | ||
jenkins-agent-terraform-2408-ubi8: | ||
name: Jenkins agent Terraform 2408 (UBI8) | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected] | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/terraform-2408/docker | ||
run: | | ||
docker build --tag agent-terraform-2408-test-ubi8 --file Dockerfile.ubi8 . | ||
jenkins-agent-scala-ubi8: | ||
name: Jenkins agent Scala (UBI8) | ||
runs-on: ubuntu-22.04 | ||
|
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
Validating CODEOWNERS rules …
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
46 changes: 0 additions & 46 deletions
46
common/jenkins-agents/terraform-2306/docker/yum.repos.d/centos8.repo
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
common/jenkins-agents/terraform-2306/docker/yum.repos.d/rockylinux.repo
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,17 @@ | ||
[rockylinux-baseos] | ||
name=Rocky Linux 8 - BaseOS | ||
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=BaseOS-8 | ||
baseurl=https://dl.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/ | ||
gpgcheck=1 | ||
enabled=0 | ||
countme=1 | ||
gpgkey=https://dl.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/RPM-GPG-KEY-rockyofficial | ||
|
||
[rockylinux-appstream] | ||
name=Rocky Linux 8 - AppStream | ||
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=AppStream-8 | ||
baseurl=http://dl.rockylinux.org/pub/rocky/8/AppStream/x86_64/os/ | ||
gpgcheck=1 | ||
enabled=0 | ||
countme=1 | ||
gpgkey=https://dl.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/RPM-GPG-KEY-rockyofficial |
Oops, something went wrong.