Commit e6b995f 1 parent 1934fcf commit e6b995f Copy full SHA for e6b995f
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,8 @@ publish() {
121
121
COMMIT_SHA=$( git rev-parse HEAD)
122
122
export COMMIT_SHA JENKINS_VERSION JENKINS_SHA LATEST_WEEKLY LATEST_LTS
123
123
124
- docker buildx bake --file docker-bake.hcl " ${build_opts[@]+" ${build_opts[@]} " } " linux
124
+ # Build and publish JDK8 images
125
+ docker buildx bake --file docker-bake.hcl " ${build_opts[@]+" ${build_opts[@]} " } " linux_jdk8
125
126
}
126
127
127
128
# Process arguments
Original file line number Diff line number Diff line change @@ -12,6 +12,15 @@ group "linux" {
12
12
]
13
13
}
14
14
15
+ group "linux_jdk8" {
16
+ targets = [
17
+ " alpine_jdk8" ,
18
+ " centos7_jdk8" ,
19
+ " debian_jdk8" ,
20
+ " debian_slim_jdk8" ,
21
+ ]
22
+ }
23
+
15
24
group "linux-arm64" {
16
25
targets = [
17
26
" debian_jdk17" ,
You can’t perform that action at this time.
0 commit comments