Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix(updatecli): remove docker compose target from manifests #430

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function "javaversion" {
: "${JAVA21_VERSION}"))
}

# Specific functions
## Specific functions
# Return an array of Alpine platforms to use depending on the jdk passed as parameter
function "alpine_platforms" {
params = [jdk]
Expand Down
12 changes: 0 additions & 12 deletions updatecli/updatecli.d/jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@ targets:
file: docker-bake.hcl
path: variable.JAVA11_VERSION.default
scmid: default
setJDK11VersionDockerCompose:
name: "Bump JDK11 version for Windows images in the build-windows.yaml file"
kind: yaml
sourceid: jdk11LastVersion
spec:
file: build-windows.yaml
key: $.services.jdk11.build.args.JAVA_VERSION
transformers:
- replacer:
from: _
to: +
scmid: default

actions:
default:
Expand Down
12 changes: 0 additions & 12 deletions updatecli/updatecli.d/jdk17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@ targets:
file: docker-bake.hcl
path: variable.JAVA17_VERSION.default
scmid: default
setJDK17VersionDockerCompose:
name: "Bump JDK17 version for Windows images in the build-windows.yaml file"
kind: yaml
sourceid: jdk17LastVersion
spec:
file: build-windows.yaml
key: $.services.jdk17.build.args.JAVA_VERSION
transformers:
- replacer:
from: _
to: +
scmid: default
setJDK17VersionAlpine:
name: "Bump JDK17 default ARG version on Alpine Dockerfile"
kind: dockerfile
Expand Down
12 changes: 0 additions & 12 deletions updatecli/updatecli.d/jdk21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ targets:
file: docker-bake.hcl
path: variable.JAVA21_VERSION.default
scmid: default
setJDK21VersionDockerCompose:
name: "Bump JDK21 version for Windows images in the build-windows.yaml file"
kind: yaml
sourceid: jdk21LastVersion
spec:
file: build-windows.yaml
key: $.services.jdk21.build.args.JAVA_VERSION
transformers:
- replacer:
from: _
to: +
scmid: default

actions:
default:
Expand Down