Skip to content

Commit

Permalink
feat: maven-4 images
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Oct 25, 2024
1 parent 2d50758 commit d8809fb
Show file tree
Hide file tree
Showing 78 changed files with 2,254 additions and 10 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/amazoncorretto-17-al2023-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: amazoncorretto-17-al2023-maven-4

on:
push:
branches:
- main
paths:
- "amazoncorretto-17-al2023-maven-4/**"
- .github/workflows/amazoncorretto-17-al2023-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "amazoncorretto-17-al2023-maven-4/**"
- .github/workflows/amazoncorretto-17-al2023-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: amazoncorretto-17-al2023-maven-4
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/amazoncorretto-17-debian-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: amazoncorretto-17-debian-maven-4

on:
push:
branches:
- main
paths:
- "amazoncorretto-17-debian-maven-4/**"
- .github/workflows/amazoncorretto-17-debian-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "amazoncorretto-17-debian-maven-4/**"
- .github/workflows/amazoncorretto-17-debian-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: amazoncorretto-17-debian-maven-4
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/amazoncorretto-17-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: amazoncorretto-17-maven-4

on:
push:
branches:
- main
paths:
- "amazoncorretto-17-maven-4/**"
- .github/workflows/amazoncorretto-17-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "amazoncorretto-17-maven-4/**"
- .github/workflows/amazoncorretto-17-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: amazoncorretto-17-maven-4
secrets: inherit
30 changes: 30 additions & 0 deletions .github/workflows/amazoncorretto-17-windowsservercore-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: amazoncorretto-17-windowsservercore-maven-4

on:
push:
paths:
- "amazoncorretto-17-windowsservercore-maven-4/**"
- "tests/**"
- github-action.ps1
- "!tests/*.bats"
- "!tests/*.bash"
- "!tests/Dockerfile"
- .github/workflows/_template_windows.yml
pull_request:
paths:
- "amazoncorretto-17-windowsservercore-maven-4/**"
- "tests/**"
- github-action.ps1
- "!tests/*.bash"
- "!tests/Dockerfile"
- .github/workflows/_template_windows.yml

env:
DOCKER_PUSH: "true"

jobs:
build:
uses: ./.github/workflows/_template_windows.yml
with:
directory: amazoncorretto-17-windowsservercore-maven-4
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/amazoncorretto-21-al2023-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: amazoncorretto-21-al2023-maven-4

on:
push:
branches:
- main
paths:
- "amazoncorretto-21-al2023-maven-4/**"
- .github/workflows/amazoncorretto-21-al2023-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "amazoncorretto-21-al2023-maven-4/**"
- .github/workflows/amazoncorretto-21-al2023-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: amazoncorretto-21-al2023-maven-4
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/amazoncorretto-21-debian-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: amazoncorretto-21-debian-maven-4

on:
push:
branches:
- main
paths:
- "amazoncorretto-21-debian-maven-4/**"
- .github/workflows/amazoncorretto-21-debian-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "amazoncorretto-21-debian-maven-4/**"
- .github/workflows/amazoncorretto-21-debian-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: amazoncorretto-21-debian-maven-4
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/amazoncorretto-21-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: amazoncorretto-21-maven-4

on:
push:
branches:
- main
paths:
- "amazoncorretto-21-maven-4/**"
- .github/workflows/amazoncorretto-21-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "amazoncorretto-21-maven-4/**"
- .github/workflows/amazoncorretto-21-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: amazoncorretto-21-maven-4
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/azulzulu-17-alpine-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: azulzulu-17-alpine-maven-4

on:
push:
branches:
- main
paths:
- "azulzulu-17-alpine-maven-4/**"
- .github/workflows/azulzulu-17-alpine-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "azulzulu-17-alpine-maven-4/**"
- .github/workflows/azulzulu-17-alpine-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: azulzulu-17-alpine-maven-4
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/azulzulu-17-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: azulzulu-17-maven-4

on:
push:
branches:
- main
paths:
- "azulzulu-17-maven-4/**"
- .github/workflows/azulzulu-17-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "azulzulu-17-maven-4/**"
- .github/workflows/azulzulu-17-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: azulzulu-17-maven-4
secrets: inherit
30 changes: 30 additions & 0 deletions .github/workflows/azulzulu-17-windowsservercore-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: azulzulu-17-windowsservercore-maven-4

on:
push:
paths:
- "azulzulu-17-windowsservercore-maven-4/**"
- "tests/**"
- github-action.ps1
- "!tests/*.bats"
- "!tests/*.bash"
- "!tests/Dockerfile"
- .github/workflows/_template_windows.yml
pull_request:
paths:
- "azulzulu-17-windowsservercore-maven-4/**"
- "tests/**"
- github-action.ps1
- "!tests/*.bash"
- "!tests/Dockerfile"
- .github/workflows/_template_windows.yml

env:
DOCKER_PUSH: "true"

jobs:
build:
uses: ./.github/workflows/_template_windows.yml
with:
directory: azulzulu-17-windowsservercore-maven-4
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/azulzulu-21-alpine-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: azulzulu-21-alpine-maven-4

on:
push:
branches:
- main
paths:
- "azulzulu-21-alpine-maven-4/**"
- .github/workflows/azulzulu-21-alpine-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "azulzulu-21-alpine-maven-4/**"
- .github/workflows/azulzulu-21-alpine-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: azulzulu-21-alpine-maven-4
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/azulzulu-21-maven-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: azulzulu-21-maven-4

on:
push:
branches:
- main
paths:
- "azulzulu-21-maven-4/**"
- .github/workflows/azulzulu-21-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "azulzulu-21-maven-4/**"
- .github/workflows/azulzulu-21-maven-4.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: azulzulu-21-maven-4
secrets: inherit
Loading

0 comments on commit d8809fb

Please sign in to comment.