Skip to content

Commit 8d9a9c3

Browse files
authored
Update JDK version (#313)
* change jdk and test * update command list * Update command_list * Update tools.Dockerfile * Update tools.Dockerfile
1 parent f9bfa1e commit 8d9a9c3

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

linux/base.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN bash ./tdnfinstall.sh \
6262
initscripts \
6363
iptables \
6464
iputils \
65-
msopenjdk-11 \
65+
msopenjdk-17 \
6666
jq \
6767
less \
6868
libffi \
@@ -106,7 +106,7 @@ RUN bash ./tdnfinstall.sh \
106106
which \
107107
zip \
108108
zsh \
109-
maven \
109+
maven3 \
110110
jx \
111111
cf-cli \
112112
golang \

tests/PSinLinuxCloudShellImage.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Describe "Various programs installed with expected versions" {
1818

1919
It "Static Versions" {
2020
# These programs are installed explicitly with specific versions
21-
$script:pmap["Node.JS"].Version | Should -Be '16.18.1'
21+
$script:pmap["Node.JS"].Version | Should -Be '16.19.1'
2222
$script:pmap["PowerShell"].Version | Should -BeLike '7.3*'
2323
}
2424

tests/command_list

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ elfedit
294294
elif
295295
else
296296
emacs
297-
emacs-28.1
297+
emacs-28.2
298298
emacsclient
299299
enable
300300
enc2xs
@@ -576,7 +576,6 @@ isosize
576576
isql
577577
istioctl
578578
iusql
579-
jaotc
580579
jar
581580
jarsigner
582581
java
@@ -593,7 +592,6 @@ jfr
593592
jhsdb
594593
jimage
595594
jinfo
596-
jjs
597595
jlink
598596
jmap
599597
jmod
@@ -862,7 +860,6 @@ oomctl
862860
openssl
863861
p11-kit
864862
p11tool
865-
pack200
866863
packer
867864
pam_namespace_helper
868865
pam_timestamp_check
@@ -1034,8 +1031,6 @@ rg
10341031
ri
10351032
rm
10361033
rmdir
1037-
rmic
1038-
rmid
10391034
rmiregistry
10401035
rmmod
10411036
rnano
@@ -1285,7 +1280,6 @@ unix_update
12851280
unlink
12861281
unlz4
12871282
unlzma
1288-
unpack200
12891283
unpigz
12901284
unset
12911285
unshare

0 commit comments

Comments
 (0)