使用已版本化的基礎映像檔
當您開發 IBM Cloud 的應用程式時,可以使用已版本化的基礎映像檔來執行管線工作,以確定您使用最新的工具、程式庫和運行環境。 已版本化的基礎映像檔有助於您確定構成應用程式的各部分,以及您將應用程式部署到的環境,兩者是一致的。 您可以控制應用程式的工具、程式庫或運行環境何時變更,並且在開發週期中有意義的時間更新它們。
用於下載及更新 CLI 二進位檔和外掛程式的現有 CLI 外掛程式儲存庫基礎架構已淘汰。 自 2021 年 10 月 1 日起,您必須將使用所提供的管道基本映像的 2.14 或更早版本 ( Ubuntu ) 或 3.2 或更早版本 (UBI) 的管道升級為使用目前版本的基本映像之一。 Ubuntu 目前的映像版本是 2.93。 UBI 目前的映像版本是 3.81。
如果您未升級管線所使用的基本映像檔,則可能會收到下列錯誤:
Unable to fetch plug-ins from repository 'IBM Cloud':
invalid character '<' looking for beginning of value
2020 年 3 月 16 日,IBM Cloud® Kubernetes Service 發佈了 IBM Cloud CLI 外掛程式的新版本 1.0。 因為此版本與舊版不是 100% 相容,所以您必須在開始使用此版本之後升級 Script。 新版本 1.0 推出後,為了維持與目前 IBM Cloud Kubernetes Service runtimes 的相容性,Continuous Delivery 將更新 Delivery Pipeline 目前的基本映像,以包含此版本。 對於生產工作負載,請將使用目前基本映像的管道設定為使用版本 2.6,直到您可以更新腳本以使用新版本。
您也可以使用自訂 Docker 映像檔來控制工具和那些工具的哪些版本要用於建置及部署應用程式。 不過,這種方法需要您熟悉 Docker,且您必須維護和更新您建立的映像檔。
2020 年 11 月 20 日,Dockerhub 引進匿名映像檔取回的速率限制。 此變更可能會影響使用 Dockerhub 管理的自訂映像檔來執行工作的使用者。
管道基礎鏡像託管在全球IBM Cloud Container Registry命名空間。 要列出這些圖像,請運行 ibmcloud cr images --restrict continuous-delivery 當您定位全域時的命令IBM Cloud Container Registry。
指定映像檔版本
- 在「待處理」頁面上,點擊 「動作...」 以開啟選項清單。
- 按一下配置管線。
- 在 映像檔版本 標籤中,選取 實驗性: RedHat UBI 或 Ubuntu 映像檔類型。 然後,根據選取的映像檔類型,選取要用於管線中所有工作的預設映像檔版本。 您也可以針對管線的每一個階段中的每一個工作自訂此設定。
如果您選擇 Latest 選項,管線工作會使用現行映像檔版本來執行。 現行映像檔版本顯示於 Latest 選項之後的方括弧中。 有新的映像檔版本可用時,使用的映像檔會變更。 您可能需要修改管線,以支援新映像檔中包含的任何較新工具。
Ubuntu 型版本化型映像檔會標記為 2.x 版本。 Red Hat UBI 型版本化基礎映像檔會標記為 3.x 版本。
若要在 Red Hat 基於 UBI 的映像中新增工具,您必須使用 yum 指令。apt-get 或 apt 指令專門用於 Ubuntu 映像。 由於這些指令的限制,您無法在不修改指令碼的情況下,將現有的管道更新為使用版本 3.x 的映像。
映像檔版本內容
在 2.0 版之後,映像檔不再包含 grunt 或 python。 如果建置需要這些工具,則可以手動安裝這些工具。 若要安裝 grunt,請執行 npm install -g grunt-cli。 在安裝 grunt 之後,請務必不要變更 Node.js 版本。 要在 2.x vbi 上安裝 Python,請執行 apt-get -qq update && apt-get -qq install -y python。
如果您使用 3.x vbi,可以使用 yum update -yq && yum install -yq python3-pip。
影像可在IBM Cloud Container Registry。 若要列出這些託管映像,請執行 ibmcloud cr images --restrict continuous-delivery 當您定位全域時的命令IBM Cloud Container Registry。
| 基本映像檔版本 | IBM Cloud Container Registry 版本 | 建立日期 | sha256 值 |
|---|---|---|---|
| 3.85 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.85 |
2026-08-17 | sha256:4fa1a77a8b12636308a0702b9ded98c7cf6237ee6948a70099a16541f6997480 |
| 3.84 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.84 |
2026-07-16 | sha256:d03f50c9267ef0487c2d1a1c1ec46afe319f0d4c84e576880e3fef8b81545943 |
| 3.83 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.83 |
2026-06-16 | sha256:c6d8f038d59f9da3a9b52c05d25d73f02248a5779d99b08740da566b1e53b204 |
| 3.82 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.82 |
2026-05-11 | sha256:07428babb51f0f94f3237ac72dbb37fab7dfca0aba8b9dd81817bf02756298c4 |
| 3.81 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.81 |
2026-03-30 | sha256:a88783a3942e428b4c037911f735c4017bedc13781a7bf9eab8fc7ccb7ffb728 |
| 3.80 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.80 |
2026年3月9日 | sha256:62f0962b42233042e1771ce1dd1e0ecd766270dc65ec99c1ea5c398aa6ffc4ab |
| 3.79 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.79 |
2026-02-25 | sha256:6ef90671d63fc936e8bd4aca18261095f8f2479b2a3e20006cba52e859ab824d |
| 3.78 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.78 |
2026-02-08 | sha256:a593192942ce946f8999c4b6f0e999fc76b66be981915f4e63a366dc984675d2 |
| 3.77 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.77 |
2026-01-26 | sha256:431495ee64dca7d0ef0cea2e3787fecba0805888c4963f8b5bc9b79e82bb3053 |
| 3.76 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.76 |
2026-01-12 | sha256:a167db54cca170719507447e580e7d9250bbcfc16a8d9eac51a1577152dae27e |
| 3.75 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.75 |
2025-12-22 | sha256:5e92bf07bf8daf0b664f923ddc06cc2aaddaba7c007672101998071b944693bf |
| 3.74 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.74 |
2025-12-17 | sha256:8c4000c9af7e548e35363d63f44551da75082320e4f854675eafc94662601265 |
| 3.73 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.73 |
2025-12-01 | sha256:a50dc580680f88f0e8d3f28811507fe9170761f8fbf225d1d81d4ef4d5e6491b |
| 3.72 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.72 |
2025-11-03 | sha256:b16754572c235e917f90669a30b7b0f6b40dcdda6277938f33cf1e924e360263 |
| 3.71 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.71 |
2025-10-14 | sha256:82f63315eaf0e68bbd5cae76d28057570e2f798b97c66d75df566d7bd5f34ce8 |
| 3.70 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.70 |
2025-09-15 | sha256:1427e09988fccb724c5b81c67164b4c99a302e94aca3b0cf83d83617a74a0604 |
| 3.69 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.69 |
2025-09-02 | sha256:99c4ac5ed1df0f49861fc592debf75c4dc173e6150498e1746e051c9dcdd16df |
| 3.68 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.68 |
2025-08-11 | sha256:8e745d5784d1fca77947a52ddbbc2f2fc88d97682e211433189ae0020db3381a |
| 3.66 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.66 |
2025-07-17 | sha256:a11a0d23e0a45f1946ca87949d78df3452f457b9f88d287a24d2d8b250ab9b19 |
| 3.65 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.65 |
2025-07-02 | sha256:2d2b83c7a75e11f7d231394b4950118d46338256416a52411eabd5b7472f8056 |
| 3.64 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.64 |
2025-06-06 | sha256:f930594cca258222080b0baab90a8be1042825b7f8ec173bd54cb0842c40547e |
| 3.63 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.63 |
2025-05-23 | sha256:ae598c70447989f22e822fbec052e6bef37643b67405008b16d5fadb7a71606a |
| 3.62 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.62 |
2025-05-09 | sha256:f3a1b3e681c7a452a859f7dea8983b7ce73e2350591645e5c7493af99cc1f2b1 |
| 3.61 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.61 |
2025-04-24 | sha256:ba6f6afeba5cb55f0bfa10b63ada8e9d9074d4c5733af1293011a40b7aa08733 |
| 3.60 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.60 |
2025-04-11 | sha256:8bdae7a1b67b99aa28d1a4cbc6cb86aaa0e71e81b27330ca1fb5b2d4cb3ff5e1 |
| 3.59 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.59 |
2025-03-20 | sha256:b0738e17d8f67a7808ed01666d2d2ab9cb6b182ec69b0f1f868c61c4c4fc8a20 |
| 3.58 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.58 |
2025-03-03 | sha256:56ff5486de5311e7158bbeea41d03a7c59c1a91ab92a28eee2a20982058353aa |
| 3.57 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.57 |
2025-02-20 | sha256:ab62d1a829ced5af5773fde4ab25976376dd32cee5514deb92f6ed739cfeb328 |
| 3.56 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.56 |
2025-02-10 | sha256:9ebfb9db6f8db6900bf25cf040c6f416bc86db186314b6687efd7058abb10a74 |
| 3.55 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.55 |
2025-01-24 | sha256:a730d308fcc1581c21ffb7d18efac5bd8c6471c147c1a5063353c71db18d9d0f |
| 3.54 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.54 |
2024-11-25 | sha256:5642cdc037c26aac6ab61c9f74f84c14e276dbdf88a053bbfcf00c5658b2e9dc |
| 3.53 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.53 |
2024-10-28 | sha256:1d4533b6eb2db019d78992a8cff910d773a126269811c0338b5f3dff99aa7414 |
| 3.52 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.52 |
2024-10-07 | sha256:f2049542eb1cbac4c31c899e6563a6728155b7c46d9b5f1254c590261ce98706 |
| 3.51 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.51 |
2024-09-20 | sha256:35bca00e4129c058d4cb59e923d1bf011d05cc55a5f3d0b089e2aaa919fe939b |
| 3.50 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.50 |
2024-09-03 | sha256:ef5794fcb0c7e4a037609fac7ac59536faa9af529efc811a22c6e178dbfbfbb2 |
| 3.49 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.49 |
2024-08-12 | sha256:63f81c27a83f4e9e005f40543c2ef6e34ce92e04b1c714850ef7ff95af684558 |
| 3.48 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.48 |
2024-07-23 | sha256:52a600bbd2008c4dc10e5833eeb09c557637fae06c61e23708d03d4161701b07 |
| 3.47 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.47 |
2024-07-05 | sha256:09c85e42cf5b0ab3b0267ef8f67b09b3c3db93d5908d75f0cf5b62f52446c74a |
| 3.46 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.46 |
2024-06-16 | sha256:876e56444b536c3bc85e52603ea9076a631f0bbef73a5980e37003503a47bbb9 |
| 3.45 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.45 |
2024-06-04 | sha256:4ce20cb4a724f6db59785a8eba874c6cef3b9be2dadb98bdba2a2491cf47280e |
| 3.44 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.44 |
2024-06-03 | sha256:b89d9994a5d2e1b6f3106176637270311c4288a0c5725af01d63d4414dd33b3b |
| 3.43 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.43 |
2024-05-10 | sha256:9bc1f733295d7e512cd412fccf8e88a95049eca79ad2bfdc9b5b3f09881e68f9 |
| 3.42 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.42 |
2024-04-23 | sha256:06824cdeefb23b49b8900d4d1759dcefef5398a1dfab369add47f3fba04ad635 |
| 3.41 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.41 |
2024-04-05 | sha256:6106eed4ebeac26e807ede55c88d891d9d6e531d09d28e5b14b8c450113b3a9b |
| 3.40 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.40 |
2024-03-08 | sha256:00adc1293f70e54b23e184c8a0975e656f8920b2a23052667726d5ea15f27003 |
| 3.39 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.39 |
2024-03-08 | sha256:29e7b1b744b142f9cf8b80e9961ce9fd1fac1859d9f48601f004cc01c83fff10 |
| 3.38 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.38 |
2024-02-07 | sha256:216e41f2bda393b7ee4ba16193a0f0b2c5c40219554ebea521b9ada5a1c4a54e |
| 3.37 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.37 |
2024-01-22 | sha256:631a925744b4ef2e82b0f163eefbe254e3dd8f856e6a32994bc023b6112d98d5 |
| 3.36 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.36 |
2024-01-11 | sha256:d31bba17e7a8714a0d971d897ac5b18943cb15136a97dfeddfee0e6c2d813b20 |
| 3.35 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.35 |
2023-12-12 | sha256:39c2461cefd1791bf578f6ba19648808916c48ab7767f1d88081994faf014d14 |
| 3.34 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.33 |
2023-12-04 | sha256:73e5545fdbb3da94d1d29a8d7ca38cfe7feb6da0ba63c7036a08b78cbc8531c1 |
| 3.33 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.33 |
2023-11-16 | sha256:18582e3d0d58ea5f07c809a210e7d5a9b2e2b99b85c93b72de4a5ed92d94511c |
| 3.32 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.32 |
2023-11-07 | sha256:91fa57abe53a5c3f86a8c0358defc01111aab4ea69f59aaa852baae2d3432c69 |
| 3.31 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.31 |
2023-10-30 | sha256:98c9e91bfe7a5aa5b97267fad1a2ac4d01081f396bd03a2d4b9604a3487a07fe |
| 3.30 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.30 |
2023-10-12 | sha256:b5d2f4026ee171a67edf24ab5e952f19f1ecebd1875e3da051d4d73bf398f0d9 |
| 3.29 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.29 |
2023-09-29 | sha256:36c8642cefc2182dfd283510319bf9741bc8c386c46364e3a391fe9797c3d79a |
| 3.28 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.28 |
2023-09-01 | sha256:aa7f4f2e5bdd12ab0b59de1b8b031799e11d38aa45712424b3023c6e8471e8ba |
| 3.27 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.27 |
2023-08-18 | sha256:70708bdc8bfb23bfda9fa5effc644901cdd9e7314c91ac6c1cbc62bfb9e0a1a2 |
| 3.26 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.26 |
2023-08-02 | sha256:de8ee389e3cb5818eb3c65a015b86c1042c2adf0bad64467cd3ccd3d8c66e26d |
| 3.25 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.25 |
2023-07-05 | sha256:dd2000b525336acd00e9b95b74f15696797764725adbb25fa720e9431d558cbf |
| 3.24 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.24 |
2023-06-19 | sha256:7a52b892ae7704a7b6c4cf03a292356240305c0d7bc9c275d10df19d12db99c5 |
| 3.23 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.23 |
2023-05-29 | sha256:e62fe158ebc7d875a0be5263da6872250fd8038b00cef0aada4b9f14f06dd827 |
| 3.21 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.21 |
2023-04-17 | sha256:94b77206bbc38a0d0ecd7006c00c9773d4ddd6e864525736b3bc4ca87c64b991 |
| 3.20 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.20 |
2023-04-03 | sha256:82e68006004eeca8bdf838e2756d6b7fbb787baa42817feba8e847d8b1a27106 |
| 3.19 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.19 |
2023-03-13 | sha256:ffb0bb00c37c4c2af01a53afc3597494275ed99a1e8ac3d4e653f105937509f0 |
| 3.18 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.18 |
2023-02-21 | sha256:ba072e693cd646664711f60c7d3b4c34a25b4578bdc445a2d6855eff595fe67c |
| 3.17 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.17 |
2023-02-06 | sha256:3e2cbec3d0781b0e9ea9293d0a88e5b654635c065864718e74130a5124965197 |
| 3.16 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.16 |
2023-01-24 | sha256:a09c7918889289fa2106e54ba527793aad7152847a50e6584d59266ecc40d498 |
| 3.15 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.15 |
2023-01-16 | sha256:506e7b8e96ad40fbf098b6b0a337bca7c9d07fa5cf58058e857c38d9e7625497 |
| 3.14 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.14 |
2022-12-14 | sha256:b6f80270c9328c3014766fdb2dca9aea4f593f05c1bcaf5037d126bf042ebffe |
| 3.13 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.13 |
2022-11-28 | sha256:ae7f9e80bcc7947ae4df8d94a326240ca648c807183a72e232ecb03043348f20 |
| 3.12 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.12 |
2022-11-10 | sha256:6f457e7ec323eac3ae05c6ca5bfaacee1ed669c50cdb5983c893c5351a184331 |
| 3.11 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.11 |
2022-10-04 | sha256:d4f4a2e59127ff11426789bf1d86c88fcac3e9746241755f6af7ff9e79fd62f1 |
| 3.10 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.10 |
2022-08-30 | sha256:8fae15566254a0300315e3c752021d6eabdea73aaa3372f86c6218579692eb67 |
| 3.9 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.9 |
2022-07-28 | sha256:d1d42755854accd4957979e974c620cf892e8d38b123e5eac06abf378b353879 |
| 3.8 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.8 |
2022-06-22 | sha256:8d0c33a4e5651a7d412ebfd751a45b613a6efde6167c70f1f1e8938d1bd8c613 |
| 3.7 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.7 |
2022-04-20 | sha256:0444aa3cc5032ba4d7f7a59a4177dd43dc1126ad902f09079b0a66156bbe4bcf |
| 3.6 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.6 |
2022-02-22 | sha256:4bfa333cd47ee9d0e369edb147451ff008169f0dd84a115c16205b5cd0de64f6 |
| 3.5 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.5 |
2022-01-18 | sha256:543249c585e351c14d5b9f16664625236e20e4ba85098ac26adb0d8cecbbcc97 |
| 3.4 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.4 |
2021-11-29 | sha256:4aaabf49950796d9004f6e4f04ff53ab24dcd3fd29d8cc719a9b81f7546d31f2 |
| 3.3 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.3 |
2021-09-24 | sha256:5b8f7e1964c0a82995689d636b60a1761dd08ce422b9195aadc0249e5da90dae |
| 3.2 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.2 |
2021-09-02 | sha256:d59863621d3ba1b9bd47f76950c751e842405f9c303d0d4d4298d964b664ee85 |
| 3.1 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.1 |
2021-06-10 | sha256:c2468d28f15fa6970f13510c01477326f91a043881c2b4cd8f2b1ff8ed8c22a1 |
| 3.0 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.0 |
2021-04-07 | sha256:42318979f165cc1ffd4d707022ceb5461360a9b6cd1216bc0c63391bdd042726 |
| 2.97 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.97 |
2026-08-17 | sha256:0be422facff77466f9cc23629396a547d5eac77f9f5e639f2eff5ac9b9f2dc37 |
| 2.96 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.96 |
2026-07-16 | sha256:1d20f91deb0f1162cb4b0137549b9969ca82b741cf315288ee02c63245d6eb33 |
| 2.95 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.95 |
2026-06-16 | sha256:51cbebffc663b9dd8fab890b4686926d18717105b82a78af123c1206d0ffec2d |
| 2.94 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.94 |
2026-05-11 | sha256:d9aff6b6749c9878865469f309ea10df547ba3f6e13e5707add3655bdafa4bf5 |
| 2.93 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.93 |
2026-03-30 | sha256:7a9c4e73b0e83dc85f9fd2b47488fab3f645ee12f39508900f80463de2e70613 |
| 2.92 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.92 |
2026-03-09 | sha256:39811f8e6b6f1e0f3c3a47f9cb8aabd57ad3f826907d2921a9a8baa63ec12edb |
| 2.91 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.91 |
2026-02-25 | sha256:1dc8db76e90394e3797eead282294a5f7f8ac8f1150c52f116bf717957cc0c54 |
| 2.90 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.90 |
2026-02-08 | sha256:3a019b449bb973982bf2602d016d13ea2cc6a8d5735a6cfa21d30d8330cf4002 |
| 2.89 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.89 |
2026-01-26 | sha256:a803df3ea93c159342d8dfd1bd135d78a457c57afe2ea5c89b08cb204cbbee60 |
| 2.88 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.88 |
2026-01-12 | sha256:55ee6d6b37c63736c9792ebc8f790af70d7f993250584c9a06856c6abdeaf980 |
| 2.87 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.87 |
2025-12-17 | sha256:715bfaa7e4bea2bd4fe00193dd15cd8e27d54e1902f22215be5287c0a00dcbb0 |
| 2.86 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.86 |
2025-12-01 | sha256:e154e5d7f2f32cbb33b411c4e65411309d97f4fe668d0b4b9f10f146cd9bd518 |
| 2.85 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.85 |
2025-11-03 | sha256:25392b37ab534ed3c76e96e516a406113ae93cf088bb78ac2852d38f4c370441 |
| 2.84 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.84 |
2025-10-14 | sha256:c01ac99562c6be6248bb3e3d7e091e22eda6030e0e762574ac2b0dc39097902a |
| 2.83 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.83 |
2025-09-15 | sha256:6df3db3251200bc61aa4b85ffec03132c351f4dc4549d21a5446fff8ccadaca5 |
| 2.82 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.82 |
2025-09-01 | sha256:ebd864bd02105b3d2ff5a1291a205fea60681b5012a2815f05f21958a48e9a70 |
| 2.81 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.81 |
2025-08-11 | sha256:cedfbd029c902d212c2e2c42c41c7c12fdf815c32e5b1905c81a8bdd771c3b67 |
| 2.79 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.79 |
2025-07-17 | sha256:eb811dfa993dbac88aa77f099bd250d02363ca828f16883985e455dfee60bd19 |
| 2.78 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.78 |
2025-07-02 | sha256:daf99b135fb44366a2652d7fc71b8e5249afa2fd9332675030552ccc0581ea72 |
| 2.77 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.77 |
2025-06-06 | sha256:b7fcdacfd27d7e08ccbe7cfcace150f1847149685dd6edf93121cd1daa35f069 |
| 2.76 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.76 |
2025-05-23 | sha256:7dc32ccf6a1e4638f9b43ede07a640d5eb51a7f33e93dfd88563128c1920e620 |
| 2.75 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.75 |
2025-05-09 | sha256:c606a81e96c8bb9048f59af57a4f9e01b393ec21b49772f29fb7b110621e39e4 |
| 2.74 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.74 |
2025-04-24 | sha256:6eb87e83265cd062ea8dd79ab2ecb860ee1cece1585e2ff794d95c21c464eeec |
| 2.73 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.73 |
2025-04-11 | sha256:8f132cec297682a2f0085483e2e894637401c1773c4de3c84da279a75457e461 |
| 2.72 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.72 |
2025-03-20 | sha256:3efdfd4a43acb5477cf197e4c33bf7b19d7541e050ca2d4970ecdb17a166d061 |
| 2.71 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.71 |
2025-03-03 | sha256:26d4304fefd898495faae3f5438c70ec0a5326be6c1fcd34a001323faffbe04f |
| 2.70 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.70 |
2025-02-20 | sha256:c1049a6f56b3c11a68869b1e97a3a13c26d5388b1a75c34d481433c2c6290dd2 |
| 2.69 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.69 |
2025-02-10 | sha256:da4e9babd88f125b79d5a03968f688713286f632c24e289cf8392af52a6461bd |
| 2.68 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.68 |
2025-01-24 | sha256:fa49d0f315e3da67d245618bcd6f01969314cdac660f35ebe4914bcd31a45172 |
| 2.67 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.67 |
2024-11-25 | sha256:4829a0b7f7195599405f28c2a65a5ce8ff57fc79cc0f7a3f33f8b2ed6fe66814 |
| 2.66 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.66 |
2024-10-28 | sha256:6b6b84faef28fdfd059df1975fcfac7e955c9bd63f4c18b8f7e4e7bc52cd49ad |
| 2.65 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.65 |
2024-10-07 | sha256:8b51ab42cb0f6b9a94217c01d3d729e74919d137400ce6764212b8658b460ab3 |
| 2.64 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.64 |
2024-09-20 | sha256:ac8fde7275dce8d6f2be1a11e90ceed9ae9df82bd3b8d4454a196a0c2c65e8a1 |
| 2.63 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.63 |
2024-09-03 | sha256:c17f242f0dad99cb9fead6196f4a26a577b2790fe8df5654b69bdb155c3518fa |
| 2.62 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.62 |
2024-08-12 | sha256:c0c7bd61969ec2e63eccd94a50734a9e97e7cea8f915ffface5a3d20fc4025e5 |
| 2.61 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.61 |
2024-07-23 | sha256:14802d84daaae24e6d0ca0997b468fffc9ea642276717316a043ca760db326f9 |
| 2.60 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.60 |
2024-07-05 | sha256:8f3cfc383183286df79fc50af5c58b2eade27febc4f14d7f7a0b6d9448ad0673 |
| 2.59 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.59 |
2024-06-16 | sha256:39ec8303cf8c6e46a55203d043aa6f8c6562599b5c42ca2c9cb7d9aafda47bb0 |
| 2.58 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.58 |
2024-06-04 | sha256:254a1e7d1c1de9d6a17ff9b42312bfbb8cb1bd634cbfa3ff0386d84e14e2541b |
| 2.57 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.57 |
2024-06-03 | sha256:d651951d583b5ef61ca4637fb9e3971f3b6be946727e0d985b0c0b808c4dd652 |
| 2.56 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.56 |
2024-05-10 | sha256:00b5b33cc37ef11efffb5ad5f37b6c064a65bef860f4c13d764385dfa57e7641 |
| 2.55 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.55 |
2024-04-23 | sha256:22ea2e62edb45fe96f2dc73d6943d0fcba9e33680320d48c29c28b70afc37e45 |
| 2.54 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.54 |
2024-04-05 | sha256:4588456c13b9bcb03598af79919c63fea2130e1198a655fcec172ff0f11c89eb |
| 2.53 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.53 |
2024-03-08 | sha256:98d90f0890296cc3a490a21b6c78464c426b4cbe5f8b717f058e2ec5451245f2 |
| 2.52 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.52 |
2024-03-08 | sha256:b41351d72091a4f85ea83772ce6f362608d0a32db64afaf6541991a1671eae51 |
| 2.51 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.51 |
2024-02-07 | sha256:9c6505fe3f0df07a66696b978ee78da09faa627cc919880b74cde52eabf4f78e |
| 2.50 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.50 |
2024-01-22 | sha256:5001d953356bb67b3aa7dc3fddb540303896e790f43d894c0122cd51ec692706 |
| 2.49 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.49 |
2024-01-08 | sha256:703b5c9e3fbe368dff314382cba0ad90c0fbaef7e4b038bf1011d002939dc994 |
| 2.48 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.48 |
2023-12-12 | sha256:7abe5cb8f2bf8a2744f2ec94f63e59599272b9cc8b11f07c8b9e0ce4b9ed1dd7 |
| 2.47 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.46 |
2023-12-04 | sha256:672e066fb55e8f24cde117b8e004a8e22ab446a04ffc447754ad3211fbf09c3f |
| 2.46 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.46 |
2023-11-16 | sha256:7e60e820e6e9922e6d51618d6daba7f78866028fd68a190ad01f532a8c203366 |
| 2.45 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.45 |
2023-11-07 | sha256:5eca901f0fc2206d4da3b1af155435e0adb53f66dd138c2cba8350f24469ff7b |
| 2.44 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.44 |
2023-10-30 | sha256:39530628b7228175b372a0cfc7da1a03657e57c81f92a7e7f1665475f33f9937 |
| 2.43 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.43 |
2023-10-12 | sha256:7305777d729bf89e0fe33911b9b29e0d7f969e6d35207ecc2ea21b55f55cc6e6 |
| 2.42 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.42 |
2023-09-29 | sha256:0a479499f54b67a81a1959761105da7f19b6f4d314bd34881b6d7fedbcce9d4b |
| 2.41 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.41 |
2023-09-01 | sha256:7bf1281cd55814485ad7ddbc90982e34046148abec3806fdb3e613c352a0d20e |
| 2.40 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.40 |
2023-08-18 | sha256:8164d04f6c812be3a3a0790c541c72a9fd7ea65a8bc0a0264b8c4e82e0ed1868 |
| 2.39 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.39 |
2023-08-02 | sha256:499559f10a289300828536196947da164c09cece319e3ce3f30fd408cde55c5d |
| 2.38 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.38 |
2023-07-05 | sha256:2f11f01c9710ec711a17a9269be04f584e173c89b27b116c27ec93ec31981c07 |
| 2.37 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.37 |
2023-06-19 | sha256:229503f75f9837a1fd0e8d38918d8904d3719eaeae84e8aaf94201e8409d78fd |
| 2.36 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.36 |
2023-05-31 | sha256:caf29e1e2ce8e1df165c4eb7a3124ae17b6438e2b04b8766dd0dfad502a79350 |
| 2.35 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.35 |
2023-05-30 | sha256:f78e02d91386dbd9a2e1fb9686df130c36666ae67cfc0bc483f1f4ee34cdf9e2 |
| 2.33 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.33 |
2023-04-17 | sha256:dc3a6d2a352b0019f8ce7ea4c10afd4017e45c48cb22ca692ab0b02b028538cc |
| 2.32 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.32 |
2023-04-03 | sha256:e66e380e37ad1f84891fbc9c708b7685356987895f2c397c20db0a5fae1efbed |
| 2.31 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.31 |
2023-03-13 | sha256:24d3c769801314b7502390c5c7054b303c534c2b3eceee3b87f1cb35f10f3e26 |
| 2.30 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.30 |
2023-02-21 | sha256:2377117ad8e1305cd51e57aad59ca6bf7dedc028d128898df646f2854229a0de |
| 2.29 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.29 |
2023-02-06 | sha256:9454cc4fc70a21a1f5b59ede38910b30d29db69e5331e9e37a4d3516427ce66d |
| 2.28 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.28 |
2023-01-24 | sha256:5ce2b19d67e1e05bc70b0f5639ea7e7696cfac37aea62e9f2e75249f54d97c08 |
| 2.27 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.27 |
2023-01-16 | sha256:e212bfbfa48f88f7b12ac77aa21fdc41d8eccf9ff89a2405706430738d09e24b |
| 2.26 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.26 |
2022-12-14 | sha256:31bd71102552d6d76b6660c4ca2cbae930367ff3d644acc0673e861085a23b12 |
| 2.25 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.25 |
2022-11-28 | sha256:31f01a325fcb53651742fbb4af1d9a3ec425fc9b2662e1894c01389ff37426bf |
| 2.24 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.24 |
2022-11-10 | sha256:a97c10d27cdf8ee543cad4b29980ccdd5a697164f40ade7f399a0b7a3619f2ea |
| 2.23 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.23 |
2022-10-04 | sha256:8582554fda2c36c0750d734c78b692b96ac0f983d4d2e11a186e224ec2fa554f |
| 2.22 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.22 |
2022-08-30 | sha256:0653ba3abbdadf347fde238667b510757ecd9625dd7f7d53c512d7a5a2762612 |
| 2.21 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.21 |
2022-07-28 | sha256:4ce661dc331005bc3cb828a677c760b2dda3c2951415141a91aeb0c0b9a351da |
| 2.20 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.20 |
2022-06-20 | sha256:655330f36771d274082b6c16a60620350597a9d6f2489a6246b9d2833d021211 |
| 2.19 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.19 |
2022-04-20 | sha256:482d28e51d5acc65471b366bbdcabc97f69e49da933337a7c42f45907cd63173 |
| 2.18 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.18 |
2022-02-22 | sha256:56cc0a6562e786f1b87b490e6a34ed655fa2c376ae3c8622690912dce7d9a608 |
| 2.17 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.17 |
2022-01-18 | sha256:c1e9d5a9674a093635c386f96d35781aea7cad6cc1da86991ee1a85c854216f8 |
| 2.16 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.16 |
2021-11-29 | sha256:3a3b5a981caed4238ef7297bb54b4a32b974b0499b12744347bc661d3f323916 |
| 2.15 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.15 |
2021-09-24 | sha256:f4bff8348fbfdb738c3c681cb6da04cb215f742abe5e09b5d2f5ef07dcfbf21b |
| 2.14 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.14 |
2021-09-02 | sha256:7bad3379f15fce2d169ae066520b6bdfe719ee4fc8ae271988b4ca772ffb69d5 |
| 2.13 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.13 |
2021-06-10 | sha256:916d4a7cac5ee3102b5fbbbbda67387051a6f7a545353e4ba4bd489246ec8855 |
| 2.12 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.12 |
2021-04-07 | sha256:ff4053b0bca784d6d105fee1d008cfb20db206011453071e86b69ca3fde706a4 |
| 2.11 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.11 |
2021-01-08 | sha256:61d35cdad7e77dbcedbf6ab47591b38121b03c5a4f41041f2d628cb8485602e1 |
| 2.10 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.10 |
2020-12-11 | sha256:c59986a7a4e5931f1172ba3c6fc5f535edbbcc60daf6f3e092df9851283f8ceb |
| 2.9 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.9 |
2020-09-21 | sha256:2976e1374e87f5cddabcf80179d9708868d52dbf656fdde60f803553be633db2 |
| 2.8 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.8 |
2020-07-27 | sha256:119e05bad27ccc899df5b895ccba41135fd5edbc5786a77c1c763621b00dee0f |
| 2.7 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.7 |
2020-05-20 | sha256:282677e79ccb9d20c699d384a54093894de03675752cd848a3133266c898c14c |
| 2.6 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.6 |
2019-12-09 | sha256:7f588468622a981f89cf5e1212aaf75fface9da6169b5345ca52ab63d8215907 |
| 2.5 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.5 |
2019-12-02 | sha256:90bdb361ba94b75dfd7feb7c6a2577ece9f91e0392f20a5b4e9808120041b3e2 |
| 2.4 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.4.1 |
2019-10-01 | sha256:ade4209bbc6923c02a3315c7e6dcc4376afc355db2765b792205be9b33f4243d |
| 2.3 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.3 |
2019-07-24 | sha256:1451dab959183c6378a804ce0744913028623e10c401e5ebc1a1f88c82443ba4 |
| 2.2 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.2 |
2019-07-10 | sha256:2073c470e83418abf2c11ec92554c139aadd18f0c63fffb92c2c3f5e90c46ba6 |
| 2.1 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.1 |
2019-06-17 | sha256:b5be69c4ae42a7af28a9d7ad25df548c77959b006507367507c9ff0f992306f2 |
| 2.0 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.0 |
2019-05-08 | sha256:cc13eadecb8e99a7fe56a071427c2caa34149c31d1ad84f4f03c96f111dd0154 |
從現行版本開始,下列可用的映像檔版本以遞減順序列出。
映像檔中預先安裝的 yq 版本,即為 Mike Farah 所開發的 yq 工具。
版本 3.85
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.85 |
sha256:4fa1a77a8b12636308a0702b9ded98c7cf6237ee6948a70099a16541f6997480 |
這是基於 ubi9。
若要檢視版本 3.85 的內容,請在正在執行的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf cli 版本已更新為 v8.x。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.19.0
# npm
11.17.0
# jq
jq-1.8.2
# yq
yq (https://github.com/mikefarah/yq/) version v4.53.3
# kubectl
v1.33.13
# buildctl
buildctl github.com/moby/buildkit v0.32.2 991535e0973488b6a429096d21fa13f81f2d89d8
# helm
v3.21.4+g813176c
# helm4
v4.2.4+g3900f43
# ibmcloud
ibmcloud 2.46.0 (5e8efbb40-2026-07-16T23:16:06+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.20.0 true
cloud-logs[logs] 0.5.0 true
cloud-object-storage 1.11.1 true
code-engine[ce] 1.62.7 true
container-registry[cr] 1.4.0 true
container-service[kubernetes-service/ks] 1.0.815 true
cra 2.8.4 true
doi 0.5.8 true
schematics[sch] 1.12.32 true
secrets-manager[sm] 2.0.20 true
sl 1.5.10 false
vpc-infrastructure[infrastructure-service/is] 16.14.0 true
# ibmcloud dev
3.5.6
# java
openjdk version "21.0.12" 2026-07-21 LTS
IBM Semeru Runtime Open Edition 21.0.12.0 (build 21.0.12+8-LTS)
Eclipse OpenJ9 VM 21.0.12.0 (build 21.0.12+8-openj9-0.60.0, JRE 21 Linux amd64-64-Bit Compressed References 20260721_853 (JIT enabled, AOT enabled)
OpenJ9 - 396c827fb3
OMR - 2e3166f7a
JCL - 4a6e2c21da3 based on jdk-21.0.12+8)
# ant
Apache Ant(TM) version 1.10.17 compiled on April 6 2026
# mvn
Apache Maven 3.9.16 (2bdd9fddda4b155ebf8000e807eb73fd829a51d5)
Maven home: /opt/IBM/maven
Java version: 21.0.12, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.8.0-137-generic", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.7.0!
Here are the highlights of this release:
- Isolated Projects graduates to incubating
- Broader Configuration Cache compatibility
- More source locations in problem reports
For more details see https://docs.gradle.org/9.7.0/release-notes.html
------------------------------------------------------------
Gradle 9.7.0
------------------------------------------------------------
Build time: 2026-08-06 14:07:35 UTC
Revision: 3defbfc59d757b873d787b2261de5c7f8a00970a
Kotlin: 2.4.0
Groovy: 4.0.32
Ant: Apache Ant(TM) version 1.10.17 compiled on April 6 2026
Launcher JVM: 21.0.12 (Eclipse OpenJ9 21.0.12+8-openj9-0.60.0)
Daemon JVM: /usr/local/jdk21 (no Daemon JVM specified, using current Java home)
OS: Linux 6.8.0-137-generic amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.52.0
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.5 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.5 27 Jan 2026 (Library: OpenSSL 3.5.5 27 Jan 2026)
# make
GNU Make 4.3
# docker
29.7.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.22.2 commit: cd48f3da7baca8d4e7bbf6af27f7810754ceb504
# calicoctl
v3.28.5
# terraform
Terraform v1.15.8
on linux_amd64
# cosign
v3.1.2
# tkn
0.46.0
# cf
cf8 version 8.18.4+3fcd823.2026-07-02
版本 3.84
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.84 |
sha256:d03f50c9267ef0487c2d1a1c1ec46afe319f0d4c84e576880e3fef8b81545943 |
這是基於 ubi9。
若要檢視版本 3.84 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf cli 版本已更新為 v8.x。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.18.0
# npm
11.16.0
# jq
jq-1.8.2
# yq
yq (https://github.com/mikefarah/yq/) version v4.53.3
# kubectl
v1.33.13
# buildctl
buildctl github.com/moby/buildkit v0.31.1 673b7e0196de0cac83308274b88aaed97a91af74
# helm
v3.21.3+g1ad6e68
# helm4
v4.2.3+g43e8b7f
# ibmcloud
ibmcloud 2.45.0 (0a80377fb-2026-06-25T14:47:51+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.2 true
cloud-logs[logs] 0.5.0 true
cloud-object-storage 1.11.1 true
code-engine[ce] 1.62.6 true
container-registry[cr] 1.4.0 true
container-service[kubernetes-service/ks] 1.0.791 true
cra 2.8.4 true
doi 0.5.5 true
schematics[sch] 1.12.32 true
secrets-manager[sm] 2.0.16 true
sl 1.5.10 false
vpc-infrastructure[infrastructure-service/is] 16.11.0 true
# ibmcloud dev
3.5.5
# java
openjdk version "21.0.11" 2026-04-21 LTS
IBM Semeru Runtime Open Edition 21.0.11.0 (build 21.0.11+10-LTS)
Eclipse OpenJ9 VM 21.0.11.0 (build 21.0.11+10-openj9-0.59.0, JRE 21 Linux amd64-64-Bit Compressed References 20260421_786 (JIT enabled, AOT enabled)
OpenJ9 - c53b6b93f4
OMR - 6426f03fa
JCL - 4c4f297fe6e based on jdk-21.0.11+10)
# ant
Apache Ant(TM) version 1.10.17 compiled on April 6 2026
# mvn
Apache Maven 3.9.16 (2bdd9fddda4b155ebf8000e807eb73fd829a51d5)
Maven home: /opt/IBM/maven
Java version: 21.0.11, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.8.0-124-generic", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.6.1!
Here are the highlights of this release:
- Improved Configuration Cache hit rates
- Additional CLI rendering options
- Important project hierarchy lookup deprecations
For more details see https://docs.gradle.org/9.6.1/release-notes.html
------------------------------------------------------------
Gradle 9.6.1
------------------------------------------------------------
Build time: 2026-06-26 14:25:50 UTC
Revision: 309d128bd9fe8c0b71311878fc660b9cbaa07c51
Kotlin: 2.3.21
Groovy: 4.0.32
Ant: Apache Ant(TM) version 1.10.17 compiled on April 6 2026
Launcher JVM: 21.0.11 (Eclipse OpenJ9 21.0.11+10-openj9-0.59.0)
Daemon JVM: /usr/local/jdk21 (no Daemon JVM specified, using current Java home)
OS: Linux 6.8.0-124-generic amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.52.0
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.5 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.5 27 Jan 2026 (Library: OpenSSL 3.5.5 27 Jan 2026)
# make
GNU Make 4.3
# docker
Docker version 29.6.1, build 8900f1d
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.22.2 commit: cd48f3da7baca8d4e7bbf6af27f7810754ceb504
# calicoctl
v3.28.5
# terraform
Terraform v1.15.8
on linux_amd64
# cosign
v3.1.1
# tkn
0.45.0
# cf
cf8 version 8.18.4+3fcd823.2026-07-02
版本 3.83
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.83 |
sha256:c6d8f038d59f9da3a9b52c05d25d73f02248a5779d99b08740da566b1e53b204 |
這是基於 ubi9。
若要檢視版本 3.83 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf cli 版本已更新為 v8.x。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.16.0
# npm
11.13.0
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.53.3
# kubectl
v1.33.12
# buildctl
buildctl github.com/moby/buildkit v0.30.0 dd2170e156c9633da1b2d1a58a6188e3f7d36fa4
# helm
v3.21.1+gc56dd00
# helm4
v4.2.1+gd591a19
# ibmcloud
ibmcloud 2.43.1 (f3611fd49-2026-05-18T17:50:51+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.2 true
cloud-logs[logs] 0.5.0 true
cloud-object-storage 1.11.0 true
code-engine[ce] 1.62.5 true
container-registry[cr] 1.3.21 true
container-service[kubernetes-service/ks] 1.0.775 true
cra 2.8.2 true
doi 0.5.4 true
schematics[sch] 1.12.32 true
secrets-manager[sm] 2.0.16 true
sl 1.5.10 false
vpc-infrastructure[infrastructure-service/is] 16.9.0 true
# ibmcloud dev
3.5.4
# java
openjdk version "21.0.11" 2026-04-21 LTS
IBM Semeru Runtime Open Edition 21.0.11.0 (build 21.0.11+10-LTS)
Eclipse OpenJ9 VM 21.0.11.0 (build 21.0.11+10-openj9-0.59.0, JRE 21 Linux amd64-64-Bit Compressed References 20260421_786 (JIT enabled, AOT enabled)
OpenJ9 - c53b6b93f4
OMR - 6426f03fa
JCL - 4c4f297fe6e based on jdk-21.0.11+10)
# ant
Apache Ant(TM) version 1.10.17 compiled on April 6 2026
# mvn
Apache Maven 3.9.16 (2bdd9fddda4b155ebf8000e807eb73fd829a51d5)
Maven home: /opt/IBM/maven
Java version: 21.0.11, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.19.7-200.fc43.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.5.1!
Here are the highlights of this release:
- Task provenance in reports and failure messages
- Type-safe accessors for precompiled Kotlin Settings plugins
For more details see https://docs.gradle.org/9.5.1/release-notes.html
------------------------------------------------------------
Gradle 9.5.1
------------------------------------------------------------
Build time: 2026-05-12 13:19:42 UTC
Revision: fd78213f09782e62ca4957f9cfd3d90c6c3f1767
Kotlin: 2.3.20
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.11 (Eclipse OpenJ9 21.0.11+10-openj9-0.59.0)
Daemon JVM: /usr/local/jdk21 (no Daemon JVM specified, using current Java home)
OS: Linux 6.19.7-200.fc43.aarch64 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.52.0
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.5 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.5 27 Jan 2026 (Library: OpenSSL 3.5.5 27 Jan 2026)
# make
GNU Make 4.3
# docker
29.5.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.22.2 commit: 4db1c56e8003ad07759a4d899254643d445dbe04
# calicoctl
v3.28.5
# terraform
Terraform v1.15.6
on linux_amd64
# cosign
v3.1.1
# tkn
0.45.0
# cf
cf8 version 8.18.3+83ce51d.2026-04-16
版本 3.82
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.82 |
sha256:07428babb51f0f94f3237ac72dbb37fab7dfca0aba8b9dd81817bf02756298c4 |
這是基於 ubi9。
若要檢視版本 3.82 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf cli 版本已更新為 v8.x。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.15.0
# npm
11.12.1
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.53.2
# kubectl
v1.33.10
# buildctl
buildctl github.com/moby/buildkit v0.29.0 8543ce4428265d547cb009e5ad62348284497a88
# helm
v3.20.2+g8fb76d6
# helm4
v4.1.4+g05fa379
# ibmcloud
ibmcloud 2.43.0 (c6a75d24d-2026-04-21T21:26:42+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.1 true
cloud-logs[logs] 0.5.0 true
cloud-object-storage 1.11.0 true
code-engine[ce] 1.62.3 true
container-registry[cr] 1.3.19 true
container-service[kubernetes-service/ks] 1.0.768 true
cra 2.8.0 true
doi 0.5.4 true
schematics[sch] 1.12.32 true
secrets-manager[sm] 2.0.16 true
sl 1.5.10 false
vpc-infrastructure[infrastructure-service/is] 16.6.0 true
# ibmcloud dev
3.5.3
# java
openjdk version "21.0.11" 2026-04-21 LTS
IBM Semeru Runtime Open Edition 21.0.11.0 (build 21.0.11+10-LTS)
Eclipse OpenJ9 VM 21.0.11.0 (build 21.0.11+10-openj9-0.59.0, JRE 21 Linux amd64-64-Bit Compressed References 20260421_786 (JIT enabled, AOT enabled)
OpenJ9 - c53b6b93f4
OMR - 6426f03fa
JCL - 4c4f297fe6e based on jdk-21.0.11+10)
# ant
Apache Ant(TM) version 1.10.17 compiled on April 6 2026
# mvn
Apache Maven 3.9.15 (98b2cdbfdb5f1ac8781f537ea9acccaed7922349)
Maven home: /opt/IBM/maven
Java version: 21.0.11, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.18.15", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.5.0!
Here are the highlights of this release:
- Task provenance in reports and failure messages
- Type-safe accessors for precompiled Kotlin Settings plugins
For more details see https://docs.gradle.org/9.5.0/release-notes.html
------------------------------------------------------------
Gradle 9.5.0
------------------------------------------------------------
Build time: 2026-04-28 12:05:30 UTC
Revision: 3fe117d68f3907790f3809f121aa36303a9151f8
Kotlin: 2.3.20
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.11 (Eclipse OpenJ9 21.0.11+10-openj9-0.59.0)
Daemon JVM: /usr/local/jdk21 (no Daemon JVM specified, using current Java home)
OS: Linux 6.18.15 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.1 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
# make
GNU Make 4.3
# docker
29.4.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.20.0
# calicoctl
v3.28.5
# terraform
Terraform v1.15.2
on linux_amd64
# cosign
v3.0.6
# tkn
0.44.1
# cf
cf8 version 8.18.3+83ce51d.2026-04-16
版本 3.81
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.81 |
sha256:a88783a3942e428b4c037911f735c4017bedc13781a7bf9eab8fc7ccb7ffb728 |
這是基於 ubi9。
若要檢視版本 3.81 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf cli 版本已更新為 v8.x。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.14.1
# npm
11.11.0
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.52.5
# kubectl
v1.33.10
# buildctl
buildctl github.com/moby/buildkit v0.28.1 45b038cd0b2ec2d34013ce0f085522276f7ee0d8
# helm
v3.20.1+ga2369ca
# helm4
v4.1.3+gc94d381
# ibmcloud
ibmcloud 2.42.0 (178ee3978-2026-03-27T18:09:02+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.1 true
cloud-logs[logs] 0.4.0 true
cloud-object-storage 1.10.5 true
code-engine[ce] 1.62.1 true
container-registry[cr] 1.3.19 true
container-service[kubernetes-service/ks] 1.0.749 false
cra 2.8.0 true
doi 0.5.4 true
schematics[sch] 1.12.31 true
secrets-manager[sm] 2.0.15 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.5.0 true
# ibmcloud dev
3.5.2
# java
openjdk version "21.0.10" 2026-01-20 LTS
IBM Semeru Runtime Open Edition 21.0.10.1 (build 21.0.10+7-LTS)
Eclipse OpenJ9 VM 21.0.10.1 (build 21.0.10+7-openj9-0.57.0, JRE 21 Linux amd64-64-Bit Compressed References 20260120_735 (JIT enabled, AOT enabled)
OpenJ9 - f0754f4102
OMR - c8ee95c0c
JCL - 4f5b2ad7237 based on jdk-21.0.10+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.14 (996c630dbc656c76214ce58821dcc58be960875b)
Maven home: /opt/IBM/maven
Java version: 21.0.10, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.4.1!
Here are the highlights of this release:
- Java 26 support
- Non-class-based JVM tests
- Enhanced console progress bar
For more details see https://docs.gradle.org/9.4.1/release-notes.html
------------------------------------------------------------
Gradle 9.4.1
------------------------------------------------------------
Build time: 2026-03-19 08:46:28 UTC
Revision: 2d6327017519d23b96af35865dc997fcb544fb40
Kotlin: 2.3.0
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.10 (Eclipse OpenJ9 21.0.10+7-openj9-0.57.0)
Daemon JVM: /usr/local/jdk21 (no Daemon JVM specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.1 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
# make
GNU Make 4.3
# docker
29.3.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.20.0
# calicoctl
v3.28.5
# terraform
Terraform v1.14.8
on linux_amd64
# cosign
v3.0.5
# tkn
0.44.0
# cf
cf8 version 8.18.0+fad4bcb.2026-03-04
版本 3.80
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.80 |
sha256:62f0962b42233042e1771ce1dd1e0ecd766270dc65ec99c1ea5c398aa6ffc4ab |
這是基於 ubi9。
若要檢視版本 3.80 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf cli 版本已更新為 v8.x。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.14.0
# npm
11.9.0
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.52.4
# kubectl
v1.32.13
# buildctl
buildctl github.com/moby/buildkit v0.28.0 5245d869d85d9c98f986b600584c332a3b001986
# helm
v3.20.0+gb2e4314
# helm4
v4.1.1+g5caf004
# ibmcloud
ibmcloud 2.41.1 (1ed318786-2026-02-11T15:56:18+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.1 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.5 true
code-engine[ce] 1.62.0 true
container-registry[cr] 1.3.19 true
container-service[kubernetes-service/ks] 1.0.746 false
cra 2.7.5 true
doi 0.5.1 true
schematics[sch] 1.12.30 true
secrets-manager[sm] 2.0.14 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.4.0 true
# ibmcloud dev
3.5.1
# java
openjdk version "21.0.10" 2026-01-20 LTS
IBM Semeru Runtime Open Edition 21.0.10.1 (build 21.0.10+7-LTS)
Eclipse OpenJ9 VM 21.0.10.1 (build 21.0.10+7-openj9-0.57.0, JRE 21 Linux amd64-64-Bit Compressed References 20260120_735 (JIT enabled, AOT enabled)
OpenJ9 - f0754f4102
OMR - c8ee95c0c
JCL - 4f5b2ad7237 based on jdk-21.0.10+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.13 (39d686bd50d8e054301e3a68ad44781df6f80dda)
Maven home: /opt/IBM/maven
Java version: 21.0.10, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.4.0!
Here are the highlights of this release:
- Java 26 support
- Non-class-based JVM tests
- Enhanced console progress bar
For more details see https://docs.gradle.org/9.4.0/release-notes.html
------------------------------------------------------------
Gradle 9.4.0
------------------------------------------------------------
Build time: 2026-03-04 10:36:00 UTC
Revision: b631911858264c0b6e4d6603d677ff5218766cee
Kotlin: 2.3.0
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.10 (Eclipse OpenJ9 21.0.10+7-openj9-0.57.0)
Daemon JVM: /usr/local/jdk21 (no Daemon JVM specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.1 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
# make
GNU Make 4.3
# docker
29.3.0
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.20.0
# calicoctl
v3.28.5
# terraform
Terraform v1.14.6
on linux_amd64
# cosign
v3.0.5
# tkn
0.44.0
# cf
cf8 version 8.18.0+fad4bcb.2026-03-04
版本 3.79
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.79 |
sha256:6ef90671d63fc936e8bd4aca18261095f8f2479b2a3e20006cba52e859ab824d |
這是基於 ubi9。
若要檢視版本 3.79 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.14.0
# npm
11.9.0
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.52.4
# kubectl
v1.32.11
# buildctl
buildctl github.com/moby/buildkit v0.27.1 5fbebf9d177edcc7af06c36c78728fdd357bf964
# helm
v3.20.0+gb2e4314
# helm4
v4.1.1+g5caf004
# ibmcloud
ibmcloud 2.41.1 (1ed318786-2026-02-11T15:56:18+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.4 true
code-engine[ce] 1.61.0 true
container-registry[cr] 1.3.19 true
container-service[kubernetes-service/ks] 1.0.746 false
cra 2.7.2 true
doi 0.5.1 true
schematics[sch] 1.12.30 true
secrets-manager[sm] 2.0.13 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.4.0 true
# ibmcloud dev
3.5.1
# java
openjdk version "21.0.10" 2026-01-20 LTS
IBM Semeru Runtime Open Edition 21.0.10.0 (build 21.0.10+7-LTS)
Eclipse OpenJ9 VM 21.0.10.0 (build 21.0.10+7-openj9-0.57.0, JRE 21 Linux amd64-64-Bit Compressed References 20260120_710 (JIT enabled, AOT enabled)
OpenJ9 - f0754f4102
OMR - c8ee95c0c
JCL - 36e4cea8d58 based on jdk-21.0.10+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.10, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.3.1!
Here are the highlights of this release:
- Test reporting improvements
- Error and warning improvements
- Build authoring improvements
For more details see https://docs.gradle.org/9.3.1/release-notes.html
------------------------------------------------------------
Gradle 9.3.1
------------------------------------------------------------
Build time: 2026-01-29 14:15:01 UTC
Revision: 44f4e8d3122ee6e7cbf5a248d7e20b4ca666bda3
Kotlin: 2.2.21
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.10 (Eclipse OpenJ9 21.0.10+7-openj9-0.57.0)
Daemon JVM: /usr/local/jdk21 (no Daemon JVM specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.1 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
# make
GNU Make 4.3
# docker
29.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.20.0
# calicoctl
v3.28.5
# terraform
Terraform v1.14.6
on linux_amd64
# cosign
v3.0.5
# tkn
0.44.0
版本 3.78
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.78 |
sha256:a593192942ce946f8999c4b6f0e999fc76b66be981915f4e63a366dc984675d2 |
這是基於 ubi9。
若要檢視版本 3.78 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.13.1
# npm
11.8.0
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.52.2
# kubectl
v1.32.11
# buildctl
buildctl github.com/moby/buildkit v0.27.1 5fbebf9d177edcc7af06c36c78728fdd357bf964
# helm
v3.20.0+gb2e4314
# helm4
v4.1.1+g5caf004
# ibmcloud
ibmcloud 2.41.0 (e3447b31a-2026-01-27T19:35:42+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.4 true
code-engine[ce] 1.61.0 true
container-registry[cr] 1.3.18 true
container-service[kubernetes-service/ks] 1.0.746 false
cra 2.7.2 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.13 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.3.0 true
# ibmcloud dev
3.5.1
# java
openjdk version "21.0.10" 2026-01-20 LTS
IBM Semeru Runtime Open Edition 21.0.10.0 (build 21.0.10+7-LTS)
Eclipse OpenJ9 VM 21.0.10.0 (build 21.0.10+7-openj9-0.57.0, JRE 21 Linux amd64-64-Bit Compressed References 20260120_710 (JIT enabled, AOT enabled)
OpenJ9 - f0754f4102
OMR - c8ee95c0c
JCL - 36e4cea8d58 based on jdk-21.0.10+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.10, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.3.1!
Here are the highlights of this release:
- Test reporting improvements
- Error and warning improvements
- Build authoring improvements
For more details see https://docs.gradle.org/9.3.1/release-notes.html
------------------------------------------------------------
Gradle 9.3.1
------------------------------------------------------------
Build time: 2026-01-29 14:15:01 UTC
Revision: 44f4e8d3122ee6e7cbf5a248d7e20b4ca666bda3
Kotlin: 2.2.21
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.10 (Eclipse OpenJ9 21.0.10+7-openj9-0.57.0)
Daemon JVM: /usr/local/jdk21 (no Daemon JVM specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.1 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
# make
GNU Make 4.3
# docker
29.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.20.0
# calicoctl
v3.28.5
# terraform
Terraform v1.14.4
on linux_amd64
# cosign
v3.0.4
# tkn
0.43.0
版本 3.77
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.77 |
sha256:431495ee64dca7d0ef0cea2e3787fecba0805888c4963f8b5bc9b79e82bb3053 |
這是基於 ubi9。
若要檢視版本 3.77 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
Code Risk Analyzer 將於 2027 年 2 月 12 日在所有地區停產。 了解更多
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.12.0
# npm
11.6.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.50.1
# kubectl
v1.32.10
# buildctl
buildctl github.com/moby/buildkit v0.26.3 c70e8e666f8f6ee3c0d83b20c338be5aedeaa97a
# helm
v3.19.4+g7cfb6e4
# helm4
v4.0.4+g8650e1d
# ibmcloud
ibmcloud 2.40.0 (e37968a5e-2025-12-09T17:44:02+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.3 true
code-engine[ce] 1.59.0 true
container-registry[cr] 1.3.18 true
container-service[kubernetes-service/ks] 1.0.746 false
cra 2.7.2 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.13 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.3.0 true
# ibmcloud dev
3.5.0
# java
openjdk version "21.0.9" 2025-10-21 LTS
IBM Semeru Runtime Open Edition 21.0.9.0 (build 21.0.9+10-LTS)
Eclipse OpenJ9 VM 21.0.9.0 (build 21.0.9+10-openj9-0.56.0, JRE 21 Linux amd64-64-Bit Compressed References 20251021_630 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 7a630fb0f55 based on jdk-21.0.9+10)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.9, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.1!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.1/release-notes.html
------------------------------------------------------------
Gradle 9.2.1
------------------------------------------------------------
Build time: 2025-11-17 13:40:48 UTC
Revision: 30ecdc708db275e8f8769ea0620f6dd919a58f76
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.9 (Eclipse OpenJ9 21.0.9+10-openj9-0.56.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.1 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
# make
GNU Make 4.3
# docker
29.1.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.20.0
# calicoctl
v3.28.5
# terraform
Terraform v1.14.3
on linux_amd64
# cosign
v3.0.3
# tkn
0.43.0
版本 3.76
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.76 |
sha256:a167db54cca170719507447e580e7d9250bbcfc16a8d9eac51a1577152dae27e |
這是基於 ubi9。
若要檢視版本 3.76 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.12.0
# npm
11.6.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.50.1
# kubectl
v1.32.10
# buildctl
buildctl github.com/moby/buildkit v0.26.3 c70e8e666f8f6ee3c0d83b20c338be5aedeaa97a
# helm
v3.19.4+g7cfb6e4
# helm4
v4.0.4+g8650e1d
# ibmcloud
ibmcloud 2.40.0 (e37968a5e-2025-12-09T17:44:02+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.3 true
code-engine[ce] 1.59.0 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.745 false
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.13 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.2.1 true
# ibmcloud dev
3.5.0
# java
openjdk version "21.0.9" 2025-10-21 LTS
IBM Semeru Runtime Open Edition 21.0.9.0 (build 21.0.9+10-LTS)
Eclipse OpenJ9 VM 21.0.9.0 (build 21.0.9+10-openj9-0.56.0, JRE 21 Linux amd64-64-Bit Compressed References 20251021_630 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 7a630fb0f55 based on jdk-21.0.9+10)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.9, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.1!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.1/release-notes.html
------------------------------------------------------------
Gradle 9.2.1
------------------------------------------------------------
Build time: 2025-11-17 13:40:48 UTC
Revision: 30ecdc708db275e8f8769ea0620f6dd919a58f76
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.9 (Eclipse OpenJ9 21.0.9+10-openj9-0.56.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.1 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
# make
GNU Make 4.3
# docker
29.1.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.20.0
# calicoctl
v3.28.5
# terraform
Terraform v1.14.3
on linux_amd64
# cosign
v3.0.3
# tkn
0.43.0
版本 3.75
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.75 |
sha256:5e92bf07bf8daf0b664f923ddc06cc2aaddaba7c007672101998071b944693bf |
這是基於 ubi9。
若要檢視版本 3.75 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.12.0
# npm
11.6.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.50.1
# kubectl
v1.32.10
# buildctl
buildctl github.com/moby/buildkit v0.26.3 c70e8e666f8f6ee3c0d83b20c338be5aedeaa97a
# helm
v3.19.4+g7cfb6e4
# helm4
v4.0.4+g8650e1d
# ibmcloud
ibmcloud 2.40.0 (e37968a5e-2025-12-09T17:44:02+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.3 true
code-engine[ce] 1.58.1 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.732 false
cra 2.6.0 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.12 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.1.0 true
# ibmcloud dev
3.5.0
# java
openjdk version "21.0.9" 2025-10-21 LTS
IBM Semeru Runtime Open Edition 21.0.9.0 (build 21.0.9+10-LTS)
Eclipse OpenJ9 VM 21.0.9.0 (build 21.0.9+10-openj9-0.56.0, JRE 21 Linux amd64-64-Bit Compressed References 20251021_630 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 7a630fb0f55 based on jdk-21.0.9+10)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.9, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.1!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.1/release-notes.html
------------------------------------------------------------
Gradle 9.2.1
------------------------------------------------------------
Build time: 2025-11-17 13:40:48 UTC
Revision: 30ecdc708db275e8f8769ea0620f6dd919a58f76
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.9 (Eclipse OpenJ9 21.0.9+10-openj9-0.56.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.1 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
# make
GNU Make 4.3
# docker
29.1.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.20.0
# calicoctl
v3.28.5
# terraform
Terraform v1.14.3
on linux_amd64
# cosign
v3.0.3
# tkn
0.43.0
版本 3.74
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.74 |
sha256:8c4000c9af7e548e35363d63f44551da75082320e4f854675eafc94662601265 |
這是基於 ubi9。
若要檢視版本 3.74 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf 指令可用於連接第三方 Cloud Foundry 實體。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.12.0
# npm
11.6.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.50.1
# kubectl
v1.32.10
# buildctl
buildctl github.com/moby/buildkit v0.26.3 c70e8e666f8f6ee3c0d83b20c338be5aedeaa97a
# helm
v3.19.4+g7cfb6e4
# helm4
v4.0.4+g8650e1d
# ibmcloud
ibmcloud 2.40.0 (e37968a5e-2025-12-09T17:44:02+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.3 true
code-engine[ce] 1.58.1 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.732 false
cra 2.6.0 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.12 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.1.0 true
# ibmcloud dev
3.5.0
# java
openjdk version "21.0.9" 2025-10-21 LTS
IBM Semeru Runtime Open Edition 21.0.9.0 (build 21.0.9+10-LTS)
Eclipse OpenJ9 VM 21.0.9.0 (build 21.0.9+10-openj9-0.56.0, JRE 21 Linux amd64-64-Bit Compressed References 20251021_630 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 7a630fb0f55 based on jdk-21.0.9+10)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.9, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.1!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.1/release-notes.html
------------------------------------------------------------
Gradle 9.2.1
------------------------------------------------------------
Build time: 2025-11-17 13:40:48 UTC
Revision: 30ecdc708db275e8f8769ea0620f6dd919a58f76
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.9 (Eclipse OpenJ9 21.0.9+10-openj9-0.56.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.1 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
# make
GNU Make 4.3
# docker
29.1.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.20.0
# calicoctl
v3.28.5
# terraform
Terraform v1.14.3
on linux_amd64
# cosign
v3.0.3
# tkn
0.43.0
版本 3.73
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.73 |
sha256:a50dc580680f88f0e8d3f28811507fe9170761f8fbf225d1d81d4ef4d5e6491b |
這是基於 ubi9。
若要檢視版本 3.73 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
cf 指令可用於連接第三方 Cloud Foundry 實體。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
這個映像檔包含下列工具:
# node
v24.11.1
# npm
11.6.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.49.2
# kubectl
v1.32.9
# buildctl
buildctl github.com/moby/buildkit v0.26.2 be1f38efe73c6a93cc429a0488ad6e1db663398c
# helm
v3.19.2+g8766e71
# helm4
v4.0.1+g12500dd
# ibmcloud
ibmcloud 2.39.0 (3b2091dbc-2025-11-24T01:37:27+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
code-engine[ce] 1.57.0 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.732 false
cra 2.6.0 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.12 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 15.1.0 true
# ibmcloud dev
3.4.1
# java
openjdk version "21.0.9" 2025-10-21 LTS
IBM Semeru Runtime Open Edition 21.0.9.0 (build 21.0.9+10-LTS)
Eclipse OpenJ9 VM 21.0.9.0 (build 21.0.9+10-openj9-0.56.0, JRE 21 Linux amd64-64-Bit Compressed References 20251021_630 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 7a630fb0f55 based on jdk-21.0.9+10)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.9, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.1!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.1/release-notes.html
------------------------------------------------------------
Gradle 9.2.1
------------------------------------------------------------
Build time: 2025-11-17 13:40:48 UTC
Revision: 30ecdc708db275e8f8769ea0620f6dd919a58f76
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.9 (Eclipse OpenJ9 21.0.9+10-openj9-0.56.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.5.1 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
# make
GNU Make 4.3
# docker
29.0.4
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.20.0
# calicoctl
v3.28.5
# terraform
Terraform v1.14.0
on linux_amd64
# cosign
v3.0.2
# tkn
0.43.0
版本 3.72
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.72 |
sha256:b16754572c235e917f90669a30b7b0f6b40dcdda6277938f33cf1e924e360263 |
這是基於 ubi9。
若要檢視版本 3.72 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node
v24.11.0
# npm
11.6.1
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.48.1
# kubectl
v1.32.9
# buildctl
buildctl github.com/moby/buildkit v0.25.1 1d4469a951d329d6815394b21084aeca512fcb0d
# helm
v3.19.0+g3d8990f
# ibmcloud
ibmcloud 2.38.0 (143736126-2025-10-30T16:28:18+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.3.0 true
code-engine[ce] 1.55.2 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.727 false
cra 2.6.0 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.12 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 15.0.0 true
# ibmcloud dev
3.4.0
# java
openjdk version "21.0.9" 2025-10-21 LTS
IBM Semeru Runtime Open Edition 21.0.9.0 (build 21.0.9+10-LTS)
Eclipse OpenJ9 VM 21.0.9.0 (build 21.0.9+10-openj9-0.56.0, JRE 21 Linux amd64-64-Bit Compressed References 20251021_630 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 7a630fb0f55 based on jdk-21.0.9+10)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.9, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.0!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.0/release-notes.html
------------------------------------------------------------
Gradle 9.2.0
------------------------------------------------------------
Build time: 2025-10-29 13:53:23 UTC
Revision: d9d6bbce03b3d88c67ef5a0ff31f7ae5e332d6bf
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.9 (Eclipse OpenJ9 21.0.9+10-openj9-0.56.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.5.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.18.1
# calicoctl
v3.28.5
# terraform
Terraform v1.13.4
on linux_amd64
# cosign
v3.0.2
# tkn
0.42.0
版本 3.71
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.71 |
sha256:82f63315eaf0e68bbd5cae76d28057570e2f798b97c66d75df566d7bd5f34ce8 |
這是基於 ubi9。
若要檢視版本 3.71 的內容,請在正在運行的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.20.0
# npm
10.9.3
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.48.1
# kubectl
v1.32.9
# buildctl
buildctl github.com/moby/buildkit v0.25.1 1d4469a951d329d6815394b21084aeca512fcb0d
# helm
v3.19.0+g3d8990f
# ibmcloud
ibmcloud 2.37.1 (8cc6b022b-2025-09-26T18:37:10+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.55.2 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.724 false
cra 2.6.0 true
doi 0.5.1 true
schematics[sch] 1.12.28 true
secrets-manager[sm] 2.0.12 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 15.0.0 true
# ibmcloud dev
3.3.7
# java
openjdk version "21.0.8" 2025-07-15 LTS
IBM Semeru Runtime Open Edition 21.0.8.0 (build 21.0.8+9-LTS)
Eclipse OpenJ9 VM 21.0.8.0 (build openj9-0.53.0, JRE 21 Linux amd64-64-Bit Compressed References 20250715_547 (JIT enabled, AOT enabled)
OpenJ9 - 017819f167
OMR - 266a8c6f5
JCL - d5f1e70d135 based on jdk-21.0.8+9)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.8, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.1.0!
Here are the highlights of this release:
- Full Java 25 support
- Native task graph visualization
- Enhanced console output
For more details see https://docs.gradle.org/9.1.0/release-notes.html
------------------------------------------------------------
Gradle 9.1.0
------------------------------------------------------------
Build time: 2025-09-18 13:05:56 UTC
Revision: e45a8dbf2470c2e2474ccc25be9f49331406a07e
Kotlin: 2.2.0
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.8 (Eclipse OpenJ9 openj9-0.53.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.5.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.18.1
# calicoctl
v3.28.5
# terraform
Terraform v1.13.4
on linux_amd64
# cosign
v3.0.2
# tkn
0.42.0
版本 3.70
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.70 |
sha256:1427e09988fccb724c5b81c67164b4c99a302e94aca3b0cf83d83617a74a0604 |
這是基於 ubi9。
若要檢視版本 3.70 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.19.0
# npm
10.9.3
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.47.2
# kubectl
v1.32.9
# buildctl
buildctl github.com/moby/buildkit v0.24.0 b772c318368090fb2ffc9c0fed92e0a35bf82389
# helm
v3.19.0+g3d8990f
# ibmcloud
ibmcloud 2.36.0 (f7f678a70-2025-08-20T23:50:09+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.54.5 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.717 false
cra 2.6.0 true
doi 0.5.0 true
schematics[sch] 1.12.28 true
secrets-manager[sm] 2.0.12 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 14.4.0 true
# ibmcloud dev
3.3.6
# java
openjdk version "21.0.8" 2025-07-15 LTS
IBM Semeru Runtime Open Edition 21.0.8.0 (build 21.0.8+9-LTS)
Eclipse OpenJ9 VM 21.0.8.0 (build openj9-0.53.0, JRE 21 Linux amd64-64-Bit Compressed References 20250715_547 (JIT enabled, AOT enabled)
OpenJ9 - 017819f167
OMR - 266a8c6f5
JCL - d5f1e70d135 based on jdk-21.0.8+9)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.8, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.0.0!
Here are the highlights of this release:
- Configuration Cache is the recommended execution mode
- Gradle requires JVM 17 or higher to run
- Build scripts use Kotlin 2.2 and Groovy 4.0
- Improved Kotlin DSL script compilation avoidance
For more details see https://docs.gradle.org/9.0.0/release-notes.html
------------------------------------------------------------
Gradle 9.0.0
------------------------------------------------------------
Build time: 2025-07-31 16:35:12 UTC
Revision: 328772c6bae126949610a8beb59cb227ee580241
Kotlin: 2.2.0
Groovy: 4.0.27
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.8 (Eclipse OpenJ9 openj9-0.53.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.4.0
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.18.1
# calicoctl
v3.28.5
# terraform
Terraform v1.13.2
on linux_amd64
# cosign
v2.6.0
版本 3.69
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.69 |
sha256:99c4ac5ed1df0f49861fc592debf75c4dc173e6150498e1746e051c9dcdd16df |
這是基於 ubi9。
若要檢視版本 3.69 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.19.0
# npm
10.9.3
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.47.1
# kubectl
v1.32.8
# buildctl
buildctl github.com/moby/buildkit v0.23.2 40b2ede0ac0a37030f9959b4a28e9c6c8ea036e7
# helm
v3.18.6+gb76a950
# ibmcloud
ibmcloud 2.36.0 (f7f678a70-2025-08-20T23:50:09+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.54.3 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.715 false
cra 2.6.0 true
doi 0.5.0 true
schematics[sch] 1.12.28 true
secrets-manager[sm] 2.0.12 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 14.4.0 true
# ibmcloud dev
3.3.6
# java
openjdk version "21.0.8" 2025-07-15 LTS
IBM Semeru Runtime Open Edition 21.0.8.0 (build 21.0.8+9-LTS)
Eclipse OpenJ9 VM 21.0.8.0 (build openj9-0.53.0, JRE 21 Linux amd64-64-Bit Compressed References 20250715_547 (JIT enabled, AOT enabled)
OpenJ9 - 017819f167
OMR - 266a8c6f5
JCL - d5f1e70d135 based on jdk-21.0.8+9)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.8, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
------------------------------------------------------------
Gradle 9.0.0
------------------------------------------------------------
Build time: 2025-07-31 16:35:12 UTC
Revision: 328772c6bae126949610a8beb59cb227ee580241
Kotlin: 2.2.0
Groovy: 4.0.27
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.8 (Eclipse OpenJ9 openj9-0.53.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.9
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.3.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.18.1
# calicoctl
v3.28.5
# terraform
Terraform v1.13.1
on linux_amd64
# cosign
v2.5.3
版本 3.68
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.68 |
sha256:8e745d5784d1fca77947a52ddbbc2f2fc88d97682e211433189ae0020db3381a |
這是基於 ubi9。
若要檢視版本 3.68 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.18.0
# npm
10.9.3
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.47.1
# kubectl
v1.32.7
# buildctl
buildctl github.com/moby/buildkit v0.23.2 40b2ede0ac0a37030f9959b4a28e9c6c8ea036e7
# helm
v3.18.4+gd80839c
# ibmcloud
ibmcloud 2.35.1 (733f615-2025-08-05T14:49:49+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.54.1 true
container-registry[cr] 1.3.15 true
container-service[kubernetes-service/ks] 1.0.714 false
cra 2.6.0 true
doi 0.5.0 true
schematics[sch] 1.12.28 true
secrets-manager[sm] 2.0.11 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 14.3.0 true
# ibmcloud dev
3.3.6
# java
openjdk version "21.0.8" 2025-07-15 LTS
IBM Semeru Runtime Open Edition 21.0.8.0 (build 21.0.8+9-LTS)
Eclipse OpenJ9 VM 21.0.8.0 (build openj9-0.53.0, JRE 21 Linux amd64-64-Bit Compressed References 20250715_547 (JIT enabled, AOT enabled)
OpenJ9 - 017819f167
OMR - 266a8c6f5
JCL - d5f1e70d135 based on jdk-21.0.8+9)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.8, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.0.0!
Here are the highlights of this release:
- Configuration Cache is the recommended execution mode
- Gradle requires JVM 17 or higher to run
- Build scripts use Kotlin 2.2 and Groovy 4.0
- Improved Kotlin DSL script compilation avoidance
For more details see https://docs.gradle.org/9.0.0/release-notes.html
------------------------------------------------------------
Gradle 9.0.0
------------------------------------------------------------
Build time: 2025-07-31 16:35:12 UTC
Revision: 328772c6bae126949610a8beb59cb227ee580241
Kotlin: 2.2.0
Groovy: 4.0.27
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.8 (Eclipse OpenJ9 openj9-0.53.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.3
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.3.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.18.1
# calicoctl
v3.30.2
# terraform
Terraform v1.12.2
on linux_amd64
# cosign
v2.5.3
版本 3.66
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.66 |
sha256:a11a0d23e0a45f1946ca87949d78df3452f457b9f88d287a24d2d8b250ab9b19 |
這是基於 ubi9。
若要檢視版本 3.66 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 目前 Java™ 的版本是 Java™ 21。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.17.1
# npm
10.9.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.46.1
# kubectl
v1.30.14
# buildctl
buildctl github.com/moby/buildkit v0.23.2 40b2ede0ac0a37030f9959b4a28e9c6c8ea036e7
# helm
v3.18.4+gd80839c
# ibmcloud
ibmcloud 2.35.0 (50f8601-2025-07-14T19:06:54+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.54.0 true
container-registry[cr] 1.3.14 true
container-service[kubernetes-service/ks] 1.0.712 false
cra 2.5.0 true
doi 0.4.9 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.11 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 14.1.0 true
# ibmcloud dev
3.3.6
# java
openjdk version "21.0.7" 2025-04-15 LTS
IBM Semeru Runtime Open Edition 21.0.7.0 (build 21.0.7+6-LTS)
Eclipse OpenJ9 VM 21.0.7.0 (build openj9-0.51.0, JRE 21 Linux amd64-64-Bit Compressed References 20250415_458 (JIT enabled, AOT enabled)
OpenJ9 - 31cf5538b0
OMR - 9bcff94a2
JCL - 26c2dc3d801 based on jdk-21.0.7+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.7, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14.3!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14.3/release-notes.html
------------------------------------------------------------
Gradle 8.14.3
------------------------------------------------------------
Build time: 2025-07-04 13:15:44 UTC
Revision: e5ee1df3d88b8ca3a8074787a94f373e3090e1db
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.7 (Eclipse OpenJ9 openj9-0.51.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.3
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.1
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.3.0
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.18.1
# calicoctl
v3.30.2
# terraform
Terraform v1.12.2
on linux_amd64
# cosign
v2.5.2
版本 3.65
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.65 |
sha256:2d2b83c7a75e11f7d231394b4950118d46338256416a52411eabd5b7472f8056 |
這是基於 ubi9。
若要檢視版本 3.65 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.17.0
# npm
10.9.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.4
# kubectl
v1.30.14
# buildctl
buildctl github.com/moby/buildkit v0.23.2 40b2ede0ac0a37030f9959b4a28e9c6c8ea036e7
# helm
v3.18.3+g6838ebc
# ibmcloud
ibmcloud 2.34.2 (668ef05-2025-06-18T13:38:28+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.53.3 true
container-registry[cr] 1.3.14 true
container-service[kubernetes-service/ks] 1.0.706 false
cra 2.4.3 true
doi 0.4.9 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.11 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 13.2.0 true
# ibmcloud dev
3.3.5
# java
openjdk version "21.0.7" 2025-04-15 LTS
IBM Semeru Runtime Open Edition 21.0.7.0 (build 21.0.7+6-LTS)
Eclipse OpenJ9 VM 21.0.7.0 (build openj9-0.51.0, JRE 21 Linux amd64-64-Bit Compressed References 20250415_458 (JIT enabled, AOT enabled)
OpenJ9 - 31cf5538b0
OMR - 9bcff94a2
JCL - 26c2dc3d801 based on jdk-21.0.7+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.7, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14.2!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14.2/release-notes.html
------------------------------------------------------------
Gradle 8.14.2
------------------------------------------------------------
Build time: 2025-06-05 13:32:01 UTC
Revision: 30db2a3bdfffa9f8b40e798095675f9dab990a9a
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.7 (Eclipse OpenJ9 openj9-0.51.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.1
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.1
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.3.0
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.18.1
# calicoctl
v3.30.2
# terraform
Terraform v1.12.2
on linux_amd64
# cosign
v2.5.2
版本 3.64
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.64 |
sha256:f930594cca258222080b0baab90a8be1042825b7f8ec173bd54cb0842c40547e |
這是基於 ubi9。
若要檢視版本 3.64 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.16.0
# npm
10.9.2
# jq
jq-1.8.0
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.4
# kubectl
v1.30.12
# buildctl
buildctl github.com/moby/buildkit v0.22.0 13cf07c97baebd3d5603feecc03f5a46ac98d2a5
# helm
v3.18.2+g04cad46
# ibmcloud
ibmcloud 2.34.1 (14a2a87-2025-05-19T22:22:44+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.53.1 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.4.2 true
doi 0.4.8 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.11 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 13.1.0 true
# ibmcloud dev
3.3.5
# java
openjdk version "21.0.7" 2025-04-15 LTS
IBM Semeru Runtime Open Edition 21.0.7.0 (build 21.0.7+6-LTS)
Eclipse OpenJ9 VM 21.0.7.0 (build openj9-0.51.0, JRE 21 Linux amd64-64-Bit Compressed References 20250415_458 (JIT enabled, AOT enabled)
OpenJ9 - 31cf5538b0
OMR - 9bcff94a2
JCL - 26c2dc3d801 based on jdk-21.0.7+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.7, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14.2!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14.2/release-notes.html
------------------------------------------------------------
Gradle 8.14.2
------------------------------------------------------------
Build time: 2025-06-05 13:32:01 UTC
Revision: 30db2a3bdfffa9f8b40e798095675f9dab990a9a
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.7 (Eclipse OpenJ9 openj9-0.51.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.1
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.2.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.18.1
# calicoctl
v3.30.1
# terraform
Terraform v1.12.1
on linux_amd64
# cosign
v2.5.0
版本 3.63
這是基於 ubi9。
若要檢視版本 3.63 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.16.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.4
# kubectl
v1.30.12
# buildctl
buildctl github.com/moby/buildkit v0.22.0 13cf07c97baebd3d5603feecc03f5a46ac98d2a5
# helm
v3.18.0+gcc58e3f
# ibmcloud
ibmcloud 2.34.1 (14a2a87-2025-05-19T22:22:44+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.53.0 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.4.2 true
doi 0.4.8 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.11 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 13.1.0 true
# ibmcloud dev
3.3.5
# java
openjdk version "21.0.7" 2025-04-15 LTS
IBM Semeru Runtime Open Edition 21.0.7.0 (build 21.0.7+6-LTS)
Eclipse OpenJ9 VM 21.0.7.0 (build openj9-0.51.0, JRE 21 Linux amd64-64-Bit Compressed References 20250415_458 (JIT enabled, AOT enabled)
OpenJ9 - 31cf5538b0
OMR - 9bcff94a2
JCL - 26c2dc3d801 based on jdk-21.0.7+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.7, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14.1!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14.1/release-notes.html
------------------------------------------------------------
Gradle 8.14.1
------------------------------------------------------------
Build time: 2025-05-22 13:44:09 UTC
Revision: c174b82566a79e3575bac8c7648c7b36cd815e94
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.7 (Eclipse OpenJ9 openj9-0.51.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.13
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.47.1
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.1.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.18.1
# calicoctl
v3.30.0
# terraform
Terraform v1.12.1
on linux_amd64
# cosign
v2.5.0
版本 3.62
這是基於 ubi9。
若要檢視版本 3.62 的內容,請在正在運行的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.15.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.3
# kubectl
v1.30.12
# buildctl
buildctl github.com/moby/buildkit v0.21.1 66735c67040bc80e6ed104f451683e094030a4e1
# helm
v3.17.3+ge4da497
# ibmcloud
ibmcloud 2.34.0 (a27a21c-2025-04-30T15:01:15+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.52.2 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.4.1 true
doi 0.4.8 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.11 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 13.1.0 true
# ibmcloud dev
3.3.4
# java
openjdk version "21.0.7" 2025-04-15 LTS
IBM Semeru Runtime Open Edition 21.0.7.0 (build 21.0.7+6-LTS)
Eclipse OpenJ9 VM 21.0.7.0 (build openj9-0.51.0, JRE 21 Linux amd64-64-Bit Compressed References 20250415_458 (JIT enabled, AOT enabled)
OpenJ9 - 31cf5538b0
OMR - 9bcff94a2
JCL - 26c2dc3d801 based on jdk-21.0.7+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.7, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14/release-notes.html
------------------------------------------------------------
Gradle 8.14
------------------------------------------------------------
Build time: 2025-04-25 09:29:08 UTC
Revision: 34c560e3be961658a6fbcd7170ec2443a228b109
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.7 (Eclipse OpenJ9 openj9-0.51.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.11
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.1.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.16.1
# calicoctl
v3.30.0
# terraform
Terraform v1.11.4
on linux_amd64
# cosign
v2.5.0
版本 3.61
這是基於 ubi9。
若要在執行中的映像中檢視版本 3.61 的內容,請輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.15.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.12
# buildctl
buildctl github.com/moby/buildkit v0.21.0 52b004d2afe20c5c80967cc1784e718b52d69dae
# helm
v3.17.3+ge4da497
# ibmcloud
ibmcloud 2.33.1 (424a5a4-2025-04-08T17:48:33+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.52.1 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.4.1 true
doi 0.4.8 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.10 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 13.1.0 true
# ibmcloud dev
3.3.3
# java
openjdk version "21.0.6" 2025-01-21 LTS
IBM Semeru Runtime Open Edition 21.0.6.0 (build 21.0.6+7-LTS)
Eclipse OpenJ9 VM 21.0.6.0 (build openj9-0.49.0, JRE 21 Linux amd64-64-Bit Compressed References 20250121_380 (JIT enabled, AOT enabled)
OpenJ9 - 3c3d179854
OMR - e49875871
JCL - e01368f00df based on jdk-21.0.6+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.6, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14/release-notes.html
------------------------------------------------------------
Gradle 8.14
------------------------------------------------------------
Build time: 2025-04-25 09:29:08 UTC
Revision: 34c560e3be961658a6fbcd7170ec2443a228b109
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.6 (Eclipse OpenJ9 openj9-0.49.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.9
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.0.4
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.16.1
# calicoctl
v3.29.3
# terraform
Terraform v1.11.4
on linux_amd64
# cosign
v2.5.0
版本 3.60
這是基於 ubi9。
若要檢視版本 3.60 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.14.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.11
# buildctl
buildctl github.com/moby/buildkit v0.20.2 97437fdd7e32f29bb80288d800cd4ffcb34e1c15
# helm
v3.17.3+ge4da497
# ibmcloud
ibmcloud 2.33.1 (424a5a4-2025-04-08T17:48:33+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.52.1 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.4.0 true
doi 0.4.8 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.10 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 12.6.0 true
# ibmcloud dev
3.3.3
# java
openjdk version "21.0.6" 2025-01-21 LTS
IBM Semeru Runtime Open Edition 21.0.6.0 (build 21.0.6+7-LTS)
Eclipse OpenJ9 VM 21.0.6.0 (build openj9-0.49.0, JRE 21 Linux amd64-64-Bit Compressed References 20250121_380 (JIT enabled, AOT enabled)
OpenJ9 - 3c3d179854
OMR - e49875871
JCL - e01368f00df based on jdk-21.0.6+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.6, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.13!
Here are the highlights of this release:
- Daemon JVM auto-provisioning
- Enhancements for Scala plugin and JUnit testing
- Improvements for build authors and plugin developers
For more details see https://docs.gradle.org/8.13/release-notes.html
------------------------------------------------------------
Gradle 8.13
------------------------------------------------------------
Build time: 2025-02-25 09:22:14 UTC
Revision: 073314332697ba45c16c0a0ce1891fa6794179ff
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.6 (Eclipse OpenJ9 openj9-0.49.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.0.4
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.16.1
# calicoctl
v3.29.3
# terraform
Terraform v1.11.4
on linux_amd64
# cosign
v2.5.0
版本 3.59
這是基於 ubi9。
若要檢視版本 3.59 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.14.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.10
# buildctl
buildctl github.com/moby/buildkit v0.20.1 de56a3c5056341667b5bad71f414ece70b50724f
# helm
v3.17.2+gcc0bbbd
# ibmcloud
ibmcloud 2.32.2 (c23867a-2025-02-06T19:48:11+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.51.3 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.3.6 true
doi 0.4.8 true
schematics[sch] 1.12.25 true
secrets-manager[sm] 2.0.10 true
sl 1.5.5 false
vpc-infrastructure[infrastructure-service/is] 12.5.0 true
# ibmcloud dev
3.3.1
# java
openjdk version "21.0.6" 2025-01-21 LTS
IBM Semeru Runtime Open Edition 21.0.6.0 (build 21.0.6+7-LTS)
Eclipse OpenJ9 VM 21.0.6.0 (build openj9-0.49.0, JRE 21 Linux amd64-64-Bit Compressed References 20250121_380 (JIT enabled, AOT enabled)
OpenJ9 - 3c3d179854
OMR - e49875871
JCL - e01368f00df based on jdk-21.0.6+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.6, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.13!
Here are the highlights of this release:
- Daemon JVM auto-provisioning
- Enhancements for Scala plugin and JUnit testing
- Improvements for build authors and plugin developers
For more details see https://docs.gradle.org/8.13/release-notes.html
------------------------------------------------------------
Gradle 8.13
------------------------------------------------------------
Build time: 2025-02-25 09:22:14 UTC
Revision: 073314332697ba45c16c0a0ce1891fa6794179ff
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.6 (Eclipse OpenJ9 openj9-0.49.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.0.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.16.1
# calicoctl
v3.29.2
# terraform
Terraform v1.11.2
on linux_amd64
# cosign
v2.4.3
版本 3.58
這是基於 ubi9。
若要檢視版本 3.58 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.14.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.10
# buildctl
buildctl github.com/moby/buildkit v0.20.0 121ecd5b9083b8eef32183cd404dd13e15b4a3df
# helm
v3.17.1+g980d8ac
# ibmcloud
ibmcloud 2.32.2 (c23867a-2025-02-06T19:48:11+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.51.0 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.679 false
cra 2.3.6 true
doi 0.4.8 true
schematics[sch] 1.12.25 true
secrets-manager[sm] 2.0.10 true
sl 1.5.5 false
vpc-infrastructure[infrastructure-service/is] 12.4.0 true
# ibmcloud dev
3.3.1
# java
openjdk version "21.0.6" 2025-01-21 LTS
IBM Semeru Runtime Open Edition 21.0.6.0 (build 21.0.6+7-LTS)
Eclipse OpenJ9 VM 21.0.6.0 (build openj9-0.49.0, JRE 21 Linux amd64-64-Bit Compressed References 20250121_380 (JIT enabled, AOT enabled)
OpenJ9 - 3c3d179854
OMR - e49875871
JCL - e01368f00df based on jdk-21.0.6+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.6, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.13!
Here are the highlights of this release:
- Daemon JVM auto-provisioning
- Enhancements for Scala plugin and JUnit testing
- Improvements for build authors and plugin developers
For more details see https://docs.gradle.org/8.13/release-notes.html
------------------------------------------------------------
Gradle 8.13
------------------------------------------------------------
Build time: 2025-02-25 09:22:14 UTC
Revision: 073314332697ba45c16c0a0ce1891fa6794179ff
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.6 (Eclipse OpenJ9 openj9-0.49.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.1
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
28.0.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.16.1
# calicoctl
v3.29.2
# terraform
Terraform v1.11.0
on linux_amd64
# cosign
v2.4.3
版本 3.57
這是基於 ubi9。
若要檢視版本 3.57 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.13.1
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.9
# buildctl
buildctl github.com/moby/buildkit v0.19.0 3637d1b15a13fc3cdd0c16fcf3be0845ae68f53d
# helm
v3.17.0+g301108e
# ibmcloud
ibmcloud 2.32.2 (c23867a-2025-02-06T19:48:11+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.50.10 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.674 false
cra 2.3.4 false
doi 0.4.7 false
schematics[sch] 1.12.25 true
secrets-manager[sm] 2.0.9 true
sl 1.5.5 false
vpc-infrastructure[infrastructure-service/is] 12.2.0 true
# ibmcloud dev
3.3.1
# java
openjdk version "21.0.5" 2024-10-15 LTS
IBM Semeru Runtime Open Edition 21.0.5.11 (build 21.0.5+11-LTS)
Eclipse OpenJ9 VM 21.0.5.11 (build openj9-0.48.0, JRE 21 Linux amd64-64-Bit Compressed References 20241015_307 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - b1b311c53fe based on jdk-21.0.5+11)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.12.1!
Here are the highlights of this release:
- Enhanced error and warning reporting with the Problems API
- File-system watching support on Alpine Linux
- Build and test Swift 6 libraries and apps
For more details see https://docs.gradle.org/8.12.1/release-notes.html
------------------------------------------------------------
Gradle 8.12.1
------------------------------------------------------------
Build time: 2025-01-24 12:55:12 UTC
Revision: 0b1ee1ff81d1f4a26574ff4a362ac9180852b140
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.5 (Eclipse OpenJ9 openj9-0.48.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.17.14
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
27.5.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.16.1
# calicoctl
v3.29.2
# terraform
Terraform v1.10.5
on linux_amd64
# cosign
v2.4.2
版本 3.56
這是基於 ubi9。
若要檢視版本 3.56 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.13.1
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.9
# buildctl
buildctl github.com/moby/buildkit v0.19.0 3637d1b15a13fc3cdd0c16fcf3be0845ae68f53d
# helm
v3.17.0+g301108e
# ibmcloud
ibmcloud 2.32.2 (c23867a-2025-02-06T19:48:11+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.50.10 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.674 false
cra 2.3.4 false
doi 0.4.7 false
schematics[sch] 1.12.25 true
secrets-manager[sm] 2.0.9 true
sl 1.5.5 false
vpc-infrastructure[infrastructure-service/is] 12.2.0 true
# ibmcloud dev
3.3.1
# java
openjdk version "21.0.5" 2024-10-15 LTS
IBM Semeru Runtime Open Edition 21.0.5.11 (build 21.0.5+11-LTS)
Eclipse OpenJ9 VM 21.0.5.11 (build openj9-0.48.0, JRE 21 Linux amd64-64-Bit Compressed References 20241015_307 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - b1b311c53fe based on jdk-21.0.5+11)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.12.1!
Here are the highlights of this release:
- Enhanced error and warning reporting with the Problems API
- File-system watching support on Alpine Linux
- Build and test Swift 6 libraries and apps
For more details see https://docs.gradle.org/8.12.1/release-notes.html
------------------------------------------------------------
Gradle 8.12.1
------------------------------------------------------------
Build time: 2025-01-24 12:55:12 UTC
Revision: 0b1ee1ff81d1f4a26574ff4a362ac9180852b140
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.5 (Eclipse OpenJ9 openj9-0.48.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.17.14
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
27.5.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.16.1
# calicoctl
v3.29.2
# terraform
Terraform v1.10.5
on linux_amd64
# cosign
v2.4.2
版本 3.55
這是基於 ubi9。
若要檢視版本 3.55 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.13.1
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.9
# buildctl
buildctl github.com/moby/buildkit v0.19.0 3637d1b15a13fc3cdd0c16fcf3be0845ae68f53d
# helm
v3.17.0+g301108e
# ibmcloud
ibmcloud 2.31.0 (6b1eddc-2024-12-05T17:30:20+00:00)
Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.16.4 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.50.9 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.674 false
cra 2.3.4 false
doi 0.4.7 false
schematics[sch] 1.12.25 true
secrets-manager[sm] 2.0.9 true
sl 1.5.5 false
vpc-infrastructure[infrastructure-service/is] 12.2.0 true
# ibmcloud dev
3.3.0
# java
openjdk version "21.0.5" 2024-10-15 LTS
IBM Semeru Runtime Open Edition 21.0.5.11 (build 21.0.5+11-LTS)
Eclipse OpenJ9 VM 21.0.5.11 (build openj9-0.48.0, JRE 21 Linux amd64-64-Bit Compressed References 20241015_307 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - b1b311c53fe based on jdk-21.0.5+11)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.8.0-51-generic", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.12.1!
Here are the highlights of this release:
- Enhanced error and warning reporting with the Problems API
- File-system watching support on Alpine Linux
- Build and test Swift 6 libraries and apps
For more details see https://docs.gradle.org/8.12.1/release-notes.html
------------------------------------------------------------
Gradle 8.12.1
------------------------------------------------------------
Build time: 2025-01-24 12:55:12 UTC
Revision: 0b1ee1ff81d1f4a26574ff4a362ac9180852b140
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 21.0.5 (Eclipse OpenJ9 openj9-0.48.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.8.0-51-generic amd64
# oc
Client Version: 4.17.12
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
27.5.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.16.1
# calicoctl
v3.29.1
# terraform
Terraform v1.10.5
on linux_amd64
# cosign
v2.4.1
3.54 版
這是基於 ubi9。
若要檢視版本 3.54 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.18.1
# npm
10.8.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.44.5
# kubectl
v1.29.8
# buildctl
buildctl github.com/moby/buildkit v0.17.2 a3d734228b860a215f8a336e3983d35cbfaf08d8
# helm
v3.16.3+gcfd0749
# ibmcloud
ibmcloud 2.30.0 (30a8eda-2024-11-05T20:52:46+00:00)
Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.4 true
cloud-logs[logs] 0.1.2 true
code-engine[ce] 1.50.7 true
container-registry[cr] 1.3.12 true
container-service[kubernetes-service/ks] 1.0.674 false
cra 2.3.2 false
doi 0.4.7 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.9 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 12.0.0 true
# ibmcloud dev
3.2.1
# java
openjdk version "21.0.5" 2024-10-15 LTS
IBM Semeru Runtime Open Edition 21.0.5.11 (build 21.0.5+11-LTS)
Eclipse OpenJ9 VM 21.0.5.11 (build openj9-0.48.0, JRE 21 Linux amd64-64-Bit Compressed References 20241015_307 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - b1b311c53fe based on jdk-21.0.5+11)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.58", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.11.1!
Here are the highlights of this release:
- Parallel load and store for Configuration Cache
- Java compilation errors at the end of the build output
- Consolidated report for warnings and deprecations
For more details see https://docs.gradle.org/8.11.1/release-notes.html
------------------------------------------------------------
Gradle 8.11.1
------------------------------------------------------------
Build time: 2024-11-20 16:56:46 UTC
Revision: 481cb05a490e0ef9f8620f7873b83bd8a72e7c39
Kotlin: 2.0.20
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 21.0.5 (Eclipse OpenJ9 openj9-0.48.0)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.6.58 amd64
# oc
Client Version: 4.17.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.2.2 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
# make
GNU Make 4.3
# docker
27.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.16.1
# calicoctl
v3.29.1
# terraform
Terraform v1.9.8
on linux_amd64
# cosign
v2.4.1
3.53版
這是基於 ubi9。
若要檢視版本 3.53 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.18.0
# npm
10.8.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.44.3
# kubectl
v1.29.8
# buildctl
buildctl github.com/moby/buildkit v0.16.0 0865fcc9b78559e856e81dc52b3613701e7be28d
# helm
v3.16.2+g13654a5
# ibmcloud
ibmcloud 2.29.0 (5521613-2024-10-16T14:53:06+00:00)
Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.4 true
code-engine[ce] 1.50.5 true
container-registry[cr] 1.3.11 true
container-service[kubernetes-service/ks] 1.0.665 false
cra 2.3.1 false
doi 0.4.7 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.9 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 11.11.0 true
# ibmcloud dev
3.2.1
# java
openjdk version "21.0.4" 2024-07-16 LTS
IBM Semeru Runtime Open Edition 21.0.4.1 (build 21.0.4+7-LTS)
Eclipse OpenJ9 VM 21.0.4.1 (build openj9-0.46.1, JRE 21 Linux amd64-64-Bit Compressed References 20240716_264 (JIT enabled, AOT enabled)
OpenJ9 - 4760d5d320
OMR - 840a9adba
JCL - db3fffb417c based on jdk-21.0.4+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.4, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.58", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.10.2!
Here are the highlights of this release:
- Support for Java 23
- Faster configuration cache
- Better configuration cache reports
For more details see https://docs.gradle.org/8.10.2/release-notes.html
------------------------------------------------------------
Gradle 8.10.2
------------------------------------------------------------
Build time: 2024-09-23 21:28:39 UTC
Revision: 415adb9e06a516c44b391edff552fd42139443f7
Kotlin: 1.9.24
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 21.0.4 (Eclipse OpenJ9 openj9-0.46.1)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.6.58 amd64
# oc
Client Version: 4.17.1
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.0.7 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.0.7 1 Nov 2022 (Library: OpenSSL 3.0.7 1 Nov 2022)
# make
GNU Make 4.3
# docker
27.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.14.5
# calicoctl
v3.28.2
# terraform
Terraform v1.9.8
on linux_amd64
# cosign
v2.4.1
3.52版本
這是基於 ubi9。
若要檢視版本 3.52 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.18.0
# npm
10.8.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.44.3
# kubectl
v1.29.8
# buildctl
buildctl github.com/moby/buildkit v0.16.0 0865fcc9b78559e856e81dc52b3613701e7be28d
# helm
v3.16.1+g5a5449d
# ibmcloud
ibmcloud 2.28.1 (5124065-2024-09-26T15:20:13+00:00)
Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.4 true
code-engine[ce] 1.50.4 true
container-registry[cr] 1.3.11 true
container-service[kubernetes-service/ks] 1.0.665 false
cra 2.3.1 false
doi 0.4.7 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.8 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 11.10.0 true
# ibmcloud dev
3.2.1
# java
openjdk version "21.0.4" 2024-07-16 LTS
IBM Semeru Runtime Open Edition 21.0.4.1 (build 21.0.4+7-LTS)
Eclipse OpenJ9 VM 21.0.4.1 (build openj9-0.46.1, JRE 21 Linux amd64-64-Bit Compressed References 20240716_264 (JIT enabled, AOT enabled)
OpenJ9 - 4760d5d320
OMR - 840a9adba
JCL - db3fffb417c based on jdk-21.0.4+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.4, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.52", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.10.2!
Here are the highlights of this release:
- Support for Java 23
- Faster configuration cache
- Better configuration cache reports
For more details see https://docs.gradle.org/8.10.2/release-notes.html
------------------------------------------------------------
Gradle 8.10.2
------------------------------------------------------------
Build time: 2024-09-23 21:28:39 UTC
Revision: 415adb9e06a516c44b391edff552fd42139443f7
Kotlin: 1.9.24
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 21.0.4 (Eclipse OpenJ9 openj9-0.46.1)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.6.52 amd64
# oc
Client Version: 4.17.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.0.7 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.0.7 1 Nov 2022 (Library: OpenSSL 3.0.7 1 Nov 2022)
# make
GNU Make 4.3
# docker
27.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.14.5
# calicoctl
v3.28.2
# terraform
Terraform v1.9.7
on linux_amd64
# cosign
v2.4.1
3.51版
這是基於 ubi9。 其 docker 版本已更新至 27.2.1,其 Java runtime 已更新至最新的 LTS Java 21。
若要檢視版本 3.51 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.17.0
# npm
10.8.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.44.3
# kubectl
v1.29.8
# buildctl
buildctl github.com/moby/buildkit v0.16.0 0865fcc9b78559e856e81dc52b3613701e7be28d
# helm
v3.16.1+g5a5449d
# ibmcloud
ibmcloud 2.28.0 (c8a75ce-2024-09-13T16:30:24+00:00)
Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.4 true
code-engine[ce] 1.50.4 true
container-registry[cr] 1.3.10 true
container-service[kubernetes-service/ks] 1.0.665 false
cra 2.3.0 false
doi 0.4.6 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.7 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 11.8.0 true
# ibmcloud dev
3.2.1
# java
openjdk version "21.0.4" 2024-07-16 LTS
IBM Semeru Runtime Open Edition 21.0.4.1 (build 21.0.4+7-LTS)
Eclipse OpenJ9 VM 21.0.4.1 (build openj9-0.46.1, JRE 21 Linux amd64-64-Bit Compressed References 20240716_264 (JIT enabled, AOT enabled)
OpenJ9 - 4760d5d320
OMR - 840a9adba
JCL - db3fffb417c based on jdk-21.0.4+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 21.0.4, vendor: IBM Corporation, runtime: /usr/local/jdk21
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.36", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.10.1!
Here are the highlights of this release:
- Support for Java 23
- Faster configuration cache
- Better configuration cache reports
For more details see https://docs.gradle.org/8.10.1/release-notes.html
------------------------------------------------------------
Gradle 8.10.1
------------------------------------------------------------
Build time: 2024-09-09 07:42:56 UTC
Revision: 8716158d3ec8c59e38f87a67f1f311f297b79576
Kotlin: 1.9.24
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 21.0.4 (Eclipse OpenJ9 openj9-0.46.1)
Daemon JVM: /usr/local/jdk21 (no JDK specified, using current Java home)
OS: Linux 6.6.36 amd64
# oc
Client Version: 4.16.11
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.0.7 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.0.7 1 Nov 2022 (Library: OpenSSL 3.0.7 1 Nov 2022)
# make
GNU Make 4.3
# docker
27.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.14.5
# calicoctl
v3.28.2
# terraform
Terraform v1.9.6
on linux_amd64
# cosign
v2.4.0
3.50版本
這是基於 ubi9。
若要檢視版本 3.50 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.17.0
# npm
10.8.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.44.3
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.15.2 9e14164a1099d3e41b58fc879cbdd6f2b2edb04e
# helm
v3.15.4+gfa9efb0
# ibmcloud
ibmcloud 2.27.0+d5addb5-2024-07-05T19:22:17+00:00 Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.4 true
code-engine[ce] 1.50.3 true
container-registry[cr] 1.3.10 true
container-service[kubernetes-service/ks] 1.0.652 false
cra 2.3.0 false
doi 0.4.6 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.6 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 11.6.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "17.0.12" 2024-07-16
IBM Semeru Runtime Open Edition 17.0.12.0 (build 17.0.12+7)
Eclipse OpenJ9 VM 17.0.12.0 (build openj9-0.46.0, JRE 17 Linux amd64-64-Bit Compressed References 20240716_818 (JIT enabled, AOT enabled)
OpenJ9 - 1a6f6128aa
OMR - 840a9adba
JCL - 784bd66222d based on jdk-17.0.12+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 17.0.12, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.36", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.10!
Here are the highlights of this release:
- Support for Java 23
- Faster configuration cache
- Better configuration cache reports
For more details see https://docs.gradle.org/8.10/release-notes.html
------------------------------------------------------------
Gradle 8.10
------------------------------------------------------------
Build time: 2024-08-14 11:07:45 UTC
Revision: fef2edbed8af1022cefaf44d4c0514c5f89d7b78
Kotlin: 1.9.24
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 17.0.12 (Eclipse OpenJ9 openj9-0.46.0)
Daemon JVM: /usr/local/jdk17 (no JDK specified, using current Java home)
OS: Linux 6.6.36 amd64
# oc
Client Version: 4.16.8
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.0.7 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.0.7 1 Nov 2022 (Library: OpenSSL 3.0.7 1 Nov 2022)
# make
GNU Make 4.3
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.14.5
# calicoctl
v3.28.1
# terraform
Terraform v1.9.5
on linux_amd64
# cosign
v2.4.0
3.49版本
這是第一個基於 ubi9 的 3.x 圖像。 如果您需要留在 ubi8,請使用 3.48 圖片。 從現在開始,所有 3.x 圖像都將基於 ubi9。
若要檢視版本 3.49 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.16.0
# npm
10.8.1
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.44.3
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.15.1 979542e90f2cb38077c808e0867d8d2c16ed10b8
# helm
v3.15.3+g3bb50bb
# ibmcloud
ibmcloud 2.27.0+d5addb5-2024-07-05T19:22:17+00:00 Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.3 true
code-engine[ce] 1.50.1 true
container-registry[cr] 1.3.10 true
container-service[kubernetes-service/ks] 1.0.638 false
cra 2.2.7 false
doi 0.4.6 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.6 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 11.5.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "17.0.12" 2024-07-16
IBM Semeru Runtime Open Edition 17.0.12.0 (build 17.0.12+7)
Eclipse OpenJ9 VM 17.0.12.0 (build openj9-0.46.0, JRE 17 Linux amd64-64-Bit Compressed References 20240716_818 (JIT enabled, AOT enabled)
OpenJ9 - 1a6f6128aa
OMR - 840a9adba
JCL - 784bd66222d based on jdk-17.0.12+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
Maven home: /opt/IBM/maven
Java version: 17.0.12, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.36", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.9!
Here are the highlights of this release:
- Enhanced Error and Warning Messages
- IDE Integration Improvements
- Daemon JVM Information
For more details see https://docs.gradle.org/8.9/release-notes.html
------------------------------------------------------------
Gradle 8.9
------------------------------------------------------------
Build time: 2024-07-11 14:37:41 UTC
Revision: d536ef36a19186ccc596d8817123e5445f30fef8
Kotlin: 1.9.23
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
Launcher JVM: 17.0.12 (Eclipse OpenJ9 openj9-0.46.0)
Daemon JVM: /usr/local/jdk17 (no JDK specified, using current Java home)
OS: Linux 6.6.36 amd64
# oc
Client Version: 4.16.5
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.0.7 zlib/1.2.11 nghttp2/1.43.0
# wget
GNU Wget 1.21.1 built on linux-gnu.
# openssl
OpenSSL 3.0.7 1 Nov 2022 (Library: OpenSSL 3.0.7 1 Nov 2022)
# make
GNU Make 4.3
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.14.3
# calicoctl
v3.28.1
# terraform
Terraform v1.9.4
on linux_amd64
# cosign
v2.4.0
版本3.48
若要檢視版本 3.48 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform 指令行介面 (CLI)。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.15.1
# npm
10.7.0
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.44.2
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.15.0 e83d79a51fb49aeb921d8a2348ae14a58701c98c
# helm
v3.15.3+g3bb50bb
# ibmcloud
ibmcloud 2.27.0+d5addb5-2024-07-05T19:22:17+00:00 Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.3 true
code-engine[ce] 1.50.1 true
container-registry[cr] 1.3.8 true
container-service[kubernetes-service/ks] 1.0.638 false
cra 2.2.4 false
doi 0.4.6 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.5.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "17.0.11" 2024-04-16
IBM Semeru Runtime Open Edition 17.0.11.0 (build 17.0.11+9)
Eclipse OpenJ9 VM 17.0.11.0 (build openj9-0.44.0, JRE 17 Linux amd64-64-Bit Compressed References 20240416_760 (JIT enabled, AOT enabled)
OpenJ9 - b0699311c7
OMR - 254af5a04
JCL - 5d7d758b682 based on jdk-17.0.11+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
Maven home: /opt/IBM/maven
Java version: 17.0.11, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.36", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.9!
Here are the highlights of this release:
- Enhanced Error and Warning Messages
- IDE Integration Improvements
- Daemon JVM Information
For more details see https://docs.gradle.org/8.9/release-notes.html
------------------------------------------------------------
Gradle 8.9
------------------------------------------------------------
Build time: 2024-07-11 14:37:41 UTC
Revision: d536ef36a19186ccc596d8817123e5445f30fef8
Kotlin: 1.9.23
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
Launcher JVM: 17.0.11 (Eclipse OpenJ9 openj9-0.44.0)
Daemon JVM: /usr/local/jdk17 (no JDK specified, using current Java home)
OS: Linux 6.6.36 amd64
# oc
Client Version: 4.16.2
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.14.4
# calicoctl
v3.28.0
# terraform
Terraform v1.9.2
on linux_amd64
# cosign
v2.3.0
版本3.47
若要檢視版本 3.47 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.15.0
# npm
10.7.0
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.44.2
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.14.1 eb864a84592468ee9b434326cb7efd66f58555af
# helm
v3.15.2+g1a500d5
# ibmcloud
ibmcloud 2.26.1+72f0eeb-2024-06-18T19:00:08+00:00 Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.82 false
cloud-internet-services[cis] 1.16.2 true
code-engine[ce] 1.50.0 true
container-registry[cr] 1.3.8 true
container-service[kubernetes-service/ks] 1.0.630 false
cra 2.2.4 false
doi 0.4.6 false
schematics[sch] 1.12.23 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.4.1 true
# ibmcloud dev
3.2.0
# java
openjdk version "17.0.11" 2024-04-16
IBM Semeru Runtime Open Edition 17.0.11.0 (build 17.0.11+9)
Eclipse OpenJ9 VM 17.0.11.0 (build openj9-0.44.0, JRE 17 Linux amd64-64-Bit Compressed References 20240416_760 (JIT enabled, AOT enabled)
OpenJ9 - b0699311c7
OMR - 254af5a04
JCL - 5d7d758b682 based on jdk-17.0.11+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
Maven home: /opt/IBM/maven
Java version: 17.0.11, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.34", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.8!
Here are the highlights of this release:
- Running Gradle on Java 22
- Configurable Gradle daemon JVM
- Improved IDE performance for large projects
For more details see https://docs.gradle.org/8.8/release-notes.html
------------------------------------------------------------
Gradle 8.8
------------------------------------------------------------
Build time: 2024-05-31 21:46:56 UTC
Revision: 4bd1b3d3fc3f31db5a26eecb416a165b8cc36082
Kotlin: 1.9.22
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.11 (Eclipse OpenJ9 openj9-0.44.0)
OS: Linux 6.6.34 amd64
# oc
Client Version: 4.16.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.5
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.14.4
# calicoctl
v3.28.0
# terraform
Terraform v1.9.1
on linux_amd64
# cosign
v2.2.4
3.46 版
若要檢視版本 3.46 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.14.0
# npm
10.7.0
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.44.2
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.14.0 4d9a4e5df9e11596a3261c1952cde3c6346be762
# helm
v3.15.2+g1a500d5
# ibmcloud
ibmcloud version 2.25.1+10e6a2e-2024-05-24T20:17:29+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.82 false
cloud-internet-services[cis] 1.16.2 true
code-engine[ce] 1.50.0 true
container-registry[cr] 1.3.8 true
container-service[kubernetes-service/ks] 1.0.618 false
cra 2.2.4 false
doi 0.4.6 false
schematics[sch] 1.12.23 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.3.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "17.0.11" 2024-04-16
IBM Semeru Runtime Open Edition 17.0.11.0 (build 17.0.11+9)
Eclipse OpenJ9 VM 17.0.11.0 (build openj9-0.44.0, JRE 17 Linux amd64-64-Bit Compressed References 20240416_760 (JIT enabled, AOT enabled)
OpenJ9 - b0699311c7
OMR - 254af5a04
JCL - 5d7d758b682 based on jdk-17.0.11+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
Maven home: /opt/IBM/maven
Java version: 17.0.11, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.28", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.8!
Here are the highlights of this release:
- Running Gradle on Java 22
- Configurable Gradle daemon JVM
- Improved IDE performance for large projects
For more details see https://docs.gradle.org/8.8/release-notes.html
------------------------------------------------------------
Gradle 8.8
------------------------------------------------------------
Build time: 2024-05-31 21:46:56 UTC
Revision: 4bd1b3d3fc3f31db5a26eecb416a165b8cc36082
Kotlin: 1.9.22
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.11 (Eclipse OpenJ9 openj9-0.44.0)
OS: Linux 6.6.28 amd64
# oc
Client Version: 4.15.16
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.14.3
# calicoctl
v3.28.0
# terraform
Terraform v1.8.5
on linux_amd64
# cosign
v2.2.4
3.45 版
若要檢視版本 3.45 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.14.0
# npm
10.7.0
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.44.1
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.13.2 2e18d709fefdcc2db20853ee241c75b058189d39
# helm
v3.15.1+ge211f2a
# ibmcloud
ibmcloud version 2.25.1+10e6a2e-2024-05-24T20:17:29+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.82 false
cloud-internet-services[cis] 1.16.1 true
code-engine[ce] 1.49.12 true
container-registry[cr] 1.3.8 true
container-service[kubernetes-service/ks] 1.0.618 false
cra 2.2.4 false
doi 0.4.6 false
schematics[sch] 1.12.22 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.3.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "17.0.11" 2024-04-16
IBM Semeru Runtime Open Edition 17.0.11.0 (build 17.0.11+9)
Eclipse OpenJ9 VM 17.0.11.0 (build openj9-0.44.0, JRE 17 Linux amd64-64-Bit Compressed References 20240416_760 (JIT enabled, AOT enabled)
OpenJ9 - b0699311c7
OMR - 254af5a04
JCL - 5d7d758b682 based on jdk-17.0.11+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.7 (8b094c9513efc1b9ce2d952b3b9c8eaedaf8cbf0)
Maven home: /opt/IBM/maven
Java version: 17.0.11, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.28", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.8!
Here are the highlights of this release:
- Running Gradle on Java 22
- Configurable Gradle daemon JVM
- Improved IDE performance for large projects
For more details see https://docs.gradle.org/8.8/release-notes.html
------------------------------------------------------------
Gradle 8.8
------------------------------------------------------------
Build time: 2024-05-31 21:46:56 UTC
Revision: 4bd1b3d3fc3f31db5a26eecb416a165b8cc36082
Kotlin: 1.9.22
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.11 (Eclipse OpenJ9 openj9-0.44.0)
OS: Linux 6.6.28 amd64
# oc
Client Version: 4.15.14
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.14.3
# calicoctl
v3.28.0
# terraform
Terraform v1.8.4
on linux_amd64
# cosign
v2.2.4
3.44 版
若要檢視版本 3.44 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.14.0
# npm
10.7.0
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/ version v4.44.1
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.13.2 2e18d709fefdcc2db20853ee241c75b058189d39
# helm
v3.15.1+ge211f2a
# ibmcloud
ibmcloud version 2.25.0+dfa9e32-2024-05-14T22:26:03+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.82 false
cloud-internet-services[cis] 1.16.1 true
code-engine[ce] 1.49.12 true
container-registry[cr] 1.3.8 true
container-service[kubernetes-service/ks] 1.0.618 false
cra 2.2.4 false
doi 0.4.6 false
schematics[sch] 1.12.22 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.2.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "17.0.11" 2024-04-16
IBM Semeru Runtime Open Edition 17.0.11.0 (build 17.0.11+9)
Eclipse OpenJ9 VM 17.0.11.0 (build openj9-0.44.0, JRE 17 Linux amd64-64-Bit Compressed References 20240416_760 (JIT enabled, AOT enabled)
OpenJ9 - b0699311c7
OMR - 254af5a04
JCL - 5d7d758b682 based on jdk-17.0.11+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.7 (8b094c9513efc1b9ce2d952b3b9c8eaedaf8cbf0)
Maven home: /opt/IBM/maven
Java version: 17.0.11, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.18.0-513.24.1.el8_9.x86_64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
For more details see https://docs.gradle.org/8.7/release-notes.html
------------------------------------------------------------
Gradle 8.7
------------------------------------------------------------
Build time: 2024-03-22 15:52:46 UTC
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
Kotlin: 1.9.22
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.11 (Eclipse OpenJ9 openj9-0.44.0)
OS: Linux 4.18.0-513.24.1.el8_9.x86_64 amd64
# oc
4.15.14
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.43.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.14.3
# calicoctl
Client Version: v3.28.0 Git commit: 413e6f559
# terraform
Terraform v1.8.4
on linux_amd64
# cosign
2.2.4
3.43 版
若要檢視版本 3.43 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.13.1
# npm
10.5.2
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.43.1
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.13.2 2e18d709fefdcc2db20853ee241c75b058189d39
# helm
v3.14.4+g81c902a
# ibmcloud
/usr/local/bin/ibmcloud version 2.24.0+b6c228b-2024-03-21T18:54:40+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.81 false
cloud-internet-services[cis] 1.16.1 true
code-engine[ce] 1.49.10 true
container-registry[cr] 1.3.7 true
container-service[kubernetes-service/ks] 1.0.618 false
cra 2.2.3 false
doi 0.4.6 false
schematics[sch] 1.12.21 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.0.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.10" 2024-01-16
IBM Semeru Runtime Open Edition 17.0.10.0 (build 17.0.10+7)
Eclipse OpenJ9 VM 17.0.10.0 (build openj9-0.43.0, JRE 17 Linux amd64-64-Bit Compressed References 20240116_670 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 2aad089841f based on jdk-17.0.10+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 17.0.10, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
For more details see https://docs.gradle.org/8.7/release-notes.html
------------------------------------------------------------
Gradle 8.7
------------------------------------------------------------
Build time: 2024-03-22 15:52:46 UTC
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
Kotlin: 1.9.22
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.10 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.15.11
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.27.3 Git commit: 638464f94
# terraform
Terraform v1.8.3
on linux_amd64
# cosign
v2.2.4
3.42 版
若要檢視版本 3.42 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.12.2
# npm
10.5.0
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.43.1
# kubectl
v1.28.7
# buildctl
buildctl github.com/moby/buildkit v0.13.1 2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3
# helm
v3.14.4+g81c902a
# ibmcloud
/usr/local/bin/ibmcloud version 2.24.0+b6c228b-2024-03-21T18:54:40+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.81 false
cloud-internet-services[cis] 1.15.13 true
code-engine[ce] 1.49.9 true
container-registry[cr] 1.3.7 true
container-service[kubernetes-service/ks] 1.0.613 false
cra 2.2.2 false
doi 0.4.6 false
schematics[sch] 1.12.21 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 10.2.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.10" 2024-01-16
IBM Semeru Runtime Open Edition 17.0.10.0 (build 17.0.10+7)
Eclipse OpenJ9 VM 17.0.10.0 (build openj9-0.43.0, JRE 17 Linux amd64-64-Bit Compressed References 20240116_670 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 2aad089841f based on jdk-17.0.10+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 17.0.10, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
For more details see https://docs.gradle.org/8.7/release-notes.html
------------------------------------------------------------
Gradle 8.7
------------------------------------------------------------
Build time: 2024-03-22 15:52:46 UTC
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
Kotlin: 1.9.22
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.10 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.15.9
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.27.3 Git commit: 638464f94
# terraform
Terraform v1.8.1
on linux_amd64
# cosign
v2.2.4
3.41 版
若要檢視版本 3.41 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.12.1
# npm
10.5.0
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.43.1
# kubectl
v1.28.7
# buildctl
buildctl github.com/moby/buildkit v0.13.1 2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3
# helm
v3.14.3+gf03cc04
# ibmcloud
/usr/local/bin/ibmcloud version 2.24.0+b6c228b-2024-03-21T18:54:40+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.80 false
cloud-internet-services[cis] 1.15.12 true
code-engine[ce] 1.49.7 true
container-registry[cr] 1.3.7 true
container-service[kubernetes-service/ks] 1.0.601 false
cra 2.2.1 false
doi 0.4.5 false
schematics[sch] 1.12.20 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 10.1.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.10" 2024-01-16
IBM Semeru Runtime Open Edition 17.0.10.0 (build 17.0.10+7)
Eclipse OpenJ9 VM 17.0.10.0 (build openj9-0.43.0, JRE 17 Linux amd64-64-Bit Compressed References 20240116_670 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 2aad089841f based on jdk-17.0.10+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 17.0.10, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
For more details see https://docs.gradle.org/8.7/release-notes.html
------------------------------------------------------------
Gradle 8.7
------------------------------------------------------------
Build time: 2024-03-22 15:52:46 UTC
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
Kotlin: 1.9.22
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.10 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.15.5
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.27.3 Git commit: 638464f94
# terraform
Terraform v1.7.5
on linux_amd64
# cosign
v2.2.3
3.40 版
若要檢視版本 3.40 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.11.1
# npm
10.2.4
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.42.1
# kubectl
v1.27.11
# buildctl
buildctl github.com/moby/buildkit v0.13.0 2afc050d57d17983f3f662d5424c2725a35c60f4
# helm
v3.14.2+gc309b6f
# ibmcloud
/usr/local/bin/ibmcloud version 2.23.0+eca5d10-2024-01-31T20:36:03+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.79 false
cloud-internet-services[cis] 1.15.11 true
code-engine[ce] 1.49.5 true
container-registry[cr] 1.3.5 true
container-service[kubernetes-service/ks] 1.0.601 false
cra 2.1.5 false
doi 0.4.5 false
schematics[sch] 1.12.18 true
secrets-manager[sm] 2.0.4 true
sl 1.5.1 false
vpc-infrastructure[infrastructure-service/is] 9.0.3 true
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.10" 2024-01-16
IBM Semeru Runtime Open Edition 17.0.10.0 (build 17.0.10+7)
Eclipse OpenJ9 VM 17.0.10.0 (build openj9-0.43.0, JRE 17 Linux amd64-64-Bit Compressed References 20240116_670 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 2aad089841f based on jdk-17.0.10+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 17.0.10, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.5-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.6!
Here are the highlights of this release:
- Configurable encryption key for configuration cache
- Build init improvements
- Build authoring improvements
For more details see https://docs.gradle.org/8.6/release-notes.html
------------------------------------------------------------
Gradle 8.6
------------------------------------------------------------
Build time: 2024-02-02 16:47:16 UTC
Revision: d55c486870a0dc6f6278f53d21381396d0741c6e
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.10 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.7.5-200.fc39.aarch64 amd64
# oc
4.15.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.27.2 Git commit: 402c0b381
# terraform
Terraform v1.7.4
on linux_amd64
3.39 版
若要檢視版本 3.39 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.11.1
# npm
10.2.4
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.42.1
# kubectl
v1.27.11
# buildctl
buildctl github.com/moby/buildkit v0.13.0 2afc050d57d17983f3f662d5424c2725a35c60f4
# helm
v3.14.2+gc309b6f
# ibmcloud
/usr/local/bin/ibmcloud version 2.23.0+eca5d10-2024-01-31T20:36:03+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.79 false
cloud-internet-services[cis] 1.15.11 true
code-engine[ce] 1.49.5 true
container-registry[cr] 1.3.5 true
container-service[kubernetes-service/ks] 1.0.601 false
cra 2.1.5 false
doi 0.4.5 false
schematics[sch] 1.12.18 true
secrets-manager[sm] 2.0.4 true
sl 1.5.1 false
vpc-infrastructure[infrastructure-service/is] 9.0.3 true
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.10" 2024-01-16
IBM Semeru Runtime Open Edition 17.0.10.0 (build 17.0.10+7)
Eclipse OpenJ9 VM 17.0.10.0 (build openj9-0.43.0, JRE 17 Linux amd64-64-Bit Compressed References 20240116_670 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 2aad089841f based on jdk-17.0.10+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 17.0.10, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.5-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.6!
Here are the highlights of this release:
- Configurable encryption key for configuration cache
- Build init improvements
- Build authoring improvements
For more details see https://docs.gradle.org/8.6/release-notes.html
------------------------------------------------------------
Gradle 8.6
------------------------------------------------------------
Build time: 2024-02-02 16:47:16 UTC
Revision: d55c486870a0dc6f6278f53d21381396d0741c6e
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.10 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.7.5-200.fc39.aarch64 amd64
# oc
4.15.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.27.2 Git commit: 402c0b381
# terraform
Terraform v1.7.4
on linux_amd64
3.38 版
若要檢視版本 3.38 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.11.0
# npm
10.2.4
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.40.5
# kubectl
v1.27.10
# buildctl
buildctl github.com/moby/buildkit v0.12.5 bac3f2b673f3f9d33e79046008e7a38e856b3dc6
# helm
v3.14.0+g3fc9f4b
# ibmcloud
/usr/local/bin/ibmcloud version 2.23.0+eca5d10-2024-01-31T20:36:03+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.79 false
cloud-internet-services[cis] 1.15.10 true
code-engine[ce] 1.49.4 true
container-registry[cr] 1.3.5 true
container-service[kubernetes-service/ks] 1.0.593 false
cra 2.1.4 false
doi 0.4.5 false
schematics[sch] 1.12.16 true
secrets-manager[sm] 2.0.3 true
sl 1.5.1 false
vpc-infrastructure[infrastructure-service/is] 9.0.2 true
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.10" 2024-01-16
IBM Semeru Runtime Open Edition 17.0.10.0 (build 17.0.10+7)
Eclipse OpenJ9 VM 17.0.10.0 (build openj9-0.43.0, JRE 17 Linux amd64-64-Bit Compressed References 20240116_670 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 2aad089841f based on jdk-17.0.10+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 17.0.10, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.13-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.6!
Here are the highlights of this release:
- Configurable encryption key for configuration cache
- Build init improvements
- Build authoring improvements
For more details see https://docs.gradle.org/8.6/release-notes.html
------------------------------------------------------------
Gradle 8.6
------------------------------------------------------------
Build time: 2024-02-02 16:47:16 UTC
Revision: d55c486870a0dc6f6278f53d21381396d0741c6e
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.10 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.6.13-200.fc39.aarch64 amd64
# oc
4.14.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
25.0.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.27.0 Git commit: 711528eeb
# terraform
Terraform v1.7.2
on linux_amd64
3.37 版
若要檢視版本 3.37 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 建置時,它不會提供 Node.js 的現行 LTS 版本,因為還沒有 node.js 20.x 的 ubi 版本。
目前它仍在 node.js 18.x 上。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.19.0
# npm
10.2.3
# jq
jq-1.7.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.40.5
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.4 833949d0f7908608b00ab6b93b8f92bdb147fcca
# helm
v3.14.0+g3fc9f4b
# ibmcloud
/usr/local/bin/ibmcloud version 2.22.1+98102c0-2023-12-12T22:23:07+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.79 false
cloud-internet-services[cis] 1.15.8 true
code-engine[ce] 1.49.2 true
container-registry[cr] 1.3.5 true
container-service[kubernetes-service/ks] 1.0.589 false
cra 2.1.2 false
doi 0.4.5 false
schematics[sch] 1.12.14 true
secrets-manager[sm] 2.0.3 true
sl 1.5.1 false
vpc-infrastructure[infrastructure-service/is] 9.0.2 true
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.9" 2023-10-17
IBM Semeru Runtime Open Edition 17.0.9.0 (build 17.0.9+9)
Eclipse OpenJ9 VM 17.0.9.0 (build openj9-0.41.0, JRE 17 Linux amd64-64-Bit Compressed References 20231017_614 (JIT enabled, AOT enabled)
OpenJ9 - 461bf3c70
OMR - 5eee6ad9d
JCL - 3699725139c based on jdk-17.0.9+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 17.0.9, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.9-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.5!
Here are the highlights of this release:
- Support for running on Java 21
- Faster first use with Kotlin DSL
- Improved error and warning messages
For more details see https://docs.gradle.org/8.5/release-notes.html
------------------------------------------------------------
Gradle 8.5
------------------------------------------------------------
Build time: 2023-11-29 14:08:57 UTC
Revision: 28aca86a7180baa17117e0e5ba01d8ea9feca598
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.9 (Eclipse OpenJ9 openj9-0.41.0)
OS: Linux 6.6.9-200.fc39.aarch64 amd64
# oc
4.14.8
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.26.3 Git commit: bdb7878af
# terraform
Terraform v1.7.0
on linux_amd64
3.36 版
若要檢視版本 3.36 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 建置時,它不會提供 Node.js 的現行 LTS 版本,因為還沒有 node.js 20.x 的 ubi 版本。
目前它仍在 node.js 18.x 上。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.19.0
# npm
10.2.3
# jq
jq-1.7
# yq
yq (https://github.com/mikefarah/yq/) version v4.40.4
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.4 833949d0f7908608b00ab6b93b8f92bdb147fcca
# helm
v3.13.2+g2a2fb3b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.76 false
cloud-internet-services[cis] 1.15.7 true
code-engine[ce] 1.49.0 true
container-registry[cr] 1.3.4 true
container-service[kubernetes-service/ks] 1.0.579 false
cra 2.0.2 false
doi 0.4.5 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.2 false
vpc-infrastructure[infrastructure-service/is] 8.1.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.9" 2023-10-17
IBM Semeru Runtime Open Edition 17.0.9.0 (build 17.0.9+9)
Eclipse OpenJ9 VM 17.0.9.0 (build openj9-0.41.0, JRE 17 Linux amd64-64-Bit Compressed References 20231017_614 (JIT enabled, AOT enabled)
OpenJ9 - 461bf3c70
OMR - 5eee6ad9d
JCL - 3699725139c based on jdk-17.0.9+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 17.0.9, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.6.3-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.5!
Here are the highlights of this release:
- Support for running on Java 21
- Faster first use with Kotlin DSL
- Improved error and warning messages
For more details see https://docs.gradle.org/8.5/release-notes.html
------------------------------------------------------------
Gradle 8.5
------------------------------------------------------------
Build time: 2023-11-29 14:08:57 UTC
Revision: 28aca86a7180baa17117e0e5ba01d8ea9feca598
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.9 (Eclipse OpenJ9 openj9-0.41.0)
OS: Linux 6.6.3-200.fc39.aarch64 amd64
# oc
4.14.3
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.26.3 Git commit: bdb7878af
# terraform
Terraform v1.6.5
on linux_amd64
3.35 版
若要檢視版本 3.35 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 建置時,它不會提供 Node.js 的現行 LTS 版本,因為還沒有 node.js 20.x 的 ubi 版本。
目前它仍在 node.js 18.x 上。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.19.0
# npm
10.2.3
# jq
jq-1.7
# yq
yq (https://github.com/mikefarah/yq/) version v4.40.4
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.4 833949d0f7908608b00ab6b93b8f92bdb147fcca
# helm
v3.13.2+g2a2fb3b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.76 false
cloud-internet-services[cis] 1.15.7 true
code-engine[ce] 1.49.0 true
container-registry[cr] 1.3.4 true
container-service[kubernetes-service/ks] 1.0.579 false
cra 2.0.2 false
doi 0.4.5 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.2 false
vpc-infrastructure[infrastructure-service/is] 8.1.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.9" 2023-10-17
IBM Semeru Runtime Open Edition 17.0.9.0 (build 17.0.9+9)
Eclipse OpenJ9 VM 17.0.9.0 (build openj9-0.41.0, JRE 17 Linux amd64-64-Bit Compressed References 20231017_614 (JIT enabled, AOT enabled)
OpenJ9 - 461bf3c70
OMR - 5eee6ad9d
JCL - 3699725139c based on jdk-17.0.9+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 17.0.9, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.6.3-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.5!
Here are the highlights of this release:
- Support for running on Java 21
- Faster first use with Kotlin DSL
- Improved error and warning messages
For more details see https://docs.gradle.org/8.5/release-notes.html
------------------------------------------------------------
Gradle 8.5
------------------------------------------------------------
Build time: 2023-11-29 14:08:57 UTC
Revision: 28aca86a7180baa17117e0e5ba01d8ea9feca598
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.9 (Eclipse OpenJ9 openj9-0.41.0)
OS: Linux 6.6.3-200.fc39.aarch64 amd64
# oc
4.14.3
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.26.3 Git commit: bdb7878af
# terraform
Terraform v1.6.5
on linux_amd64
3.34 版
若要檢視版本 3.34 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 建置時,它不會提供 Node.js 的現行 LTS 版本,因為還沒有 node.js 20.x 的 ubi 版本。
目前它仍在 node.js 18.x 上。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.19.0
# npm
10.2.3
# jq
jq-1.7
# yq
yq (https://github.com/mikefarah/yq/) version v4.40.4
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.4 833949d0f7908608b00ab6b93b8f92bdb147fcca
# helm
v3.13.2+g2a2fb3b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.76 false
cloud-internet-services[cis] 1.15.7 true
code-engine[ce] 1.49.0 true
container-registry[cr] 1.3.4 true
container-service[kubernetes-service/ks] 1.0.579 false
cra 2.0.2 false
doi 0.4.5 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.2 false
vpc-infrastructure[infrastructure-service/is] 8.1.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.9" 2023-10-17
IBM Semeru Runtime Open Edition 17.0.9.0 (build 17.0.9+9)
Eclipse OpenJ9 VM 17.0.9.0 (build openj9-0.41.0, JRE 17 Linux amd64-64-Bit Compressed References 20231017_614 (JIT enabled, AOT enabled)
OpenJ9 - 461bf3c70
OMR - 5eee6ad9d
JCL - 3699725139c based on jdk-17.0.9+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 17.0.9, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.6.3-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.5!
Here are the highlights of this release:
- Support for running on Java 21
- Faster first use with Kotlin DSL
- Improved error and warning messages
For more details see https://docs.gradle.org/8.5/release-notes.html
------------------------------------------------------------
Gradle 8.5
------------------------------------------------------------
Build time: 2023-11-29 14:08:57 UTC
Revision: 28aca86a7180baa17117e0e5ba01d8ea9feca598
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.9 (Eclipse OpenJ9 openj9-0.41.0)
OS: Linux 6.6.3-200.fc39.aarch64 amd64
# oc
4.14.3
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.26.3 Git commit: bdb7878af
# terraform
Terraform v1.6.5
on linux_amd64
3.33 版
若要檢視版本 3.33 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 建置時,它不會提供 Node.js 的現行 LTS 版本,因為還沒有 node.js 20.x 的 ubi 版本。
目前它仍在 node.js 18.x 上。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.18.2
# npm
9.8.1
# jq
jq-1.7
# yq
yq (https://github.com/mikefarah/yq/) version v4.35.2
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.3 438f47256f0decd64cc96084e22d3357da494c27
# helm
v3.13.2+g2a2fb3b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.75 false
cloud-internet-services[cis] 1.15.7 true
code-engine[ce] 1.48.0 true
container-registry[cr] 1.3.4 true
container-service[kubernetes-service/ks] 1.0.579 false
cra 2.0.2 false
doi 0.4.5 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.2 false
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.8.1" 2023-08-24
IBM Semeru Runtime Open Edition 17.0.8.1 (build 17.0.8.1+1)
Eclipse OpenJ9 VM 17.0.8.1 (build openj9-0.40.0, JRE 17 Linux amd64-64-Bit Compressed References 20230824_549 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 8ecf238a124 based on jdk-17.0.8.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/IBM/maven
Java version: 17.0.8.1, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.6.3-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.4!
Here are the highlights of this release:
- Compiling and testing with Java 21
- Faster Java compilation on Windows
- Role focused dependency configurations creation
For more details see https://docs.gradle.org/8.4/release-notes.html
------------------------------------------------------------
Gradle 8.4
------------------------------------------------------------
Build time: 2023-10-04 20:52:13 UTC
Revision: e9251e572c9bd1d01e503a0dfdf43aedaeecdc3f
Kotlin: 1.9.10
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.8.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.6.3-200.fc39.aarch64 amd64
# oc
4.14.1
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.13.3
# calicoctl
Client Version: v3.26.3 Git commit: bdb7878af
# terraform
Terraform v1.6.4
on linux_amd64
3.32 版
若要檢視版本 3.32 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 建置時,它不會提供 Node.js 的現行 LTS 版本,因為還沒有 node.js 20.x 的 ubi 版本。
目前它仍在 node.js 18.x 上。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.18.2
# npm
9.8.1
# jq
jq-1.7
# yq
yq (https://github.com/mikefarah/yq/) version v4.35.2
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.3 438f47256f0decd64cc96084e22d3357da494c27
# helm
v3.13.1+g3547a4b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.75 false
cloud-internet-services[cis] 1.15.6 true
code-engine[ce] 1.47.1 true
container-registry[cr] 1.3.1 true
container-service[kubernetes-service/ks] 1.0.568 false
cra 2.0.2 false
doi 0.4.5 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.2 false
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.8.1" 2023-08-24
IBM Semeru Runtime Open Edition 17.0.8.1 (build 17.0.8.1+1)
Eclipse OpenJ9 VM 17.0.8.1 (build openj9-0.40.0, JRE 17 Linux amd64-64-Bit Compressed References 20230824_549 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 8ecf238a124 based on jdk-17.0.8.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/IBM/maven
Java version: 17.0.8.1, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.5.8-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.4!
Here are the highlights of this release:
- Compiling and testing with Java 21
- Faster Java compilation on Windows
- Role focused dependency configurations creation
For more details see https://docs.gradle.org/8.4/release-notes.html
------------------------------------------------------------
Gradle 8.4
------------------------------------------------------------
Build time: 2023-10-04 20:52:13 UTC
Revision: e9251e572c9bd1d01e503a0dfdf43aedaeecdc3f
Kotlin: 1.9.10
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.8.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.5.8-200.fc38.aarch64 amd64
# oc
4.14.1
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.11.2-dev
# terraform
Terraform v1.6.3
on linux_amd64
3.31 版
若要檢視版本 3.31 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 建置時,它不會提供 Node.js 的現行 LTS 版本,因為還沒有 node.js 20.x 的 ubi 版本。
目前它仍在 node.js 18.x 上。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.18.2
# npm
9.8.1
# jq
jq-1.7
# yq
yq (https://github.com/mikefarah/yq/) version v4.35.2
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.3 438f47256f0decd64cc96084e22d3357da494c27
# helm
v3.13.1+g3547a4b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.75 false
cloud-internet-services[cis] 1.15.6 true
code-engine[ce] 1.47.1 true
container-registry[cr] 1.3.1 true
container-service[kubernetes-service/ks] 1.0.568 false
cra 2.0.0 false
doi 0.4.3 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.1 false
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.8.1" 2023-08-24
IBM Semeru Runtime Open Edition 17.0.8.1 (build 17.0.8.1+1)
Eclipse OpenJ9 VM 17.0.8.1 (build openj9-0.40.0, JRE 17 Linux amd64-64-Bit Compressed References 20230824_549 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 8ecf238a124 based on jdk-17.0.8.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/IBM/maven
Java version: 17.0.8.1, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.5.6-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.4!
Here are the highlights of this release:
- Compiling and testing with Java 21
- Faster Java compilation on Windows
- Role focused dependency configurations creation
For more details see https://docs.gradle.org/8.4/release-notes.html
------------------------------------------------------------
Gradle 8.4
------------------------------------------------------------
Build time: 2023-10-04 20:52:13 UTC
Revision: e9251e572c9bd1d01e503a0dfdf43aedaeecdc3f
Kotlin: 1.9.10
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.8.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.5.6-200.fc38.aarch64 amd64
# oc
4.13.17
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.11.2-dev
# terraform
Terraform v1.6.2
on linux_amd64
3.30
若要檢視版本 3.30 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.18.1
# npm
9.8.1
# jq
jq-1.6
# yq
yq (https://github.com/mikefarah/yq/) version v4.35.2
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.2 567a99433ca23402d5e9b9f9124005d2e59b8861
# helm
v3.13.0+g825e86f
# ibmcloud
/usr/local/bin/ibmcloud version 2.20.0+f382323-2023-09-19T20:06:39+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.72 false
cloud-internet-services[cis] 1.15.5 true
code-engine[ce] 1.46.1 true
container-registry[cr] 1.3.1 true
container-service[kubernetes-service/ks] 1.0.568 false
cra 1.3.15 false
doi 0.4.3 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.1 false
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.8.1" 2023-08-24
IBM Semeru Runtime Open Edition 17.0.8.1 (build 17.0.8.1+1)
Eclipse OpenJ9 VM 17.0.8.1 (build openj9-0.40.0, JRE 17 Linux amd64-64-Bit Compressed References 20230824_549 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 8ecf238a124 based on jdk-17.0.8.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/IBM/maven
Java version: 17.0.8.1, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.5.5-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.4!
Here are the highlights of this release:
- Compiling and testing with Java 21
- Faster Java compilation on Windows
- Role focused dependency configurations creation
For more details see https://docs.gradle.org/8.4/release-notes.html
------------------------------------------------------------
Gradle 8.4
------------------------------------------------------------
Build time: 2023-10-04 20:52:13 UTC
Revision: e9251e572c9bd1d01e503a0dfdf43aedaeecdc3f
Kotlin: 1.9.10
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.8.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.5.5-200.fc38.aarch64 amd64
# oc
4.13.14
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.11.2-dev
# terraform
Terraform v1.6.1
on linux_amd64
3.29 版
若要檢視版本 3.29 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.17.1
# npm
9.6.7
# jq
jq-1.6
# yq
yq (https://github.com/mikefarah/yq/) version v4.35.2
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.12.2 567a99433ca23402d5e9b9f9124005d2e59b8861
# helm
v3.13.0+g825e86f
# ibmcloud
/usr/local/bin/ibmcloud version 2.20.0+f382323-2023-09-19T20:06:39+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.71 false
cloud-internet-services[cis] 1.15.5 true
code-engine[ce] 1.46.0 true
container-registry[cr] 1.3.1 true
container-service[kubernetes-service/ks] 1.0.566 false
cra 1.3.13 false
doi 0.4.3 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.1 false
# ibmcloud dev
3.1.1
# java
openjdk version "17.0.8.1" 2023-08-24
IBM Semeru Runtime Open Edition 17.0.8.1 (build 17.0.8.1+1)
Eclipse OpenJ9 VM 17.0.8.1 (build openj9-0.40.0, JRE 17 Linux amd64-64-Bit Compressed References 20230824_549 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 8ecf238a124 based on jdk-17.0.8.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /opt/IBM/maven
Java version: 17.0.8.1, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.4.15-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.3!
Here are the highlights of this release:
- Faster Java compilation
- Reduced memory usage
- Support for running on Java 20
For more details see https://docs.gradle.org/8.3/release-notes.html
------------------------------------------------------------
Gradle 8.3
------------------------------------------------------------
Build time: 2023-08-17 07:06:47 UTC
Revision: 8afbf24b469158b714b36e84c6f4d4976c86fcd5
Kotlin: 1.9.0
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.8.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.4.15-200.fc38.aarch64 amd64
# oc
4.13.13
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.11.2-dev
# terraform
Terraform v1.5.7
on linux_amd64
3.28 版
若要檢視版本 3.28 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.17.1
# npm
9.6.7
# jq
jq-1.6
# yq
yq (https://github.com/mikefarah/yq/) version v4.35.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.12.2 567a99433ca23402d5e9b9f9124005d2e59b8861
# helm
v3.12.3+g3a31588
# ibmcloud
/usr/local/bin/ibmcloud version 2.18.0+53c524b-2023-07-19T19:35:24+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.71 false
cloud-internet-services[cis] 1.15.4 true
code-engine[ce] 1.45.3 true
container-registry[cr] 1.3.1 true
container-service[kubernetes-service/ks] 1.0.540 false
cra 1.3.11 false
doi 0.4.3 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.1.0
# java
openjdk version "17.0.8.1" 2023-08-24
IBM Semeru Runtime Open Edition 17.0.8.1 (build 17.0.8.1+1)
Eclipse OpenJ9 VM 17.0.8.1 (build openj9-0.40.0, JRE 17 Linux amd64-64-Bit Compressed References 20230824_549 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 8ecf238a124 based on jdk-17.0.8.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /opt/IBM/maven
Java version: 17.0.8.1, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.4.12-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.3!
Here are the highlights of this release:
- Faster Java compilation
- Reduced memory usage
- Support for running on Java 20
For more details see https://docs.gradle.org/8.3/release-notes.html
------------------------------------------------------------
Gradle 8.3
------------------------------------------------------------
Build time: 2023-08-17 07:06:47 UTC
Revision: 8afbf24b469158b714b36e84c6f4d4976c86fcd5
Kotlin: 1.9.0
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.8.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.4.12-200.fc38.aarch64 amd64
# oc
4.13.9
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.11.2-dev
# terraform
Terraform v1.5.6
on linux_amd64
3.27 版
若要檢視版本 3.27 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.17.1
# npm
9.6.7
# jq
jq-1.6
# yq
yq (https://github.com/mikefarah/yq/) version v4.35.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.12.1 bb857a0d49f45aa0ce9cd554b78d4075553e20f9
# helm
v3.12.3+g3a31588
# ibmcloud
/usr/local/bin/ibmcloud version 2.18.0+53c524b-2023-07-19T19:35:24+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.70 false
cloud-internet-services[cis] 1.15.3 true
code-engine[ce] 1.45.3 true
container-registry[cr] 1.2.2 true
container-service[kubernetes-service/ks] 1.0.540 false
cra 1.3.11 false
doi 0.4.3 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.1.0
# java
openjdk version "17.0.8" 2023-07-18
IBM Semeru Runtime Open Edition 17.0.8.0 (build 17.0.8+7)
Eclipse OpenJ9 VM 17.0.8.0 (build openj9-0.40.0, JRE 17 Linux amd64-64-Bit Compressed References 20230718_539 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 77b0f754805 based on jdk-17.0.8+7)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /opt/IBM/maven
Java version: 17.0.8, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.4.11-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.3!
Here are the highlights of this release:
- Faster Java compilation
- Reduced memory usage
- Support for running on Java 20
For more details see https://docs.gradle.org/8.3/release-notes.html
------------------------------------------------------------
Gradle 8.3
------------------------------------------------------------
Build time: 2023-08-17 07:06:47 UTC
Revision: 8afbf24b469158b714b36e84c6f4d4976c86fcd5
Kotlin: 1.9.0
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.8 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.4.11-200.fc38.aarch64 amd64
# oc
4.13.8
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.11.2-dev
# terraform
Terraform v1.5.5
on linux_amd64
3.26 版
若要檢視版本 3.26 的內容,請在執行中的映像中輸入指令 default_versions.sh``。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 它以 ubi8 為基礎。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 指令已不再可用,並已移除。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.17.0
# npm
9.6.7
# jq
jq-1.6
# yq
yq (https://github.com/mikefarah/yq/) version v4.34.2
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.12.0 18fc875d9bfd6e065cd8211abc639434ba65aa56
# helm
v3.12.2+g1e210a2
# ibmcloud
/usr/local/bin/ibmcloud version 2.18.0+53c524b-2023-07-19T19:35:24+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.70 false
cloud-internet-services[cis] 1.15.3 true
code-engine[ce] 1.45.3 true
container-registry[cr] 1.2.2 true
container-service[kubernetes-service/ks] 1.0.540 false
cra 1.3.10 false
doi 0.4.3 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.1.0
# java
openjdk version "17.0.7" 2023-04-18
IBM Semeru Runtime Open Edition 17.0.7.0 (build 17.0.7+7)
Eclipse OpenJ9 VM 17.0.7.0 (build openj9-0.38.0, JRE 17 Linux amd64-64-Bit Compressed References 20230418_480 (JIT enabled, AOT enabled)
OpenJ9 - d57d05932
OMR - 855813495
JCL - 9d7a231edbc based on jdk-17.0.7+7)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /opt/IBM/maven
Java version: 17.0.7, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.4.7-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.2.1!
Here are the highlights of this release:
- Kotlin DSL: new reference documentation, assignment syntax by default
- Kotlin DSL is now the default with Gradle init
- Improved suggestions to resolve errors in console output
- Reduced sync memory consumption
For more details see https://docs.gradle.org/8.2.1/release-notes.html
------------------------------------------------------------
Gradle 8.2.1
------------------------------------------------------------
Build time: 2023-07-10 12:12:35 UTC
Revision: a38ec64d3c4612da9083cc506a1ccb212afeecaa
Kotlin: 1.8.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.7 (Eclipse OpenJ9 openj9-0.38.0)
OS: Linux 6.4.7-200.fc38.aarch64 amd64
# oc
4.13.5
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.11.2-dev
# terraform
Terraform v1.5.4
on linux_amd64
3.25 版
若要檢視版本 3.25 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
IBM Cloud CLI 的 cf install 指令已不再可用,並已移除。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.16.1
# npm
9.5.1
# jq
jq-1.6
# yq
yq (https://github.com/mikefarah/yq/) version v4.34.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.11.6 2951a28cd7085eb18979b1f710678623d94ed578
# helm
v3.12.1+gf32a527
# ibmcloud
/usr/local/bin/ibmcloud version 2.17.1+5dece51-2023-06-23T17:17:15+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.69 false
cloud-internet-services[cis] 1.15.2 true
code-engine[ce] 1.45.0 true
container-registry[cr] 1.0.11 true
container-service[kubernetes-service/ks] 1.0.531 false
cra 1.3.7 false
doi 0.4.3 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.1.0
# java
openjdk version "17.0.7" 2023-04-18
IBM Semeru Runtime Open Edition 17.0.7.0 (build 17.0.7+7)
Eclipse OpenJ9 VM 17.0.7.0 (build openj9-0.38.0, JRE 17 Linux amd64-64-Bit Compressed References 20230418_480 (JIT enabled, AOT enabled)
OpenJ9 - d57d05932
OMR - 855813495
JCL - 9d7a231edbc based on jdk-17.0.7+7)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /opt/IBM/maven
Java version: 17.0.7, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.3.8-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.2!
Here are the highlights of this release:
- Kotlin DSL: new reference documentation, assignment syntax by default
- Kotlin DSL is now the default with Gradle init
- Improved suggestions to resolve errors in console output
For more details see https://docs.gradle.org/8.2/release-notes.html
------------------------------------------------------------
Gradle 8.2
------------------------------------------------------------
Build time: 2023-06-30 18:02:30 UTC
Revision: 5f4a070a62a31a17438ac998c2b849f4f6892877
Kotlin: 1.8.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.7 (Eclipse OpenJ9 openj9-0.38.0)
OS: Linux 6.3.8-200.fc38.aarch64 amd64
# oc
4.13.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.11.2-dev
# terraform
Terraform v1.5.2
on linux_amd64
3.24 版
若要檢視版本 3.24 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node
v18.16.0
# npm
9.5.1
# jq
jq-1.6
# yq
yq (https://github.com/mikefarah/yq/) version v4.34.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.11.6 2951a28cd7085eb18979b1f710678623d94ed578
# helm
v3.12.1+gf32a527
# ibmcloud
/usr/local/bin/ibmcloud version 2.16.1+5813b04-2023-06-07T22:01:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.69 false
cloud-internet-services[cis] 1.15.2 true
code-engine[ce] 1.43.7 true
container-registry[cr] 1.0.11 true
container-service[kubernetes-service/ks] 1.0.523 false
cra 1.3.6 false
doi 0.4.2 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.0.0
# java
openjdk version "17.0.7" 2023-04-18
IBM Semeru Runtime Open Edition 17.0.7.0 (build 17.0.7+7)
Eclipse OpenJ9 VM 17.0.7.0 (build openj9-0.38.0, JRE 17 Linux amd64-64-Bit Compressed References 20230418_480 (JIT enabled, AOT enabled)
OpenJ9 - d57d05932
OMR - 855813495
JCL - 9d7a231edbc based on jdk-17.0.7+7)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/IBM/maven
Java version: 17.0.7, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.3.6-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.1.1!
Here are the highlights of this release:
- Stable configuration cache
- Experimental Kotlin DSL assignment syntax
- Building with Java 20
For more details see https://docs.gradle.org/8.1.1/release-notes.html
------------------------------------------------------------
Gradle 8.1.1
------------------------------------------------------------
Build time: 2023-04-21 12:31:26 UTC
Revision: 1cf537a851c635c364a4214885f8b9798051175b
Kotlin: 1.8.10
Groovy: 3.0.15
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.7 (Eclipse OpenJ9 openj9-0.38.0)
OS: Linux 6.3.6-200.fc38.aarch64 amd64
# oc
4.13.2
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.11.2-dev
# terraform
Terraform v1.5.0
on linux_amd64
3.23 版
若要檢視版本 3.23 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node
v18.16.0
# npm
9.5.1
# jq
jq-1.6
# yq
yq (https://github.com/mikefarah/yq/) version v4.34.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.11.6 2951a28cd7085eb18979b1f710678623d94ed578
# helm
v3.12.0+gc9f554d
# ibmcloud
ibmcloud version 2.16.0+492aff3-2023-04-06T16:13:44+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.67 false
cloud-internet-services[cis] 1.14.11 true
code-engine[ce] 1.43.5 true
container-registry[cr] 1.0.8 true
container-service[kubernetes-service/ks] 1.0.523 false
cra 1.3.5 false
doi 0.4.2 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.0.0
# java
openjdk version "17.0.7" 2023-04-18
IBM Semeru Runtime Open Edition 17.0.7.0 (build 17.0.7+7)
Eclipse OpenJ9 VM 17.0.7.0 (build openj9-0.38.0, JRE 17 Linux amd64-64-Bit Compressed References 20230418_480 (JIT enabled, AOT enabled)
OpenJ9 - d57d05932
OMR - 855813495
JCL - 9d7a231edbc based on jdk-17.0.7+7)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/IBM/maven
Java version: 17.0.7, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.2.15-300.fc38.x86_64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.1.1!
Here are the highlights of this release:
- Stable configuration cache
- Experimental Kotlin DSL assignment syntax
- Building with Java 20
For more details see https://docs.gradle.org/8.1.1/release-notes.html
------------------------------------------------------------
Gradle 8.1.1
------------------------------------------------------------
Build time: 2023-04-21 12:31:26 UTC
Revision: 1cf537a851c635c364a4214885f8b9798051175b
Kotlin: 1.8.10
Groovy: 3.0.15
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.7 (Eclipse OpenJ9 openj9-0.38.0)
OS: Linux 6.2.15-300.fc38.x86_64 amd64
# oc
4.13.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git
git version 2.39.3
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo
skopeo version 1.11.2-dev
# terraform
opt/IBM/pipeline/bin/default_versions.sh: line 33: terraform: command not found
3.21 版
若要檢視版本 3.21 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v18.16.0
# npm --version
9.5.1
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version v4.33.3
# kubectl version --output=yaml --client
clientVersion:
buildDate: "2023-03-15T13:39:54Z"
compiler: gc
gitCommit: 0ce7342c984110dfc93657d64df5dc3b2c0d1fe9
gitTreeState: clean
gitVersion: v1.25.8
goVersion: go1.19.7
major: "1"
minor: "25"
platform: linux/amd64
kustomizeVersion: v4.5.7
# buildctl --version
buildctl github.com/moby/buildkit v0.11.5 252ae63bcf2a9b62777add4838df5a257b86e991
# helm version --client
version.BuildInfo{Version:"v3.11.3", GitCommit:"323249351482b3bbfc9f5004f65d400aa70f9ae7", GitTreeState:"clean", GoVersion:"go1.20.3"}
# ibmcloud -version
ibmcloud version 2.16.0+492aff3-2023-04-06T16:13:44+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.66 false
cloud-internet-services[cis] 1.14.11 true
code-engine[ce] 1.43.3 true
container-registry[cr] 1.0.8 true
container-service[kubernetes-service/ks] 1.0.506 false
cra 1.3.0 false
doi 0.4.2 false
schematics[sch] 1.12.9 true
secrets-manager[sm] 2.0.0 true
# ibmcloud dev --version
Incorrect Usage. flag provided but not defined: -version
NAME:
ibmcloud dev - Create, develop, deploy, and monitor applications
USAGE:
ibmcloud dev command [arguments...] [command options]
COMMANDS:
help Show help
pipeline-get [Beta] Get details for a pipeline
pipeline-log [Beta] Get logs for a pipeline, stage, job, or job execution
pipeline-open [Beta] View a pipeline in the browser
pipeline-run [Beta] Run a pipeline
tekton-info [Beta] Get details for a tekton pipeline
tekton-logs [Beta] Get logs for a tekton pipelinerun
tekton-pipeline-cancel [Beta] Cancel an ongoing pipeline
tekton-pipelinerun [Beta] Get details for a tekton pipelinerun
tekton-pipelineruns [Beta] List the pipelineruns for a tekton pipeline
tekton-trigger [Beta] Trigger a tekton pipeline
toolchain-delete [Beta] Delete a toolchain
toolchain-get [Beta] Get details for a toolchain in a resource group
toolchain-open [Beta] View a toolchain in the browser
toolchains [Beta] List all toolchains in a resource group
Enter 'ibmcloud dev help [command]' for more information about a command.
# java -version
openjdk version "17.0.6" 2023-01-17
IBM Semeru Runtime Open Edition 17.0.6.0 (build 17.0.6+10)
Eclipse OpenJ9 VM 17.0.6.0 (build openj9-0.36.0, JRE 17 Linux amd64-64-Bit Compressed References 20230117_397 (JIT enabled, AOT enabled)
OpenJ9 - e68fb241f
OMR - f491bbf6f
JCL - 927b34f84c8 based on jdk-17.0.6+10)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/IBM/maven
Java version: 17.0.6, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.8-200.fc37.x86_64", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 8.1!
Here are the highlights of this release:
- Stable configuration cache
- Experimental Kotlin DSL assignment syntax
- Building with Java 20
For more details see https://docs.gradle.org/8.1/release-notes.html
------------------------------------------------------------
Gradle 8.1
------------------------------------------------------------
Build time: 2023-04-12 12:07:45 UTC
Revision: 40ba32cde9d6daf2b92c39376d2758909dd6b813
Kotlin: 1.8.10
Groovy: 3.0.15
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.6 (Eclipse OpenJ9 openj9-0.36.0)
OS: Linux 6.2.8-200.fc37.x86_64 amd64
# oc version
Client Version: 4.12.10
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.24
API version: 1.41
Go version: go1.19.7
Git commit: 297e128
Built: Tue Apr 4 18:17:06 2023
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.9.4-dev
# terraform version
Terraform v1.4.5
on linux_amd64
3.20 版
若要檢視版本 3.20 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v18.15.0
# npm --version
9.5.0
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version v4.33.2
# kubectl version --output=yaml --client
clientVersion:
buildDate: "2023-03-15T13:39:54Z"
compiler: gc
gitCommit: 0ce7342c984110dfc93657d64df5dc3b2c0d1fe9
gitTreeState: clean
gitVersion: v1.25.8
goVersion: go1.19.7
major: "1"
minor: "25"
platform: linux/amd64
kustomizeVersion: v4.5.7
# buildctl --version
buildctl github.com/moby/buildkit v0.11.5 252ae63bcf2a9b62777add4838df5a257b86e991
# helm version --client
version.BuildInfo{Version:"v3.11.2", GitCommit:"912ebc1cd10d38d340f048efaf0abda047c3468e", GitTreeState:"clean", GoVersion:"go1.18.10"}
# ibmcloud -version
ibmcloud version 2.15.0+79fb346-2023-02-21T22:06:52+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.66 false
cloud-internet-services[cis] 1.14.11 true
code-engine[ce] 1.43.0 true
container-registry[cr] 1.0.6 true
container-service[kubernetes-service/ks] 1.0.498 false
cra 1.2.1 false
doi 0.4.2 false
schematics[sch] 1.12.8 true
secrets-manager 0.1.25 true
# ibmcloud dev --version
ibmcloud dev version 2.17.1
# java -version
openjdk version "17.0.6" 2023-01-17
IBM Semeru Runtime Open Edition 17.0.6.0 (build 17.0.6+10)
Eclipse OpenJ9 VM 17.0.6.0 (build openj9-0.36.0, JRE 17 Linux amd64-64-Bit Compressed References 20230117_397 (JIT enabled, AOT enabled)
OpenJ9 - e68fb241f
OMR - f491bbf6f
JCL - 927b34f84c8 based on jdk-17.0.6+10)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/IBM/maven
Java version: 17.0.6, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.1.18-200.fc37.x86_64", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 8.0.2!
Here are the highlights of this release:
- Improvements to the Kotlin DSL
- Fine-grained parallelism from the first build with configuration cache
- Configurable Gradle user home cache cleanup
For more details see https://docs.gradle.org/8.0.2/release-notes.html
------------------------------------------------------------
Gradle 8.0.2
------------------------------------------------------------
Build time: 2023-03-03 16:41:37 UTC
Revision: 7d6581558e226a580d91d399f7dfb9e3095c2b1d
Kotlin: 1.8.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.6 (Eclipse OpenJ9 openj9-0.36.0)
OS: Linux 6.1.18-200.fc37.x86_64 amd64
# oc version
Client Version: 4.12.8
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.23
API version: 1.41
Go version: go1.18.10
Git commit: 7155243
Built: Thu Jan 19 17:30:35 2023
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.9.4-dev
# terraform version
Terraform v1.4.4
on linux_amd64
3.19 版
若要檢視版本 3.19 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v18.15.0
# npm --version
9.5.0
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version v4.31.2
# kubectl version --output=yaml --client
clientVersion:
buildDate: "2023-01-18T19:22:09Z"
compiler: gc
gitCommit: ff2c119726cc1f8926fb0585c74b25921e866a28
gitTreeState: clean
gitVersion: v1.25.6
goVersion: go1.19.5
major: "1"
minor: "25"
platform: linux/amd64
kustomizeVersion: v4.5.7
# buildctl --version
buildctl github.com/moby/buildkit v0.11.4 3abd1ef0c195cdc078d1657cb50f62a2cdc26f8f
# helm version --client
version.BuildInfo{Version:"v3.11.2", GitCommit:"912ebc1cd10d38d340f048efaf0abda047c3468e", GitTreeState:"clean", GoVersion:"go1.18.10"}
# ibmcloud -version
ibmcloud version 2.15.0+79fb346-2023-02-21T22:06:52+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.64 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.41.3 true
container-registry[cr] 1.0.6 true
container-service[kubernetes-service/ks] 1.0.498 false
cra 1.1.5 false
doi 0.4.1 false
schematics[sch] 1.12.7 true
secrets-manager 0.1.25 true
# ibmcloud dev --version
ibmcloud dev version 2.17.1
# java -version
openjdk version "17.0.5" 2022-10-18
IBM Semeru Runtime Open Edition 17.0.5.0 (build 17.0.5+8)
Eclipse OpenJ9 VM 17.0.5.0 (build openj9-0.35.0, JRE 17 Linux amd64-64-Bit Compressed References 20221018_325 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - 32d2c409a33 based on jdk-17.0.5+8)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /opt/IBM/maven
Java version: 17.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 8.0.2!
Here are the highlights of this release:
- Improvements to the Kotlin DSL
- Fine-grained parallelism from the first build with configuration cache
- Configurable Gradle user home cache cleanup
For more details see https://docs.gradle.org/8.0.2/release-notes.html
------------------------------------------------------------
Gradle 8.0.2
------------------------------------------------------------
Build time: 2023-03-03 16:41:37 UTC
Revision: 7d6581558e226a580d91d399f7dfb9e3095c2b1d
Kotlin: 1.8.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.5 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.12.5
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.23
API version: 1.41
Go version: go1.18.10
Git commit: 7155243
Built: Thu Jan 19 17:30:35 2023
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.9.4-dev
# terraform version
Terraform v1.4.0
on linux_amd64
3.18 版
若要檢視版本 3.18 的內容,請在正在執行的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v18.14.1
# npm --version
9.3.1
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version v4.31.1
# kubectl version --output=yaml --client
clientVersion:
buildDate: "2023-01-18T19:22:09Z"
compiler: gc
gitCommit: ff2c119726cc1f8926fb0585c74b25921e866a28
gitTreeState: clean
gitVersion: v1.25.6
goVersion: go1.19.5
major: "1"
minor: "25"
platform: linux/amd64
kustomizeVersion: v4.5.7
# buildctl --version
buildctl github.com/moby/buildkit v0.11.3 4ddee42a32aac4cd33bf9c2be4c87c2ffd34747b
# helm version --client
version.BuildInfo{Version:"v3.11.1", GitCommit:"293b50c65d4d56187cd4e2f390f0ada46b4c4737", GitTreeState:"clean", GoVersion:"go1.18.10"}
# ibmcloud -version
ibmcloud version 2.14.0+fd1bfc6-2023-01-24T22:18:53+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.63 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.41.1 true
container-registry[cr] 1.0.6 true
container-service[kubernetes-service/ks] 1.0.489 false
cra 1.1.3 false
doi 0.4.1 false
schematics[sch] 1.12.7 true
secrets-manager 0.1.25 true
# ibmcloud dev --version
ibmcloud dev version 2.17.0
# java -version
openjdk version "17.0.5" 2022-10-18
IBM Semeru Runtime Open Edition 17.0.5.0 (build 17.0.5+8)
Eclipse OpenJ9 VM 17.0.5.0 (build openj9-0.35.0, JRE 17 Linux amd64-64-Bit Compressed References 20221018_325 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - 32d2c409a33 based on jdk-17.0.5+8)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /opt/IBM/maven
Java version: 17.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 8.0.1!
Here are the highlights of this release:
- Improvements to the Kotlin DSL
- Fine-grained parallelism from the first build with configuration cache
- Configurable Gradle user home cache cleanup
For more details see https://docs.gradle.org/8.0.1/release-notes.html
------------------------------------------------------------
Gradle 8.0.1
------------------------------------------------------------
Build time: 2023-02-17 20:09:48 UTC
Revision: 68959bf76cef4d28c678f2e2085ee84e8647b77a
Kotlin: 1.8.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.5 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.12.2
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.23
API version: 1.41
Go version: go1.18.10
Git commit: 7155243
Built: Thu Jan 19 17:30:35 2023
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.9.4-dev
# terraform version
Terraform v1.3.9
on linux_amd64
3.17 版
若要檢視版本 3.17 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v18.14.0
# npm --version
9.3.1
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version v4.30.8
# kubectl version --output=yaml --client
clientVersion:
buildDate: "2023-01-18T19:22:09Z"
compiler: gc
gitCommit: ff2c119726cc1f8926fb0585c74b25921e866a28
gitTreeState: clean
gitVersion: v1.25.6
goVersion: go1.19.5
major: "1"
minor: "25"
platform: linux/amd64
kustomizeVersion: v4.5.7
# buildctl --version
buildctl github.com/moby/buildkit v0.11.2 944939944ca4cc58a11ace4af714083cfcd9a3c7
# helm version --client
version.BuildInfo{Version:"v3.11.0", GitCommit:"472c5736ab01133de504a826bd9ee12cbe4e7904", GitTreeState:"clean", GoVersion:"go1.18.10"}
# ibmcloud -version
ibmcloud version 2.14.0+fd1bfc6-2023-01-24T22:18:53+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.63 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.8 true
container-registry[cr] 1.0.6 true
container-service[kubernetes-service/ks] 1.0.489 false
cra 1.1.2 false
doi 0.4.1 false
schematics[sch] 1.12.7 true
secrets-manager 0.1.25 true
# ibmcloud dev --version
ibmcloud dev version 2.17.0
# java -version
openjdk version "17.0.5" 2022-10-18
IBM Semeru Runtime Open Edition 17.0.5.0 (build 17.0.5+8)
Eclipse OpenJ9 VM 17.0.5.0 (build openj9-0.35.0, JRE 17 Linux amd64-64-Bit Compressed References 20221018_325 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - 32d2c409a33 based on jdk-17.0.5+8)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
Maven home: /opt/IBM/maven
Java version: 17.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.6!
Here are the highlights of this release:
- Added support for Java 19.
- Introduced `--rerun` flag for individual task rerun.
- Improved dependency block for test suites to be strongly typed.
- Added a pluggable system for Java toolchains provisioning.
For more details see https://docs.gradle.org/7.6/release-notes.html
------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------
Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.5 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.12.0
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.23
API version: 1.41
Go version: go1.18.10
Git commit: 7155243
Built: Thu Jan 19 17:30:35 2023
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.9.3
# terraform version
Terraform v1.3.7
on linux_amd64
3.16 版
若要檢視版本 3.16 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v18.13.0
# npm --version
8.19.3
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version v4.30.8
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.11.0 830288a71f447b46ad44ad5f7bd45148ec450d44
# helm version --client
version.BuildInfo{Version:"v3.10.3", GitCommit:"835b7334cfe2e5e27870ab3ed4135f136eecc704", GitTreeState:"clean", GoVersion:"go1.18.9"}
# ibmcloud -version
ibmcloud version 2.13.0+05fd406-2022-11-30T20:39:15+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.63 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.6 true
container-registry[cr] 1.0.5 true
container-service[kubernetes-service/ks] 1.0.480 false
cra 1.1.1 false
doi 0.4.1 false
schematics[sch] 1.12.6 true
secrets-manager 0.1.25 true
# ibmcloud dev --version
ibmcloud dev version 2.16.0
# java -version
openjdk version "17.0.5" 2022-10-18
IBM Semeru Runtime Open Edition 17.0.5.0 (build 17.0.5+8)
Eclipse OpenJ9 VM 17.0.5.0 (build openj9-0.35.0, JRE 17 Linux amd64-64-Bit Compressed References 20221018_325 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - 32d2c409a33 based on jdk-17.0.5+8)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
Maven home: /opt/IBM/maven
Java version: 17.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.6!
Here are the highlights of this release:
- Added support for Java 19.
- Introduced `--rerun` flag for individual task rerun.
- Improved dependency block for test suites to be strongly typed.
- Added a pluggable system for Java toolchains provisioning.
For more details see https://docs.gradle.org/7.6/release-notes.html
------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------
Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.5 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.12.0
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.22
API version: 1.41
Go version: go1.18.9
Git commit: 3a2c30b
Built: Thu Dec 15 22:21:58 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.9.3
# terraform version
Terraform v1.3.7
on linux_amd64
3.15 版
若要檢視版本 3.15 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
此映像檔也包含 Terraform CLI。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v18.13.0
# npm --version
8.19.3
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version v4.30.6
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.11.0 830288a71f447b46ad44ad5f7bd45148ec450d44
# helm version --client
version.BuildInfo{Version:"v3.10.3", GitCommit:"835b7334cfe2e5e27870ab3ed4135f136eecc704", GitTreeState:"clean", GoVersion:"go1.18.9"}
# ibmcloud -version
ibmcloud version 2.13.0+05fd406-2022-11-30T20:39:15+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.62 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.5 true
container-registry[cr] 1.0.5 true
container-service[kubernetes-service/ks] 1.0.480 false
cra 1.1.1 false
doi 0.4.1 false
schematics 1.12.5 true
# ibmcloud dev --version
ibmcloud dev version 2.16.0
# java -version
openjdk version "17.0.5" 2022-10-18
IBM Semeru Runtime Open Edition 17.0.5.0 (build 17.0.5+8)
Eclipse OpenJ9 VM 17.0.5.0 (build openj9-0.35.0, JRE 17 Linux amd64-64-Bit Compressed References 20221018_325 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - 32d2c409a33 based on jdk-17.0.5+8)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
Maven home: /opt/IBM/maven
Java version: 17.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.6!
Here are the highlights of this release:
- Added support for Java 19.
- Introduced `--rerun` flag for individual task rerun.
- Improved dependency block for test suites to be strongly typed.
- Added a pluggable system for Java toolchains provisioning.
For more details see https://docs.gradle.org/7.6/release-notes.html
------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------
Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.5 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.11.21
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.22
API version: 1.41
Go version: go1.18.9
Git commit: 3a2c30b
Built: Thu Dec 15 22:21:58 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.9.3
# terraform version
Terraform v1.3.7
on linux_amd64
3.14 版
若要檢視版本 3.14 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v18.12.1
# npm --version
8.19.2
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version v4.30.5
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.10.6 0c9b5aeb269c740650786ba77d882b0259415ec7
# helm version --client
version.BuildInfo{Version:"v3.10.2", GitCommit:"50f003e5ee8704ec937a756c646870227d7c8b58", GitTreeState:"clean", GoVersion:"go1.18.8"}
# ibmcloud -version
ibmcloud version 2.13.0+05fd406-2022-11-30T20:39:15+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.62 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.3 true
container-registry[cr] 1.0.5 true
container-service[kubernetes-service/ks] 1.0.480 false
cra 1.0.7 false
doi 0.4.1 false
schematics 1.12.5 true
# ibmcloud dev --version
ibmcloud dev version 2.16.0
# java -version
openjdk version "17.0.5" 2022-10-18
IBM Semeru Runtime Open Edition 17.0.5.0 (build 17.0.5+8)
Eclipse OpenJ9 VM 17.0.5.0 (build openj9-0.35.0, JRE 17 Linux amd64-64-Bit Compressed References 20221018_325 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - 32d2c409a33 based on jdk-17.0.5+8)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 17.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.6!
Here are the highlights of this release:
- Added support for Java 19.
- Introduced `--rerun` flag for individual task rerun.
- Improved dependency block for test suites to be strongly typed.
- Added a pluggable system for Java toolchains provisioning.
For more details see https://docs.gradle.org/7.6/release-notes.html
------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------
Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.5 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.11.18
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.21
API version: 1.41
Go version: go1.18.7
Git commit: baeda1f
Built: Tue Oct 25 17:56:30 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.9.3
3.13 版
若要檢視版本 3.13 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v18.12.1
# npm --version
8.19.2
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version v4.30.5
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.10.6 0c9b5aeb269c740650786ba77d882b0259415ec7
# helm version --client
version.BuildInfo{Version:"v3.10.2", GitCommit:"50f003e5ee8704ec937a756c646870227d7c8b58", GitTreeState:"clean", GoVersion:"go1.18.8"}
# ibmcloud -version
ibmcloud version 2.12.1+b8488a1-2022-10-31T15:08:10+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.61 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.1 true
container-registry 1.0.2 true
container-service[kubernetes-service/ks] 1.0.459 false
cra 1.0.4 false
doi 0.4.0 false
schematics 1.12.4 true
# ibmcloud dev --version
ibmcloud dev version 2.15.0
# java -version
openjdk version "17.0.5" 2022-10-18
IBM Semeru Runtime Open Edition 17.0.5.0 (build 17.0.5+8)
Eclipse OpenJ9 VM 17.0.5.0 (build openj9-0.35.0, JRE 17 Linux amd64-64-Bit Compressed References 20221018_325 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - 32d2c409a33 based on jdk-17.0.5+8)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 17.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.6!
Here are the highlights of this release:
- Added support for Java 19.
- Introduced `--rerun` flag for individual task rerun.
- Improved dependency block for test suites to be strongly typed.
- Added a pluggable system for Java toolchains provisioning.
For more details see https://docs.gradle.org/7.6/release-notes.html
------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------
Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.5 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.11.13
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.21
API version: 1.41
Go version: go1.18.7
Git commit: baeda1f
Built: Tue Oct 25 17:56:30 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.9.3
3.12 版
若要檢視版本 3.12 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。 而且它仍以 ubi8 為基礎,因為 ubi9 未提供正確版本的 openssl。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v18.12.1
# npm --version
8.19.2
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.29.2
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.10.5 bc26045116045516ff2427201abd299043eaf8f7
# helm version --client
version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.18.7"}
# ibmcloud -version
ibmcloud version 2.12.1+b8488a1-2022-10-31T15:08:10+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.61 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.0 Update Available true
container-registry 1.0.2 true
container-service[kubernetes-service/ks] 1.0.459 false
cra 1.0.4 false
doi 0.4.0 false
schematics 1.12.3 true
# ibmcloud dev --version
ibmcloud dev version 2.15.0
# java -version
openjdk version "17.0.5" 2022-10-18
IBM Semeru Runtime Open Edition 17.0.5.0 (build 17.0.5+8)
Eclipse OpenJ9 VM 17.0.5.0 (build openj9-0.35.0, JRE 17 Linux amd64-64-Bit Compressed References 20221018_325 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - 32d2c409a33 based on jdk-17.0.5+8)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 17.0.5, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.5.1!
Here are the highlights of this release:
- Support for Java 18
- Support for building with Groovy 4
- Much more responsive continuous builds
- Improved diagnostics for dependency resolution
For more details see https://docs.gradle.org/7.5.1/release-notes.html
------------------------------------------------------------
Gradle 7.5.1
------------------------------------------------------------
Build time: 2022-08-05 21:17:56 UTC
Revision: d1daa0cbf1a0103000b71484e1dbfe096e095918
Kotlin: 1.6.21
Groovy: 3.0.10
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.5 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.11.12
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.21
API version: 1.41
Go version: go1.18.7
Git commit: baeda1f
Built: Tue Oct 25 17:56:30 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.9.3
3.11 版
若要檢視版本 3.11 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v16.17.1
# npm --version
8.15.0
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.27.5
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.10.4 a2ba6869363812a210fcc3ded6926757ab780b5f
# helm version --client
version.BuildInfo{Version:"v3.10.0", GitCommit:"ce66412a723e4d89555dc67217607c6579ffcb21", GitTreeState:"clean", GoVersion:"go1.18.6"}
# ibmcloud -version
ibmcloud version 2.11.1+c18277d-2022-09-23T21:49:24+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.61 false
cloud-internet-services[cis] 1.14.8 true
code-engine[ce] 1.39.3 true
container-registry 1.0.1 true
container-service[kubernetes-service/ks] 1.0.454 false
cra 1.0.2 false
doi 0.3.9 false
schematics 1.12.2 true
# ibmcloud dev --version
ibmcloud dev version 2.14.0
# java -version
openjdk version "17.0.3" 2022-04-19
IBM Semeru Runtime Open Edition 17.0.3.0 (build 17.0.3+7)
Eclipse OpenJ9 VM 17.0.3.0 (build openj9-0.32.0, JRE 17 Linux amd64-64-Bit Compressed References 20220422_184 (JIT enabled, AOT enabled)
OpenJ9 - 9a84ec34e
OMR - ab24b6666
JCL - dc07fd49b92 based on jdk-17.0.3+7)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 17.0.3, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.124-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.5.1!
Here are the highlights of this release:
- Support for Java 18
- Support for building with Groovy 4
- Much more responsive continuous builds
- Improved diagnostics for dependency resolution
For more details see https://docs.gradle.org/7.5.1/release-notes.html
------------------------------------------------------------
Gradle 7.5.1
------------------------------------------------------------
Build time: 2022-08-05 21:17:56 UTC
Revision: d1daa0cbf1a0103000b71484e1dbfe096e095918
Kotlin: 1.6.21
Groovy: 3.0.10
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.3 (Eclipse OpenJ9 openj9-0.32.0)
OS: Linux 5.10.124-linuxkit amd64
# oc version
Client Version: 4.11.5
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.18
API version: 1.41
Go version: go1.18.6
Git commit: b40c2f6
Built: Thu Sep 8 23:05:51 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.8.0
3.10 版
若要檢視版本 3.10 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v16.17.0
# npm --version
8.15.0
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.27.2
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.10.3 c8d25d9a103b70dc300a4fd55e7e576472284e31
# helm version --client
version.BuildInfo{Version:"v3.9.4", GitCommit:"dbc6d8e20fe1d58d50e6ed30f09a04a77e4c68db", GitTreeState:"clean", GoVersion:"go1.17.13"}
# ibmcloud -version
ibmcloud version 2.10.0+e37e09e-2022-08-24T17:31:27+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.59 false
cloud-internet-services[cis] 1.14.5 true
code-engine[ce] 1.39.1 true
container-registry 0.1.579 true
container-service[kubernetes-service/ks] 1.0.439 false
cra 1.0.0 false
doi 0.3.9 false
schematics 1.12.2 true
# ibmcloud dev --version
ibmcloud dev version 2.13.1
# java -version
openjdk version "17.0.3" 2022-04-19
IBM Semeru Runtime Open Edition 17.0.3.0 (build 17.0.3+7)
Eclipse OpenJ9 VM 17.0.3.0 (build openj9-0.32.0, JRE 17 Linux amd64-64-Bit Compressed References 20220422_184 (JIT enabled, AOT enabled)
OpenJ9 - 9a84ec34e
OMR - ab24b6666
JCL - dc07fd49b92 based on jdk-17.0.3+7)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 17.0.3, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.104-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.5.1!
Here are the highlights of this release:
- Support for Java 18
- Support for building with Groovy 4
- Much more responsive continuous builds
- Improved diagnostics for dependency resolution
For more details see https://docs.gradle.org/7.5.1/release-notes.html
------------------------------------------------------------
Gradle 7.5.1
------------------------------------------------------------
Build time: 2022-08-05 21:17:56 UTC
Revision: d1daa0cbf1a0103000b71484e1dbfe096e095918
Kotlin: 1.6.21
Groovy: 3.0.10
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.3 (Eclipse OpenJ9 openj9-0.32.0)
OS: Linux 5.10.104-linuxkit amd64
# oc version
Client Version: 4.11.0
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.16
API version: 1.41
Go version: go1.17.10
Git commit: aa7e414
Built: Thu May 12 09:14:28 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.8.0
第 3.9 版
若要檢視版本 3.9 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v16.16.0
# npm --version
8.11.0
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.26.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.11", GitCommit:"38d3c1f3d5306401bcf39a71bad3b5a5106033d7", GitTreeState:"clean", BuildDate:"2022-03-16T14:08:11Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.10.3 c8d25d9a103b70dc300a4fd55e7e576472284e31
# helm version --client
version.BuildInfo{Version:"v3.9.2", GitCommit:"1addefbfe665c350f4daf868a9adc5600cc064fd", GitTreeState:"clean", GoVersion:"go1.17.12"}
# ibmcloud -version
ibmcloud version 2.9.0+6abd6f8-2022-07-05T14:46:06+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.59 false
cloud-internet-services[cis] 1.14.4 true
code-engine[ce] 1.38.1 true
container-registry 0.1.571 true
container-service[kubernetes-service/ks] 1.0.431 false
cra 0.1.22 false
doi 0.3.8 false
schematics 1.12.1 true
# ibmcloud dev --version
ibmcloud dev version 2.13.0
# java -version
openjdk version "17.0.3" 2022-04-19
IBM Semeru Runtime Open Edition 17.0.3.0 (build 17.0.3+7)
Eclipse OpenJ9 VM 17.0.3.0 (build openj9-0.32.0, JRE 17 Linux amd64-64-Bit Compressed References 20220422_184 (JIT enabled, AOT enabled)
OpenJ9 - 9a84ec34e
OMR - ab24b6666
JCL - dc07fd49b92 based on jdk-17.0.3+7)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 17.0.3, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.104-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.5!
Here are the highlights of this release:
- Support for Java 18
- Support for building with Groovy 4
- Much more responsive continuous builds
- Improved diagnostics for dependency resolution
For more details see https://docs.gradle.org/7.5/release-notes.html
------------------------------------------------------------
Gradle 7.5
------------------------------------------------------------
Build time: 2022-07-14 12:48:15 UTC
Revision: c7db7b958189ad2b0c1472b6fe663e6d654a5103
Kotlin: 1.6.21
Groovy: 3.0.10
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.3 (Eclipse OpenJ9 openj9-0.32.0)
OS: Linux 5.10.104-linuxkit amd64
# oc version
Client Version: 4.10.23
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.16
API version: 1.41
Go version: go1.17.10
Git commit: aa7e414
Built: Thu May 12 09:14:28 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
# skopeo --version
skopeo version 1.6.1
3.8 版
若要檢視版本 3.8 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v16.15.1
# npm --version
8.11.0
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.25.2
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.11", GitCommit:"38d3c1f3d5306401bcf39a71bad3b5a5106033d7", GitTreeState:"clean", BuildDate:"2022-03-16T14:08:11Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.10.3 c8d25d9a103b70dc300a4fd55e7e576472284e31
# helm version --client
version.BuildInfo{Version:"v3.9.0", GitCommit:"7ceeda6c585217a19a1131663d8cd1f7d641b2a7", GitTreeState:"clean", GoVersion:"go1.17.5"}
# ibmcloud -version
ibmcloud version 2.7.0+04dfeac-2022-04-28T17:14:20+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.59 false
cloud-internet-services[cis] 1.14.4 true
code-engine[ce] 1.35.0 true
container-registry 0.1.571 true
container-service[kubernetes-service/ks] 1.0.420 false
cra 0.1.20 false
doi 0.3.8 false
schematics 1.10.0 true
# ibmcloud dev --version
ibmcloud dev version 2.12.0
# java -version
openjdk version "17.0.3" 2022-04-19
IBM Semeru Runtime Open Edition 17.0.3.0 (build 17.0.3+7)
Eclipse OpenJ9 VM 17.0.3.0 (build openj9-0.32.0, JRE 17 Linux amd64-64-Bit Compressed References 20220422_184 (JIT enabled, AOT enabled)
OpenJ9 - 9a84ec34e
OMR - ab24b6666
JCL - dc07fd49b92 based on jdk-17.0.3+7)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 17.0.3, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.104-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.4.2!
Here are the highlights of this release:
- Aggregated test and JaCoCo reports
- Marking additional test source directories as tests in IntelliJ
- Support for Adoptium JDKs in Java toolchains
For more details see https://docs.gradle.org/7.4.2/release-notes.html
------------------------------------------------------------
Gradle 7.4.2
------------------------------------------------------------
Build time: 2022-03-31 15:25:29 UTC
Revision: 540473b8118064efcc264694cbcaa4b677f61041
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.3 (Eclipse OpenJ9 openj9-0.32.0)
OS: Linux 5.10.104-linuxkit amd64
# oc version
Client Version: 4.10.17
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.31.1
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.16
API version: 1.41
Go version: go1.17.10
Git commit: aa7e414
Built: Thu May 12 09:14:28 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
版本 3.7
若要檢視版本 3.7 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 17。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v16.14.2
# npm --version
8.5.0
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.24.5
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.11", GitCommit:"38d3c1f3d5306401bcf39a71bad3b5a5106033d7", GitTreeState:"clean", BuildDate:"2022-03-16T14:08:11Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.10.1 5bc9c7b15891eecab8d1e0c34ed62a0177c45ae7
# helm version --client
version.BuildInfo{Version:"v3.8.2", GitCommit:"6e3701edea09e5d55a8ca2aae03a68917630e91b", GitTreeState:"clean", GoVersion:"go1.17.5"}
# ibmcloud -version
ibmcloud version 2.6.0+df1953d-2022-03-24T15:00:50+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
container-registry 0.1.566 true
container-service[kubernetes-service] 1.0.394 false
cra 0.1.15 false
doi 0.3.5 false
schematics 1.8.1 true
cloud-functions[wsk/functions/fn] 1.0.58 false
cloud-internet-services[cis] 1.14.2 true
code-engine[ce] 1.29.3 true
# ibmcloud dev --version
ibmcloud dev version 2.11.0
# java -version
openjdk version "17.0.2" 2022-01-18
IBM Semeru Runtime Open Edition 17.0.2.0 (build 17.0.2+8)
Eclipse OpenJ9 VM 17.0.2.0 (build openj9-0.30.0, JRE 17 Linux amd64-64-Bit Compressed References 20220128_115 (JIT enabled, AOT enabled)
OpenJ9 - 9dccbe076
OMR - dac962a28
JCL - 64cd399ca28 based on jdk-17.0.2+8)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/IBM/maven
Java version: 17.0.2, vendor: IBM Corporation, runtime: /usr/local/jdk17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.16.18-200.fc35.x86_64", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.4.2!
Here are the highlights of this release:
- Aggregated test and JaCoCo reports
- Marking additional test source directories as tests in IntelliJ
- Support for Adoptium JDKs in Java toolchains
For more details see https://docs.gradle.org/7.4.2/release-notes.html
------------------------------------------------------------
Gradle 7.4.2
------------------------------------------------------------
Build time: 2022-03-31 15:25:29 UTC
Revision: 540473b8118064efcc264694cbcaa4b677f61041
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.2 (Eclipse OpenJ9 openj9-0.30.0)
OS: Linux 5.16.18-200.fc35.x86_64 amd64
# oc version
Client Version: 4.10.9
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.27.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.14
API version: 1.41
Go version: go1.16.15
Git commit: a224086
Built: Thu Mar 24 01:45:09 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
3.6 版
若要檢視版本 3.6 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 11。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v16.14.0
# npm --version
8.3.1
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.20.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.14", GitCommit:"57a3aa3f13699cf3db9c52d228c18db94fa81876", GitTreeState:"clean", BuildDate:"2021-12-15T14:52:33Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.9.3 8d2625494a6a3d413e3d875a2ff7dd9b1ed1b1a9
# helm version --client
version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.5"}
# ibmcloud -version
ibmcloud version 2.4.0+4ca2c74-2022-01-20T18:32:41+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services 1.14.1 true
code-engine[ce] 1.26.0 true
container-registry 0.1.560 true
container-service[kubernetes-service] 1.0.372 false
cra 0.1.11 false
doi 0.3.3 false
schematics 1.7.2 false
cloud-functions[wsk/functions/fn] 1.0.58 false
# ibmcloud dev --version
ibmcloud dev version 2.10.1
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.18-200.fc35.x86_64", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.4!
Here are the highlights of this release:
- Aggregated test and JaCoCo reports
- Marking additional test source directories as tests in IntelliJ
- Support for Adoptium JDKs in Java toolchains
For more details see https://docs.gradle.org/7.4/release-notes.html
------------------------------------------------------------
Gradle 7.4
------------------------------------------------------------
Build time: 2022-02-08 09:58:38 UTC
Revision: f0d9291c04b90b59445041eaa75b2ee744162586
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.15.18-200.fc35.x86_64 amd64
# oc version
Client Version: 4.9.21
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.27.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.12
API version: 1.41
Go version: go1.16.12
Git commit: e91ed57
Built: Mon Dec 13 11:40:57 2021
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
版本 3.5
若要檢視版本 3.5 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 11。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v16.13.2
# npm --version
8.1.2
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.16.2
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.14", GitCommit:"57a3aa3f13699cf3db9c52d228c18db94fa81876", GitTreeState:"clean", BuildDate:"2021-12-15T14:52:33Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.9.3 8d2625494a6a3d413e3d875a2ff7dd9b1ed1b1a9
# helm version --client
version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.16.10"}
# ibmcloud -version
ibmcloud version 2.3.0+26fbf88-2021-12-09T17:14:46+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services 1.14.0 true
code-engine[ce] 1.24.0 true
container-registry 0.1.556 true
container-service[kubernetes-service] 1.0.353 false
cra 0.1.11 false
doi 0.3.3 false
schematics 1.7.0 false
cloud-functions[wsk/functions/fn] 1.0.58 false
# ibmcloud dev --version
ibmcloud dev version 2.10.0
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.76-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.3.3!
Here are the highlights of this release:
- Easily declare new test suites in Java projects
- Support for Java 17
- Support for Scala 3
For more details see https://docs.gradle.org/7.3.3/release-notes.html
------------------------------------------------------------
Gradle 7.3.3
------------------------------------------------------------
Build time: 2021-12-22 12:37:54 UTC
Revision: 6f556c80f945dc54b50e0be633da6c62dbe8dc71
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.10.76-linuxkit amd64
# oc version
Client Version: 4.9.13
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.27.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.11
API version: 1.41
Go version: go1.16.10
Git commit: dea9396
Built: Thu Nov 18 00:34:03 2021
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
3.4 版
若要檢視版本 3.4 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 11。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v16.13.0
# npm --version
8.1.0
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.14.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.9.2 a14b4e097ae1dc7514c5febd6d75f742a166ea75
# helm version --client
version.BuildInfo{Version:"v3.7.1", GitCommit:"1d11fcb5d3f3bf00dbe6fe31b8412839a96b3dc4", GitTreeState:"clean", GoVersion:"go1.16.9"}
# ibmcloud -version
ibmcloud version 2.2.0+99934b5-2021-11-10T16:34:14+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
code-engine[ce] 1.23.1 true
container-registry 0.1.553 true
container-service[kubernetes-service] 1.0.344 false
cra 0.1.9 false
doi 0.3.3 false
schematics 1.6.1 false
cloud-functions[wsk/functions/fn] 1.0.56 false
cloud-internet-services 1.13.6 true
# ibmcloud dev --version
ibmcloud dev version 2.9.1
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.47-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.2!
Here are the highlights of this release:
- Toolchain support for Scala
- More cache hits when Java source files have platform-specific line endings
- More resilient remote HTTP build cache behavior
For more details see https://docs.gradle.org/7.2/release-notes.html
------------------------------------------------------------
Gradle 7.2
------------------------------------------------------------
Build time: 2021-08-17 09:59:03 UTC
Revision: a773786b58bb28710e3dc96c4d1a7063628952ad
Kotlin: 1.5.21
Groovy: 3.0.8
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.10.47-linuxkit amd64
# oc version
Client Version: 4.9.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.27.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.9
API version: 1.41
Go version: go1.16.8
Git commit: c2ea9bc
Built: Mon Oct 4 16:03:22 2021
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
3.3
若要檢視版本 3.3 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 11。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v14.17.6
# npm --version
6.14.15
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.13.2
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.9.0 c8bb937807d405d92be91f06ce2629e6202ac7a9
# helm version --client
version.BuildInfo{Version:"v3.7.0", GitCommit:"eeac83883cb4014fe60267ec6373570374ce770b", GitTreeState:"clean", GoVersion:"go1.16.8"}
# ibmcloud -version
ibmcloud version 2.1.0+a4d550e-2021-09-22T13:31:04+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.56 false
cloud-internet-services 1.13.4 true
container-registry 0.1.547 true
container-service[kubernetes-service] 1.0.312 false
cra 0.0.9 false
doi 0.3.3 false
schematics 1.6.0 false
# ibmcloud dev --version
ibmcloud dev version 2.9.0
# java -version
openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.24.0, JRE 11 Linux amd64-64-Bit Compressed References 20210120_910 (JIT enabled, AOT enabled)
OpenJ9 - 345e1b09e
OMR - 741e94ea8
JCL - 0a86953833 based on jdk-11.0.10+9)
# ant -version
Apache Ant(TM) version 1.10.11 compiled on July 10 2021
# mvn -version
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Maven home: /opt/IBM/maven
Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.47-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.2!
Here are the highlights of this release:
- Toolchain support for Scala
- More cache hits when Java source files have platform-specific line endings
- More resilient remote HTTP build cache behavior
For more details see https://docs.gradle.org/7.2/release-notes.html
------------------------------------------------------------
Gradle 7.2
------------------------------------------------------------
Build time: 2021-08-17 09:59:03 UTC
Revision: a773786b58bb28710e3dc96c4d1a7063628952ad
Kotlin: 1.5.21
Groovy: 3.0.8
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.10 (Eclipse OpenJ9 openj9-0.24.0)
OS: Linux 5.10.47-linuxkit amd64
# oc version
Client Version: 4.8.11
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.27.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1g FIPS 21 Apr 2020
# make
GNU Make 4.2.1
# docker
Client: Docker Engine - Community
Version: 19.03.9
API version: 1.40
Go version: go1.13.10
Git commit: 9d988398e7
Built: Fri May 15 00:22:47 2020
OS/Arch: linux/amd64
Experimental: false
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
3.2 版
若要檢視版本 3.2 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 11。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
這個映像檔包含下列工具:
# node --version
v14.17.6
# npm --version
6.14.15
# jq --version
jq-1.6
# yq --version
yq (https://github.com/mikefarah/yq/) version 4.12.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.9.0 c8bb937807d405d92be91f06ce2629e6202ac7a9
# helm version --client
version.BuildInfo{Version:"v3.6.3", GitCommit:"d506314abfb5d21419df8c7e7e68012379db2354", GitTreeState:"clean", GoVersion:"go1.16.5"}
# ibmcloud -version
ibmcloud version 2.0.3+c7a1126-2021-08-27T19:17:51+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services 1.13.4 true
container-registry 0.1.543 true
container-service[kubernetes-service] 1.0.312 false
doi 0.3.2 false
schematics 1.5.12 false
cloud-functions[wsk/functions/fn] 1.0.56 false
# ibmcloud dev --version
ibmcloud dev version 2.8.0
# java -version
openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.24.0, JRE 11 Linux amd64-64-Bit Compressed References 20210120_910 (JIT enabled, AOT enabled)
OpenJ9 - 345e1b09e
OMR - 741e94ea8
JCL - 0a86953833 based on jdk-11.0.10+9)
# ant -version
Apache Ant(TM) version 1.10.11 compiled on July 10 2021
# mvn -version
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Maven home: /opt/IBM/maven
Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.47-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.2!
Here are the highlights of this release:
- Toolchain support for Scala
- More cache hits when Java source files have platform-specific line endings
- More resilient remote HTTP build cache behavior
For more details see https://docs.gradle.org/7.2/release-notes.html
------------------------------------------------------------
Gradle 7.2
------------------------------------------------------------
Build time: 2021-08-17 09:59:03 UTC
Revision: a773786b58bb28710e3dc96c4d1a7063628952ad
Kotlin: 1.5.21
Groovy: 3.0.8
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.10 (Eclipse OpenJ9 openj9-0.24.0)
OS: Linux 5.10.47-linuxkit amd64
# oc version
Client Version: 4.8.5
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.27.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1g FIPS 21 Apr 2020
# make
GNU Make 4.2.1
# docker
Client: Docker Engine - Community
Version: 19.03.9
API version: 1.40
Go version: go1.13.10
Git commit: 9d988398e7
Built: Fri May 15 00:22:47 2020
OS/Arch: linux/amd64
Experimental: false
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
3.1 版
若要檢視版本 3.1 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 11。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
這個映像檔包含下列工具:
# node --version
v14.17.0
# npm --version
6.14.13
# jq --version
jq-1.6
# yq --version
yq version 4.9.3
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.8.2 9065b18ba4633c75862befca8188de4338d9f94a
# helm version --client
version.BuildInfo{Version:"v3.6.0", GitCommit:"7f2df6467771a75f5646b7f12afb408590ed1755", GitTreeState:"clean", GoVersion:"go1.16.3"}
# ibmcloud -version
ibmcloud version 1.6.0+59b6322-2021-05-26T20:13:53+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions/wsk/functions/fn 1.0.56 false
cloud-internet-services 1.13.3 true
container-registry 0.1.525 true
container-service/kubernetes-service 1.0.275 false
doi 0.3.2 false
schematics 1.5.7 false
# ibmcloud dev --version
ibmcloud dev version 2.7.0
# java -version
openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.24.0, JRE 11 Linux amd64-64-Bit Compressed References 20210120_910 (JIT enabled, AOT enabled)
OpenJ9 - 345e1b09e
OMR - 741e94ea8
JCL - 0a86953833 based on jdk-11.0.10+9)
# ant -version
Apache Ant(TM) version 1.10.9 compiled on September 27 2020
# mvn -version
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/IBM/maven
Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.42", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.0.2!
Here are the highlights of this release:
- File system watching enabled by default
- Support for running with and building Java 16 projects
- Native support for Apple Silicon processors
- Dependency catalog feature preview
For more details see https://docs.gradle.org/7.0.2/release-notes.html
------------------------------------------------------------
Gradle 7.0.2
------------------------------------------------------------
Build time: 2021-05-14 12:02:31 UTC
Revision: 1ef1b260d39daacbf9357f9d8594a8a743e2152e
Kotlin: 1.4.31
Groovy: 3.0.7
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.10 (Eclipse OpenJ9 openj9-0.24.0)
OS: Linux 5.10.42 amd64
# oc version
Unable to connect to the server: dial tcp 172.21.0.1:443: i/o timeout
Client Version: 4.7.13
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.27.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1g FIPS 21 Apr 2020
# make
GNU Make 4.2.1
# docker
Client: Docker Engine - Community
Version: 19.03.9
API version: 1.40
Go version: go1.13.10
Git commit: 9d988398e7
Built: Fri May 15 00:22:47 2020
OS/Arch: linux/amd64
Experimental: false
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
版本 3.0
若要檢視版本 3.0 的內容,請在執行中的映像中輸入 default_versions.sh。 3.x 分支提供具有現行工具版本的映像檔。 現行 Java™ 版本是 Java™ 11。 Node.js 不再使用 nvm 來管理不同的 node.js 版本。 它在建置時提供 Node.js 的現行 LTS 版本。
這個映像檔包含下列工具:
# node --version
v14.16.1
# npm --version
6.14.12
# jq --version
jq-1.6
# yq --version
yq version 4.6.2
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.8.2 9065b18ba4633c75862befca8188de4338d9f94a
# helm version --client
version.BuildInfo{Version:"v3.5.3", GitCommit:"041ce5a2c17a58be0fcd5f5e16fb3e7e95fea622", GitTreeState:"dirty", GoVersion:"go1.15.8"}
# ibmcloud -version
ibmcloud version 1.4.0+4705d79-2021-02-24T21:18:06+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions/wsk/functions/fn 1.0.53 false
cloud-internet-services 1.13.1 false
container-registry 0.1.514 false
container-service/kubernetes-service 1.0.233 false
doi 0.3.1 false
schematics 1.5.1 false
# ibmcloud dev --version
ibmcloud dev version 2.6.0
# java -version
openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.24.0, JRE 11 Linux amd64-64-Bit Compressed References 20210120_910 (JIT enabled, AOT enabled)
OpenJ9 - 345e1b09e
OMR - 741e94ea8
JCL - 0a86953833 based on jdk-11.0.10+9)
# ant -version
Apache Ant(TM) version 1.10.9 compiled on September 27 2020
# mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/IBM/maven
Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.19.121-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 6.8.3!
Here are the highlights of this release:
- Faster Kotlin DSL script compilation
- Vendor selection for Java toolchains
- Convenient execution of tasks in composite builds
- Consistent dependency resolution
For more details see https://docs.gradle.org/6.8.3/release-notes.html
------------------------------------------------------------
Gradle 6.8.3
------------------------------------------------------------
Build time: 2021-02-22 16:13:28 UTC
Revision: 9e26b4a9ebb910eaa1b8da8ff8575e514bc61c78
Kotlin: 1.4.20
Groovy: 2.5.12
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.10 (Eclipse OpenJ9 openj9-0.24.0)
OS: Linux 4.19.121-linuxkit amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
# git --version
git version 2.27.0
# curl
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
# wget
GNU Wget 1.19.5 built on linux-gnu.
# openssl version
OpenSSL 1.1.1g FIPS 21 Apr 2020
# make
GNU Make 4.2.1
# docker
Client: Docker Engine - Community
Version: 19.03.9
API version: 1.40
Go version: go1.13.10
Git commit: 9d988398e7
Built: Fri May 15 00:22:47 2020
OS/Arch: linux/amd64
Experimental: false
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.14.2
版本 2.97
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.97 |
sha256:0be422facff77466f9cc23629396a547d5eac77f9f5e639f2eff5ac9b9f2dc37 |
若要從正在執行的映像中檢視版本 2.97 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf cli 版本已更新為 v8.x。
這個映像檔包含下列工具:
# node
v24.19.0
# npm
11.17.0
# jq
jq-1.8.2
# yq
yq (https://github.com/mikefarah/yq/) version v4.53.3
# kubectl
v1.33.13
# buildctl
buildctl github.com/moby/buildkit v0.32.2 991535e0973488b6a429096d21fa13f81f2d89d8
# helm
v3.21.4+g813176c
# helm4
v4.2.4+g3900f43
# ibmcloud
ibmcloud 2.46.0 (5e8efbb40-2026-07-16T23:16:06+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.20.0 true
cloud-logs[logs] 0.5.0 true
cloud-object-storage 1.11.1 true
code-engine[ce] 1.62.7 true
container-registry[cr] 1.4.0 true
container-service[kubernetes-service/ks] 1.0.815 true
cra 2.8.4 true
doi 0.5.8 true
schematics[sch] 1.12.32 true
secrets-manager[sm] 2.0.20 true
sl 1.5.10 false
vpc-infrastructure[infrastructure-service/is] 16.14.0 true
# ibmcloud dev
3.5.6
# java
openjdk version "11.0.32" 2026-07-21
IBM Semeru Runtime Open Edition 11.0.32.0 (build 11.0.32+9)
Eclipse OpenJ9 VM 11.0.32.0 (build 11.0.32+9-openj9-0.60.0, JRE 11 Linux amd64-64-Bit Compressed References 20260728_1803 (JIT enabled, AOT enabled)
OpenJ9 - 396c827fb3
OMR - 2e3166f7a
JCL - cb00718c9b based on jdk-11.0.32+9)
# ant
Apache Ant(TM) version 1.10.17 compiled on April 6 2026
# mvn
Apache Maven 3.9.16 (2bdd9fddda4b155ebf8000e807eb73fd829a51d5)
Maven home: /opt/IBM/maven
Java version: 11.0.32, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.8.0-137-generic", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.7.0!
Here are the highlights of this release:
- Isolated Projects graduates to incubating
- Broader Configuration Cache compatibility
- More source locations in problem reports
For more details see https://docs.gradle.org/9.7.0/release-notes.html
------------------------------------------------------------
Gradle 9.7.0
------------------------------------------------------------
Build time: 2026-08-06 14:07:35 UTC
Revision: 3defbfc59d757b873d787b2261de5c7f8a00970a
Kotlin: 2.4.0
Groovy: 4.0.32
Ant: Apache Ant(TM) version 1.10.17 compiled on April 6 2026
Launcher JVM: 11.0.32 (Eclipse OpenJ9 11.0.32+9-openj9-0.60.0)
Daemon JVM: /usr/local/jdk11 (no Daemon JVM specified, using current Java home)
OS: Linux 6.8.0-137-generic amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.55.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.20
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.7.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.15.8
on linux_amd64
# cosign
v3.1.2
# tkn
0.46.0
# cf
cf8 version 8.18.4+3fcd823.2026-07-02
版本 2.96
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.96 |
sha256:1d20f91deb0f1162cb4b0137549b9969ca82b741cf315288ee02c63245d6eb33 |
若要從正在執行的映像中檢視版本 2.96 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf cli 版本已更新為 v8.x。
這個映像檔包含下列工具:
# node
v24.18.0
# npm
11.16.0
# jq
jq-1.8.2
# yq
yq (https://github.com/mikefarah/yq/) version v4.53.3
# kubectl
v1.33.13
# buildctl
buildctl github.com/moby/buildkit v0.31.1 673b7e0196de0cac83308274b88aaed97a91af74
# helm
v3.21.3+g1ad6e68
# helm4
v4.2.3+g43e8b7f
# ibmcloud
ibmcloud 2.45.0 (0a80377fb-2026-06-25T14:47:51+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.2 true
cloud-logs[logs] 0.5.0 true
cloud-object-storage 1.11.1 true
code-engine[ce] 1.62.6 true
container-registry[cr] 1.4.0 true
container-service[kubernetes-service/ks] 1.0.791 true
cra 2.8.4 true
doi 0.5.5 true
schematics[sch] 1.12.32 true
secrets-manager[sm] 2.0.16 true
sl 1.5.10 false
vpc-infrastructure[infrastructure-service/is] 16.11.0 true
# ibmcloud dev
3.5.5
# java
openjdk version "11.0.31" 2026-04-21
IBM Semeru Runtime Open Edition 11.0.31.0 (build 11.0.31+11)
Eclipse OpenJ9 VM 11.0.31.0 (build 11.0.31+11-openj9-0.59.0, JRE 11 Linux amd64-64-Bit Compressed References 20260428_1734 (JIT enabled, AOT enabled)
OpenJ9 - c53b6b93f4
OMR - 6426f03fa
JCL - a8e14054ef based on jdk-11.0.31+11)
# ant
Apache Ant(TM) version 1.10.17 compiled on April 6 2026
# mvn
Apache Maven 3.9.16 (2bdd9fddda4b155ebf8000e807eb73fd829a51d5)
Maven home: /opt/IBM/maven
Java version: 11.0.31, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.8.0-124-generic", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.6.1!
Here are the highlights of this release:
- Improved Configuration Cache hit rates
- Additional CLI rendering options
- Important project hierarchy lookup deprecations
For more details see https://docs.gradle.org/9.6.1/release-notes.html
------------------------------------------------------------
Gradle 9.6.1
------------------------------------------------------------
Build time: 2026-06-26 14:25:50 UTC
Revision: 309d128bd9fe8c0b71311878fc660b9cbaa07c51
Kotlin: 2.3.21
Groovy: 4.0.32
Ant: Apache Ant(TM) version 1.10.17 compiled on April 6 2026
Launcher JVM: 11.0.31 (Eclipse OpenJ9 11.0.31+11-openj9-0.59.0)
Daemon JVM: /usr/local/jdk11 (no Daemon JVM specified, using current Java home)
OS: Linux 6.8.0-124-generic amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.54.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.20
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.6.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.15.8
on linux_amd64
# cosign
v3.1.1
# tkn
0.45.0
# cf
cf8 version 8.18.4+3fcd823.2026-07-02
版本 2.95
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.95 |
sha256:51cbebffc663b9dd8fab890b4686926d18717105b82a78af123c1206d0ffec2d |
若要從正在執行的映像中檢視版本 2.95 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf cli 版本已更新為 v8.x。
這個映像檔包含下列工具:
# node
v24.16.0
# npm
11.13.0
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.53.3
# kubectl
v1.33.12
# buildctl
buildctl github.com/moby/buildkit v0.30.0 dd2170e156c9633da1b2d1a58a6188e3f7d36fa4
# helm
v3.21.1+gc56dd00
# helm4
v4.2.1+gd591a19
# ibmcloud
ibmcloud 2.43.1 (f3611fd49-2026-05-18T17:50:51+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.2 true
cloud-logs[logs] 0.5.0 true
cloud-object-storage 1.11.0 true
code-engine[ce] 1.62.5 true
container-registry[cr] 1.3.21 true
container-service[kubernetes-service/ks] 1.0.775 true
cra 2.8.2 true
doi 0.5.4 true
schematics[sch] 1.12.32 true
secrets-manager[sm] 2.0.16 true
sl 1.5.10 false
vpc-infrastructure[infrastructure-service/is] 16.9.0 true
# ibmcloud dev
3.5.4
# java
openjdk version "11.0.31" 2026-04-21
IBM Semeru Runtime Open Edition 11.0.31.0 (build 11.0.31+11)
Eclipse OpenJ9 VM 11.0.31.0 (build 11.0.31+11-openj9-0.59.0, JRE 11 Linux amd64-64-Bit Compressed References 20260428_1734 (JIT enabled, AOT enabled)
OpenJ9 - c53b6b93f4
OMR - 6426f03fa
JCL - a8e14054ef based on jdk-11.0.31+11)
# ant
Apache Ant(TM) version 1.10.17 compiled on April 6 2026
# mvn
Apache Maven 3.9.16 (2bdd9fddda4b155ebf8000e807eb73fd829a51d5)
Maven home: /opt/IBM/maven
Java version: 11.0.31, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.19.7-200.fc43.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.5.1!
Here are the highlights of this release:
- Task provenance in reports and failure messages
- Type-safe accessors for precompiled Kotlin Settings plugins
For more details see https://docs.gradle.org/9.5.1/release-notes.html
------------------------------------------------------------
Gradle 9.5.1
------------------------------------------------------------
Build time: 2026-05-12 13:19:42 UTC
Revision: fd78213f09782e62ca4957f9cfd3d90c6c3f1767
Kotlin: 2.3.20
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.31 (Eclipse OpenJ9 11.0.31+11-openj9-0.59.0)
Daemon JVM: /usr/local/jdk11 (no Daemon JVM specified, using current Java home)
OS: Linux 6.19.7-200.fc43.aarch64 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.54.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.20
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.5.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.15.6
on linux_amd64
# cosign
v3.1.1
# tkn
0.45.0
# cf
cf8 version 8.18.3+83ce51d.2026-04-16
版本 2.94
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.94 |
sha256:d9aff6b6749c9878865469f309ea10df547ba3f6e13e5707add3655bdafa4bf5 |
若要從正在執行的映像中檢視版本 2.94 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf cli 版本已更新為 v8.x。
這個映像檔包含下列工具:
# node
v24.15.0
# npm
11.12.1
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.53.2
# kubectl
v1.33.10
# buildctl
buildctl github.com/moby/buildkit v0.29.0 8543ce4428265d547cb009e5ad62348284497a88
# helm
v3.20.2+g8fb76d6
# helm4
v4.1.4+g05fa379
# ibmcloud
ibmcloud 2.43.0 (c6a75d24d-2026-04-21T21:26:42+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.1 true
cloud-logs[logs] 0.5.0 true
cloud-object-storage 1.11.0 true
code-engine[ce] 1.62.3 true
container-registry[cr] 1.3.19 true
container-service[kubernetes-service/ks] 1.0.768 true
cra 2.8.0 true
doi 0.5.4 true
schematics[sch] 1.12.32 true
secrets-manager[sm] 2.0.16 true
sl 1.5.10 false
vpc-infrastructure[infrastructure-service/is] 16.6.0 true
# ibmcloud dev
3.5.3
# java
openjdk version "11.0.31" 2026-04-21
IBM Semeru Runtime Open Edition 11.0.31.0 (build 11.0.31+11)
Eclipse OpenJ9 VM 11.0.31.0 (build 11.0.31+11-openj9-0.59.0, JRE 11 Linux amd64-64-Bit Compressed References 20260428_1734 (JIT enabled, AOT enabled)
OpenJ9 - c53b6b93f4
OMR - 6426f03fa
JCL - a8e14054ef based on jdk-11.0.31+11)
# ant
Apache Ant(TM) version 1.10.17 compiled on April 6 2026
# mvn
Apache Maven 3.9.15 (98b2cdbfdb5f1ac8781f537ea9acccaed7922349)
Maven home: /opt/IBM/maven
Java version: 11.0.31, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.18.15", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.5.0!
Here are the highlights of this release:
- Task provenance in reports and failure messages
- Type-safe accessors for precompiled Kotlin Settings plugins
For more details see https://docs.gradle.org/9.5.0/release-notes.html
------------------------------------------------------------
Gradle 9.5.0
------------------------------------------------------------
Build time: 2026-04-28 12:05:30 UTC
Revision: 3fe117d68f3907790f3809f121aa36303a9151f8
Kotlin: 2.3.20
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.31 (Eclipse OpenJ9 11.0.31+11-openj9-0.59.0)
Daemon JVM: /usr/local/jdk11 (no Daemon JVM specified, using current Java home)
OS: Linux 6.18.15 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.54.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.20
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.4.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.15.2
on linux_amd64
# cosign
v3.0.6
# tkn
0.44.1
# cf
cf8 version 8.18.3+83ce51d.2026-04-16
版本 2.93
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.93 |
sha256:7a9c4e73b0e83dc85f9fd2b47488fab3f645ee12f39508900f80463de2e70613 |
若要從正在執行的映像中檢視版本 2.93 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf cli 版本已更新為 v8.x。
這個映像檔包含下列工具:
# node
v24.14.1
# npm
11.11.0
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.52.5
# kubectl
v1.33.10
# buildctl
buildctl github.com/moby/buildkit v0.28.1 45b038cd0b2ec2d34013ce0f085522276f7ee0d8
# helm
v3.20.1+ga2369ca
# helm4
v4.1.3+gc94d381
# ibmcloud
ibmcloud 2.42.0 (178ee3978-2026-03-27T18:09:02+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.1 true
cloud-logs[logs] 0.4.0 true
cloud-object-storage 1.10.5 true
code-engine[ce] 1.62.1 true
container-registry[cr] 1.3.19 true
container-service[kubernetes-service/ks] 1.0.749 false
cra 2.8.0 true
doi 0.5.4 true
schematics[sch] 1.12.31 true
secrets-manager[sm] 2.0.15 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.5.0 true
# ibmcloud dev
3.5.2
# java
openjdk version "11.0.30" 2026-01-20
IBM Semeru Runtime Open Edition 11.0.30.1 (build 11.0.30+7)
Eclipse OpenJ9 VM 11.0.30.1 (build 11.0.30+7-openj9-0.57.0, JRE 11 Linux amd64-64-Bit Compressed References 20260223_1681 (JIT enabled, AOT enabled)
OpenJ9 - f0754f4102
OMR - c8ee95c0c
JCL - a7519b9c2b based on jdk-11.0.30+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.14 (996c630dbc656c76214ce58821dcc58be960875b)
Maven home: /opt/IBM/maven
Java version: 11.0.30, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.4.1!
Here are the highlights of this release:
- Java 26 support
- Non-class-based JVM tests
- Enhanced console progress bar
For more details see https://docs.gradle.org/9.4.1/release-notes.html
------------------------------------------------------------
Gradle 9.4.1
------------------------------------------------------------
Build time: 2026-03-19 08:46:28 UTC
Revision: 2d6327017519d23b96af35865dc997fcb544fb40
Kotlin: 2.3.0
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.30 (Eclipse OpenJ9 11.0.30+7-openj9-0.57.0)
Daemon JVM: /usr/local/jdk11 (no Daemon JVM specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.53.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.20
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.3.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.14.8
on linux_amd64
# cosign
v3.0.5
# tkn
0.44.0
# cf
cf8 version 8.18.0+fad4bcb.2026-03-04
版本 2.92
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.92 |
sha256:39811f8e6b6f1e0f3c3a47f9cb8aabd57ad3f826907d2921a9a8baa63ec12edb |
若要從正在執行的映像中檢視版本 2.92 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf cli 版本已更新為 v8.x。
這個映像檔包含下列工具:
# node
v24.14.0
# npm
11.9.0
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.52.4
# kubectl
v1.32.13
# buildctl
buildctl github.com/moby/buildkit v0.28.0 5245d869d85d9c98f986b600584c332a3b001986
# helm
v3.20.0+gb2e4314
# helm4
v4.1.1+g5caf004
# ibmcloud
ibmcloud 2.41.1 (1ed318786-2026-02-11T15:56:18+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.1 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.5 true
code-engine[ce] 1.62.0 true
container-registry[cr] 1.3.19 true
container-service[kubernetes-service/ks] 1.0.746 false
cra 2.7.5 true
doi 0.5.1 true
schematics[sch] 1.12.30 true
secrets-manager[sm] 2.0.14 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.4.0 true
# ibmcloud dev
3.5.1
# java
openjdk version "11.0.30" 2026-01-20
IBM Semeru Runtime Open Edition 11.0.30.1 (build 11.0.30+7)
Eclipse OpenJ9 VM 11.0.30.1 (build 11.0.30+7-openj9-0.57.0, JRE 11 Linux amd64-64-Bit Compressed References 20260223_1681 (JIT enabled, AOT enabled)
OpenJ9 - f0754f4102
OMR - c8ee95c0c
JCL - a7519b9c2b based on jdk-11.0.30+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.13 (39d686bd50d8e054301e3a68ad44781df6f80dda)
Maven home: /opt/IBM/maven
Java version: 11.0.30, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.4.0!
Here are the highlights of this release:
- Java 26 support
- Non-class-based JVM tests
- Enhanced console progress bar
For more details see https://docs.gradle.org/9.4.0/release-notes.html
------------------------------------------------------------
Gradle 9.4.0
------------------------------------------------------------
Build time: 2026-03-04 10:36:00 UTC
Revision: b631911858264c0b6e4d6603d677ff5218766cee
Kotlin: 2.3.0
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.30 (Eclipse OpenJ9 11.0.30+7-openj9-0.57.0)
Daemon JVM: /usr/local/jdk11 (no Daemon JVM specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.53.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.20
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.3.0
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.14.6
on linux_amd64
# cosign
v3.0.5
# tkn
0.44.0
# cf
cf8 version 8.18.0+fad4bcb.2026-03-04
版本 2.91
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.91 |
sha256:1dc8db76e90394e3797eead282294a5f7f8ac8f1150c52f116bf717957cc0c54 |
若要從正在執行的映像中檢視版本 2.91 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
這個映像檔包含下列工具:
# node
v24.14.0
# npm
11.9.0
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.52.4
# kubectl
v1.32.11
# buildctl
buildctl github.com/moby/buildkit v0.27.1 5fbebf9d177edcc7af06c36c78728fdd357bf964
# helm
v3.20.0+gb2e4314
# helm4
v4.1.1+g5caf004
# ibmcloud
ibmcloud 2.41.1 (1ed318786-2026-02-11T15:56:18+00:00)
Copyright IBM Corp. 2014, 2026
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.4 true
code-engine[ce] 1.61.0 true
container-registry[cr] 1.3.19 true
container-service[kubernetes-service/ks] 1.0.746 false
cra 2.7.2 true
doi 0.5.1 true
schematics[sch] 1.12.30 true
secrets-manager[sm] 2.0.13 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.4.0 true
# ibmcloud dev
3.5.1
# java
openjdk version "11.0.30" 2026-01-20
IBM Semeru Runtime Open Edition 11.0.30.1 (build 11.0.30+7)
Eclipse OpenJ9 VM 11.0.30.1 (build 11.0.30+7-openj9-0.57.0, JRE 11 Linux amd64-64-Bit Compressed References 20260223_1681 (JIT enabled, AOT enabled)
OpenJ9 - f0754f4102
OMR - c8ee95c0c
JCL - a7519b9c2b based on jdk-11.0.30+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.30, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.3.1!
Here are the highlights of this release:
- Test reporting improvements
- Error and warning improvements
- Build authoring improvements
For more details see https://docs.gradle.org/9.3.1/release-notes.html
------------------------------------------------------------
Gradle 9.3.1
------------------------------------------------------------
Build time: 2026-01-29 14:15:01 UTC
Revision: 44f4e8d3122ee6e7cbf5a248d7e20b4ca666bda3
Kotlin: 2.2.21
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.30 (Eclipse OpenJ9 11.0.30+7-openj9-0.57.0)
Daemon JVM: /usr/local/jdk11 (no Daemon JVM specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.53.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.20
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.14.6
on linux_amd64
# cosign
v3.0.5
# tkn
0.44.0
版本 2.90
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.90 |
sha256:3a019b449bb973982bf2602d016d13ea2cc6a8d5735a6cfa21d30d8330cf4002 |
若要從正在執行的映像中檢視版本 2.90 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
這個映像檔包含下列工具:
# node
v24.13.1
# npm
11.8.0
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.52.2
# kubectl
v1.32.11
# buildctl
buildctl github.com/moby/buildkit v0.27.1 5fbebf9d177edcc7af06c36c78728fdd357bf964
# helm
v3.20.0+gb2e4314
# helm4
v4.1.1+g5caf004
# ibmcloud
ibmcloud 2.41.0 (e3447b31a-2026-01-27T19:35:42+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.4 true
code-engine[ce] 1.61.0 true
container-registry[cr] 1.3.18 true
container-service[kubernetes-service/ks] 1.0.746 false
cra 2.7.2 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.13 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.3.0 true
# ibmcloud dev
3.5.1
# java
openjdk version "11.0.30" 2026-01-20
IBM Semeru Runtime Open Edition 11.0.30.0 (build 11.0.30+7)
Eclipse OpenJ9 VM 11.0.30.0 (build 11.0.30+7-openj9-0.57.0, JRE 11 Linux amd64-64-Bit Compressed References 20260129_1642 (JIT enabled, AOT enabled)
OpenJ9 - f0754f4102
OMR - c8ee95c0c
JCL - 8f9a3ed0a8 based on jdk-11.0.30+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.30, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.3.1!
Here are the highlights of this release:
- Test reporting improvements
- Error and warning improvements
- Build authoring improvements
For more details see https://docs.gradle.org/9.3.1/release-notes.html
------------------------------------------------------------
Gradle 9.3.1
------------------------------------------------------------
Build time: 2026-01-29 14:15:01 UTC
Revision: 44f4e8d3122ee6e7cbf5a248d7e20b4ca666bda3
Kotlin: 2.2.21
Groovy: 4.0.29
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.30 (Eclipse OpenJ9 11.0.30+7-openj9-0.57.0)
Daemon JVM: /usr/local/jdk11 (no Daemon JVM specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.20.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.52.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.20
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.14.4
on linux_amd64
# cosign
v3.0.4
# tkn
0.43.0
版本 2.89
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.89 |
sha256:a803df3ea93c159342d8dfd1bd135d78a457c57afe2ea5c89b08cb204cbbee60 |
若要從正在執行的映像中檢視版本 2.89 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
這個映像檔包含下列工具:
# node
v24.12.0
# npm
11.6.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.50.1
# kubectl
v1.32.10
# buildctl
buildctl github.com/moby/buildkit v0.26.3 c70e8e666f8f6ee3c0d83b20c338be5aedeaa97a
# helm
v3.19.4+g7cfb6e4
# helm4
v4.0.4+g8650e1d
# ibmcloud
ibmcloud 2.40.0 (e37968a5e-2025-12-09T17:44:02+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.3 true
code-engine[ce] 1.59.0 true
container-registry[cr] 1.3.18 true
container-service[kubernetes-service/ks] 1.0.746 false
cra 2.7.2 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.13 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.3.0 true
# ibmcloud dev
3.5.0
# java
openjdk version "11.0.29" 2025-10-21
IBM Semeru Runtime Open Edition 11.0.29.0 (build 11.0.29+7)
Eclipse OpenJ9 VM 11.0.29.0 (build 11.0.29+7-openj9-0.56.0, JRE 11 Linux amd64-64-Bit Compressed References 20251026_1562 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 2cbb3f02a9 based on jdk-11.0.29+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.29, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.1!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.1/release-notes.html
------------------------------------------------------------
Gradle 9.2.1
------------------------------------------------------------
Build time: 2025-11-17 13:40:48 UTC
Revision: 30ecdc708db275e8f8769ea0620f6dd919a58f76
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.29 (Eclipse OpenJ9 11.0.29+7-openj9-0.56.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.52.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.1.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.14.3
on linux_amd64
# cosign
v3.0.3
# tkn
0.43.0
版本 2.88
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.88 |
sha256:55ee6d6b37c63736c9792ebc8f790af70d7f993250584c9a06856c6abdeaf980 |
若要從正在執行的映像中檢視版本 2.88 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
這個映像檔包含下列工具:
# node
v24.12.0
# npm
11.6.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.50.1
# kubectl
v1.32.10
# buildctl
buildctl github.com/moby/buildkit v0.26.3 c70e8e666f8f6ee3c0d83b20c338be5aedeaa97a
# helm
v3.19.4+g7cfb6e4
# helm4
v4.0.4+g8650e1d
# ibmcloud
ibmcloud 2.40.0 (e37968a5e-2025-12-09T17:44:02+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.3 true
code-engine[ce] 1.59.0 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.745 false
cra 2.6.0 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.13 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.2.1 true
# ibmcloud dev
3.5.0
# java
openjdk version "11.0.29" 2025-10-21
IBM Semeru Runtime Open Edition 11.0.29.0 (build 11.0.29+7)
Eclipse OpenJ9 VM 11.0.29.0 (build 11.0.29+7-openj9-0.56.0, JRE 11 Linux amd64-64-Bit Compressed References 20251026_1562 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 2cbb3f02a9 based on jdk-11.0.29+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.29, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.1!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.1/release-notes.html
------------------------------------------------------------
Gradle 9.2.1
------------------------------------------------------------
Build time: 2025-11-17 13:40:48 UTC
Revision: 30ecdc708db275e8f8769ea0620f6dd919a58f76
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.29 (Eclipse OpenJ9 11.0.29+7-openj9-0.56.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.52.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.1.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.14.3
on linux_amd64
# cosign
v3.0.3
# tkn
0.43.0
版本 2.87
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.87 |
sha256:715bfaa7e4bea2bd4fe00193dd15cd8e27d54e1902f22215be5287c0a00dcbb0 |
若要從正在執行的映像中檢視版本 2.87 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
這個映像檔包含下列工具:
# node
v24.12.0
# npm
11.6.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.50.1
# kubectl
v1.32.10
# buildctl
buildctl github.com/moby/buildkit v0.26.3 c70e8e666f8f6ee3c0d83b20c338be5aedeaa97a
# helm
v3.19.4+g7cfb6e4
# helm4
v4.0.4+g8650e1d
# ibmcloud
ibmcloud 2.40.0 (e37968a5e-2025-12-09T17:44:02+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
cloud-object-storage 1.10.3 true
code-engine[ce] 1.58.1 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.732 false
cra 2.6.0 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.12 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 16.1.0 true
# ibmcloud dev
3.5.0
# java
openjdk version "11.0.29" 2025-10-21
IBM Semeru Runtime Open Edition 11.0.29.0 (build 11.0.29+7)
Eclipse OpenJ9 VM 11.0.29.0 (build 11.0.29+7-openj9-0.56.0, JRE 11 Linux amd64-64-Bit Compressed References 20251026_1562 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 2cbb3f02a9 based on jdk-11.0.29+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.29, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.1!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.1/release-notes.html
------------------------------------------------------------
Gradle 9.2.1
------------------------------------------------------------
Build time: 2025-11-17 13:40:48 UTC
Revision: 30ecdc708db275e8f8769ea0620f6dd919a58f76
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.29 (Eclipse OpenJ9 11.0.29+7-openj9-0.56.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.52.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.1.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.14.3
on linux_amd64
# cosign
v3.0.3
# tkn
0.43.0
版本 2.86
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.86 |
sha256:e154e5d7f2f32cbb33b411c4e65411309d97f4fe668d0b4b9f10f146cd9bd518 |
若要從正在執行的映像中檢視版本 2.86 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
此映像提供 helm4 可執行檔,您可以用它來測試您的 helm 工作流程。 未來,這將是唯一可用的 helm 版本。 目前,helm 仍預設為 3.x 分支中的最新版本。
cf 指令可用於能夠連線到第三方 Cloud Foundry 實體。
這個映像檔包含下列工具:
# node
v24.11.1
# npm
11.6.2
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.49.2
# kubectl
v1.32.9
# buildctl
buildctl github.com/moby/buildkit v0.26.2 be1f38efe73c6a93cc429a0488ad6e1db663398c
# helm
v3.19.2+g8766e71
# helm4
v4.0.1+g12500dd
# ibmcloud
ibmcloud 2.39.0 (3b2091dbc-2025-11-24T01:37:27+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.19.0 true
cloud-logs[logs] 0.3.0 true
code-engine[ce] 1.57.0 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.732 false
cra 2.6.0 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.12 true
sl 1.5.8 false
vpc-infrastructure[infrastructure-service/is] 15.1.0 true
# ibmcloud dev
3.4.1
# java
openjdk version "11.0.29" 2025-10-21
IBM Semeru Runtime Open Edition 11.0.29.0 (build 11.0.29+7)
Eclipse OpenJ9 VM 11.0.29.0 (build 11.0.29+7-openj9-0.56.0, JRE 11 Linux amd64-64-Bit Compressed References 20251026_1562 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 2cbb3f02a9 based on jdk-11.0.29+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.29, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.1!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.1/release-notes.html
------------------------------------------------------------
Gradle 9.2.1
------------------------------------------------------------
Build time: 2025-11-17 13:40:48 UTC
Revision: 30ecdc708db275e8f8769ea0620f6dd919a58f76
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.29 (Eclipse OpenJ9 11.0.29+7-openj9-0.56.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.52.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
29.0.4
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.14.0
on linux_amd64
# cosign
v3.0.2
# tkn
0.43.0
版本 2.85
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.85 |
sha256:25392b37ab534ed3c76e96e516a406113ae93cf088bb78ac2852d38f4c370441 |
若要從正在執行的映像中檢視版本 2.85 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 nvm 可執行檔已從 2.x 影像中移除。
helm3 是唯一支援的 helm 版本。
yq 2.x 和 3.x 已從 2.x 影像中移除。 根據預設,yq 工具現在使用其最新的 4.x 版本。 如果您需要較舊的工具版本,請繼續使用 2.84 或 3.71,直到您的腳本更新為止。
這個映像檔包含下列工具:
# node
v24.11.0
# npm
11.6.1
# jq
jq-1.8.1
# yq
yq (https://github.com/mikefarah/yq/) version v4.48.1
# kubectl
v1.32.9
# buildctl
buildctl github.com/moby/buildkit v0.25.1 1d4469a951d329d6815394b21084aeca512fcb0d
# helm
v3.19.0+g3d8990f
# ibmcloud
ibmcloud 2.38.0 (143736126-2025-10-30T16:28:18+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.3.0 true
code-engine[ce] 1.55.2 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.727 false
cra 2.6.0 true
doi 0.5.1 true
schematics[sch] 1.12.29 true
secrets-manager[sm] 2.0.12 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 15.0.0 true
# ibmcloud dev
3.4.0
# java
openjdk version "11.0.29" 2025-10-21
IBM Semeru Runtime Open Edition 11.0.29.0 (build 11.0.29+7)
Eclipse OpenJ9 VM 11.0.29.0 (build 11.0.29+7-openj9-0.56.0, JRE 11 Linux amd64-64-Bit Compressed References 20251026_1562 (JIT enabled, AOT enabled)
OpenJ9 - 14b3b2de26
OMR - d4c7e3040
JCL - 2cbb3f02a9 based on jdk-11.0.29+7)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.29, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.2.0!
Here are the highlights of this release:
- Windows ARM support
- Improved publishing APIs
- Better guidance for dependency verification failures
For more details see https://docs.gradle.org/9.2.0/release-notes.html
------------------------------------------------------------
Gradle 9.2.0
------------------------------------------------------------
Build time: 2025-10-29 13:53:23 UTC
Revision: d9d6bbce03b3d88c67ef5a0ff31f7ae5e332d6bf
Kotlin: 2.2.20
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.29 (Eclipse OpenJ9 11.0.29+7-openj9-0.56.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.51.2
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.5.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.13.4
on linux_amd64
# cosign
v3.0.2
# tkn
0.42.0
版本 2.84
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.84 |
sha256:c01ac99562c6be6248bb3e3d7e091e22eda6030e0e762574ac2b0dc39097902a |
若要從正在執行的映像中檢視版本 2.84 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.20.0
# npm
10.9.3
# jq
jq-1.8.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.48.1
# kubectl
v1.32.9
# buildctl
buildctl github.com/moby/buildkit v0.25.1 1d4469a951d329d6815394b21084aeca512fcb0d
# helm
v3.19.0+g3d8990f
# ibmcloud
ibmcloud 2.37.1 (8cc6b022b-2025-09-26T18:37:10+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.55.2 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.724 false
cra 2.6.0 true
doi 0.5.1 true
schematics[sch] 1.12.28 true
secrets-manager[sm] 2.0.12 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 15.0.0 true
# ibmcloud dev
3.3.7
# java
openjdk version "11.0.28" 2025-07-15
IBM Semeru Runtime Open Edition 11.0.28.0 (build 11.0.28+6)
Eclipse OpenJ9 VM 11.0.28.0 (build openj9-0.53.0, JRE 11 Linux amd64-64-Bit Compressed References 20250722_1472 (JIT enabled, AOT enabled)
OpenJ9 - 017819f167
OMR - 266a8c6f5
JCL - 36f5ad5848 based on jdk-11.0.28+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.28, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.1.0!
Here are the highlights of this release:
- Full Java 25 support
- Native task graph visualization
- Enhanced console output
For more details see https://docs.gradle.org/9.1.0/release-notes.html
------------------------------------------------------------
Gradle 9.1.0
------------------------------------------------------------
Build time: 2025-09-18 13:05:56 UTC
Revision: e45a8dbf2470c2e2474ccc25be9f49331406a07e
Kotlin: 2.2.0
Groovy: 4.0.28
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.28 (Eclipse OpenJ9 openj9-0.53.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.51.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.5.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.13.4
on linux_amd64
# cosign
v3.0.2
# tkn
0.42.0
版本 2.83
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.83 |
sha256:6df3db3251200bc61aa4b85ffec03132c351f4dc4549d21a5446fff8ccadaca5 |
若要從正在執行的映像中檢視版本 2.83 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.19.0
# npm
10.9.3
# jq
jq-1.8.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.47.2
# kubectl
v1.32.9
# buildctl
buildctl github.com/moby/buildkit v0.24.0 b772c318368090fb2ffc9c0fed92e0a35bf82389
# helm
v3.19.0+g3d8990f
# ibmcloud
ibmcloud 2.36.0 (f7f678a70-2025-08-20T23:50:09+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.54.5 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.717 false
cra 2.6.0 true
doi 0.5.0 true
schematics[sch] 1.12.28 true
secrets-manager[sm] 2.0.12 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 14.4.0 true
# ibmcloud dev
3.3.6
# java
openjdk version "11.0.28" 2025-07-15
IBM Semeru Runtime Open Edition 11.0.28.0 (build 11.0.28+6)
Eclipse OpenJ9 VM 11.0.28.0 (build openj9-0.53.0, JRE 11 Linux amd64-64-Bit Compressed References 20250722_1472 (JIT enabled, AOT enabled)
OpenJ9 - 017819f167
OMR - 266a8c6f5
JCL - 36f5ad5848 based on jdk-11.0.28+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.28, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.0.0!
Here are the highlights of this release:
- Configuration Cache is the recommended execution mode
- Gradle requires JVM 17 or higher to run
- Build scripts use Kotlin 2.2 and Groovy 4.0
- Improved Kotlin DSL script compilation avoidance
For more details see https://docs.gradle.org/9.0.0/release-notes.html
------------------------------------------------------------
Gradle 9.0.0
------------------------------------------------------------
Build time: 2025-07-31 16:35:12 UTC
Revision: 328772c6bae126949610a8beb59cb227ee580241
Kotlin: 2.2.0
Groovy: 4.0.27
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.28 (Eclipse OpenJ9 openj9-0.53.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.51.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.4.0
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.13.2
on linux_amd64
# cosign
v2.6.0
版本 2.82
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.82 |
sha256:ebd864bd02105b3d2ff5a1291a205fea60681b5012a2815f05f21958a48e9a70 |
若要從正在執行的映像中檢視版本 2.82 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.19.0
# npm
10.9.3
# jq
jq-1.8.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.47.1
# kubectl
v1.32.8
# buildctl
buildctl github.com/moby/buildkit v0.23.2 40b2ede0ac0a37030f9959b4a28e9c6c8ea036e7
# helm
v3.18.6+gb76a950
# ibmcloud
ibmcloud 2.36.0 (f7f678a70-2025-08-20T23:50:09+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.54.3 true
container-registry[cr] 1.3.16 true
container-service[kubernetes-service/ks] 1.0.715 false
cra 2.6.0 true
doi 0.5.0 true
schematics[sch] 1.12.28 true
secrets-manager[sm] 2.0.12 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 14.4.0 true
# ibmcloud dev
3.3.6
# java
openjdk version "11.0.28" 2025-07-15
IBM Semeru Runtime Open Edition 11.0.28.0 (build 11.0.28+6)
Eclipse OpenJ9 VM 11.0.28.0 (build openj9-0.53.0, JRE 11 Linux amd64-64-Bit Compressed References 20250722_1472 (JIT enabled, AOT enabled)
OpenJ9 - 017819f167
OMR - 266a8c6f5
JCL - 36f5ad5848 based on jdk-11.0.28+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.28, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.0.0!
Here are the highlights of this release:
- Configuration Cache is the recommended execution mode
- Gradle requires JVM 17 or higher to run
- Build scripts use Kotlin 2.2 and Groovy 4.0
- Improved Kotlin DSL script compilation avoidance
For more details see https://docs.gradle.org/9.0.0/release-notes.html
------------------------------------------------------------
Gradle 9.0.0
------------------------------------------------------------
Build time: 2025-07-31 16:35:12 UTC
Revision: 328772c6bae126949610a8beb59cb227ee580241
Kotlin: 2.2.0
Groovy: 4.0.27
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.28 (Eclipse OpenJ9 openj9-0.53.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.9
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.51.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.3.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.5
# terraform
Terraform v1.13.1
on linux_amd64
# cosign
v2.5.3
版本 2.81
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.81 |
sha256:cedfbd029c902d212c2e2c42c41c7c12fdf815c32e5b1905c81a8bdd771c3b67 |
若要從正在執行的映像中檢視版本 2.81 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.18.0
# npm
10.9.3
# jq
jq-1.8.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.47.1
# kubectl
v1.32.7
# buildctl
buildctl github.com/moby/buildkit v0.23.2 40b2ede0ac0a37030f9959b4a28e9c6c8ea036e7
# helm
v3.18.4+gd80839c
# ibmcloud
ibmcloud 2.35.1 (733f615-2025-08-05T14:49:49+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.54.1 true
container-registry[cr] 1.3.15 true
container-service[kubernetes-service/ks] 1.0.714 false
cra 2.6.0 true
doi 0.5.0 true
schematics[sch] 1.12.28 true
secrets-manager[sm] 2.0.11 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 14.3.0 true
# ibmcloud dev
3.3.6
# java
openjdk version "11.0.28" 2025-07-15
IBM Semeru Runtime Open Edition 11.0.28.0 (build 11.0.28+6)
Eclipse OpenJ9 VM 11.0.28.0 (build openj9-0.53.0, JRE 11 Linux amd64-64-Bit Compressed References 20250722_1472 (JIT enabled, AOT enabled)
OpenJ9 - 017819f167
OMR - 266a8c6f5
JCL - 36f5ad5848 based on jdk-11.0.28+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.28, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 9.0.0!
Here are the highlights of this release:
- Configuration Cache is the recommended execution mode
- Gradle requires JVM 17 or higher to run
- Build scripts use Kotlin 2.2 and Groovy 4.0
- Improved Kotlin DSL script compilation avoidance
For more details see https://docs.gradle.org/9.0.0/release-notes.html
------------------------------------------------------------
Gradle 9.0.0
------------------------------------------------------------
Build time: 2025-07-31 16:35:12 UTC
Revision: 328772c6bae126949610a8beb59cb227ee580241
Kotlin: 2.2.0
Groovy: 4.0.27
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.28 (Eclipse OpenJ9 openj9-0.53.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.50.1
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.3.3
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.30.2
# terraform
Terraform v1.12.2
on linux_amd64
# cosign
v2.5.3
版本 2.79
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.79 |
sha256:eb811dfa993dbac88aa77f099bd250d02363ca828f16883985e455dfee60bd19 |
若要從正在執行的映像中檢視版本 2.79 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.17.1
# npm
10.9.2
# jq
jq-1.8.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.46.1
# kubectl
v1.30.14
# buildctl
buildctl github.com/moby/buildkit v0.23.2 40b2ede0ac0a37030f9959b4a28e9c6c8ea036e7
# helm
v3.18.4+gd80839c
# ibmcloud
ibmcloud 2.35.0 (50f8601-2025-07-14T19:06:54+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.18.1 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.54.0 true
container-registry[cr] 1.3.14 true
container-service[kubernetes-service/ks] 1.0.712 false
cra 2.5.0 true
doi 0.4.9 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.11 true
sl 1.5.7 false
vpc-infrastructure[infrastructure-service/is] 14.1.0 true
# ibmcloud dev
3.3.6
# java
openjdk version "11.0.27" 2025-04-15
IBM Semeru Runtime Open Edition 11.0.27.0 (build 11.0.27+6)
Eclipse OpenJ9 VM 11.0.27.0 (build openj9-0.51.0, JRE 11 Linux amd64-64-Bit Compressed References 20250504_1402 (JIT enabled, AOT enabled)
OpenJ9 - 31cf5538b0
OMR - 9bcff94a2
JCL - 3e17c0897e based on jdk-11.0.27+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.27, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14.3!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14.3/release-notes.html
------------------------------------------------------------
Gradle 8.14.3
------------------------------------------------------------
Build time: 2025-07-04 13:15:44 UTC
Revision: e5ee1df3d88b8ca3a8074787a94f373e3090e1db
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.27 (Eclipse OpenJ9 openj9-0.51.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.3
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.50.1
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.3.0
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.30.2
# terraform
Terraform v1.12.2
on linux_amd64
# cosign
v2.5.2
版本 2.78
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.78 |
sha256:daf99b135fb44366a2652d7fc71b8e5249afa2fd9332675030552ccc0581ea72 |
若要從正在執行的映像中檢視版本 2.78 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.17.0
# npm
10.9.2
# jq
jq-1.8.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.4
# kubectl
v1.30.14
# buildctl
buildctl github.com/moby/buildkit v0.23.2 40b2ede0ac0a37030f9959b4a28e9c6c8ea036e7
# helm
v3.18.3+g6838ebc
# ibmcloud
ibmcloud 2.34.2 (668ef05-2025-06-18T13:38:28+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.53.3 true
container-registry[cr] 1.3.14 true
container-service[kubernetes-service/ks] 1.0.706 false
cra 2.4.3 true
doi 0.4.9 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.11 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 13.2.0 true
# ibmcloud dev
3.3.5
# java
openjdk version "11.0.27" 2025-04-15
IBM Semeru Runtime Open Edition 11.0.27.0 (build 11.0.27+6)
Eclipse OpenJ9 VM 11.0.27.0 (build openj9-0.51.0, JRE 11 Linux amd64-64-Bit Compressed References 20250504_1402 (JIT enabled, AOT enabled)
OpenJ9 - 31cf5538b0
OMR - 9bcff94a2
JCL - 3e17c0897e based on jdk-11.0.27+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.27, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14.2!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14.2/release-notes.html
------------------------------------------------------------
Gradle 8.14.2
------------------------------------------------------------
Build time: 2025-06-05 13:32:01 UTC
Revision: 30db2a3bdfffa9f8b40e798095675f9dab990a9a
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.27 (Eclipse OpenJ9 openj9-0.51.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.19.1
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.49.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.3.0
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.30.2
# terraform
Terraform v1.12.2
on linux_amd64
# cosign
v2.5.2
版本 2.77
| IBM Cloud Container Registry 版本 | sha256 值 |
|---|---|
icr.io/continuous-delivery/pipeline/pipeline-base-image:2.77 |
sha256:b7fcdacfd27d7e08ccbe7cfcace150f1847149685dd6edf93121cd1daa35f069 |
若要從正在執行的映像中檢視版本 2.77 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.16.0
# npm
10.9.2
# jq
jq-1.8.0
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.4
# kubectl
v1.30.12
# buildctl
buildctl github.com/moby/buildkit v0.22.0 13cf07c97baebd3d5603feecc03f5a46ac98d2a5
# helm
v3.18.2+g04cad46
# ibmcloud
ibmcloud 2.34.1 (14a2a87-2025-05-19T22:22:44+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.53.1 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.4.2 true
doi 0.4.8 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.11 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 13.1.0 true
# ibmcloud dev
3.3.5
# java
openjdk version "11.0.27" 2025-04-15
IBM Semeru Runtime Open Edition 11.0.27.0 (build 11.0.27+6)
Eclipse OpenJ9 VM 11.0.27.0 (build openj9-0.51.0, JRE 11 Linux amd64-64-Bit Compressed References 20250504_1402 (JIT enabled, AOT enabled)
OpenJ9 - 31cf5538b0
OMR - 9bcff94a2
JCL - 3e17c0897e based on jdk-11.0.27+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.27, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14.2!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14.2/release-notes.html
------------------------------------------------------------
Gradle 8.14.2
------------------------------------------------------------
Build time: 2025-06-05 13:32:01 UTC
Revision: 30db2a3bdfffa9f8b40e798095675f9dab990a9a
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.27 (Eclipse OpenJ9 openj9-0.51.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.15
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.49.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.2.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.30.1
# terraform
Terraform v1.12.1
on linux_amd64
# cosign
v2.5.0
版本 2.76
若要從正在執行的映像中檢視版本 2.76 的內容,請輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.16.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.4
# kubectl
v1.30.12
# buildctl
buildctl github.com/moby/buildkit v0.22.0 13cf07c97baebd3d5603feecc03f5a46ac98d2a5
# helm
v3.18.0+gcc58e3f
# ibmcloud
ibmcloud 2.34.1 (14a2a87-2025-05-19T22:22:44+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.53.0 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.4.2 true
doi 0.4.8 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.11 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 13.1.0 true
# ibmcloud dev
3.3.5
# java
openjdk version "11.0.27" 2025-04-15
IBM Semeru Runtime Open Edition 11.0.27.0 (build 11.0.27+6)
Eclipse OpenJ9 VM 11.0.27.0 (build openj9-0.51.0, JRE 11 Linux amd64-64-Bit Compressed References 20250504_1402 (JIT enabled, AOT enabled)
OpenJ9 - 31cf5538b0
OMR - 9bcff94a2
JCL - 3e17c0897e based on jdk-11.0.27+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.27, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14.1!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14.1/release-notes.html
------------------------------------------------------------
Gradle 8.14.1
------------------------------------------------------------
Build time: 2025-05-22 13:44:09 UTC
Revision: c174b82566a79e3575bac8c7648c7b36cd815e94
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.27 (Eclipse OpenJ9 openj9-0.51.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.13
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.49.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.1.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.30.0
# terraform
Terraform v1.12.1
on linux_amd64
# cosign
v2.5.0
版本 2.75
若要檢視版本 2.75 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.15.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.3
# kubectl
v1.30.12
# buildctl
buildctl github.com/moby/buildkit v0.21.1 66735c67040bc80e6ed104f451683e094030a4e1
# helm
v3.17.3+ge4da497
# ibmcloud
ibmcloud 2.34.0 (a27a21c-2025-04-30T15:01:15+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.52.2 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.4.1 true
doi 0.4.8 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.11 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 13.1.0 true
# ibmcloud dev
3.3.4
# java
openjdk version "11.0.27" 2025-04-15
IBM Semeru Runtime Open Edition 11.0.27.0 (build 11.0.27+6)
Eclipse OpenJ9 VM 11.0.27.0 (build openj9-0.51.0, JRE 11 Linux amd64-64-Bit Compressed References 20250504_1402 (JIT enabled, AOT enabled)
OpenJ9 - 31cf5538b0
OMR - 9bcff94a2
JCL - 3e17c0897e based on jdk-11.0.27+6)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.27, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14/release-notes.html
------------------------------------------------------------
Gradle 8.14
------------------------------------------------------------
Build time: 2025-04-25 09:29:08 UTC
Revision: 34c560e3be961658a6fbcd7170ec2443a228b109
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.27 (Eclipse OpenJ9 openj9-0.51.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.11
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.49.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.1.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.30.0
# terraform
Terraform v1.11.4
on linux_amd64
# cosign
v2.5.0
版本 2.74
若要檢視版本 2.74 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.15.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.12
# buildctl
buildctl github.com/moby/buildkit v0.21.0 52b004d2afe20c5c80967cc1784e718b52d69dae
# helm
v3.17.3+ge4da497
# ibmcloud
ibmcloud 2.33.1 (424a5a4-2025-04-08T17:48:33+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.52.1 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.4.1 true
doi 0.4.8 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.10 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 13.1.0 true
# ibmcloud dev
3.3.3
# java
openjdk version "11.0.26" 2025-01-21
IBM Semeru Runtime Open Edition 11.0.26.0 (build 11.0.26+4)
Eclipse OpenJ9 VM 11.0.26.0 (build openj9-0.49.0, JRE 11 Linux amd64-64-Bit Compressed References 20250205_1317 (JIT enabled, AOT enabled)
OpenJ9 - 3c3d179854
OMR - e49875871
JCL - 674ad23a80 based on jdk-11.0.26+4)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.26, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.14!
Here are the highlights of this release:
- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements
For more details see https://docs.gradle.org/8.14/release-notes.html
------------------------------------------------------------
Gradle 8.14
------------------------------------------------------------
Build time: 2025-04-25 09:29:08 UTC
Revision: 34c560e3be961658a6fbcd7170ec2443a228b109
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.26 (Eclipse OpenJ9 openj9-0.49.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.9
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.49.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.0.4
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.29.3
# terraform
Terraform v1.11.4
on linux_amd64
# cosign
v2.5.0
版本 2.73
若要檢視版本 2.73 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.14.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.11
# buildctl
buildctl github.com/moby/buildkit v0.20.2 97437fdd7e32f29bb80288d800cd4ffcb34e1c15
# helm
v3.17.3+ge4da497
# ibmcloud
ibmcloud 2.33.1 (424a5a4-2025-04-08T17:48:33+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.52.1 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.4.0 true
doi 0.4.8 true
schematics[sch] 1.12.26 true
secrets-manager[sm] 2.0.10 true
sl 1.5.6 false
vpc-infrastructure[infrastructure-service/is] 12.6.0 true
# ibmcloud dev
3.3.3
# java
openjdk version "11.0.26" 2025-01-21
IBM Semeru Runtime Open Edition 11.0.26.0 (build 11.0.26+4)
Eclipse OpenJ9 VM 11.0.26.0 (build openj9-0.49.0, JRE 11 Linux amd64-64-Bit Compressed References 20250205_1317 (JIT enabled, AOT enabled)
OpenJ9 - 3c3d179854
OMR - e49875871
JCL - 674ad23a80 based on jdk-11.0.26+4)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.26, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.13!
Here are the highlights of this release:
- Daemon JVM auto-provisioning
- Enhancements for Scala plugin and JUnit testing
- Improvements for build authors and plugin developers
For more details see https://docs.gradle.org/8.13/release-notes.html
------------------------------------------------------------
Gradle 8.13
------------------------------------------------------------
Build time: 2025-02-25 09:22:14 UTC
Revision: 073314332697ba45c16c0a0ce1891fa6794179ff
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.26 (Eclipse OpenJ9 openj9-0.49.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.49.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.0.4
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.29.3
# terraform
Terraform v1.11.4
on linux_amd64
# cosign
v2.5.0
版本 2.72
若要檢視版本 2.72 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.14.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.10
# buildctl
buildctl github.com/moby/buildkit v0.20.1 de56a3c5056341667b5bad71f414ece70b50724f
# helm
v3.17.2+gcc0bbbd
# ibmcloud
ibmcloud 2.32.2 (c23867a-2025-02-06T19:48:11+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.51.3 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.687 false
cra 2.3.6 true
doi 0.4.8 true
schematics[sch] 1.12.25 true
secrets-manager[sm] 2.0.10 true
sl 1.5.5 false
vpc-infrastructure[infrastructure-service/is] 12.5.0 true
# ibmcloud dev
3.3.1
# java
openjdk version "11.0.26" 2025-01-21
IBM Semeru Runtime Open Edition 11.0.26.0 (build 11.0.26+4)
Eclipse OpenJ9 VM 11.0.26.0 (build openj9-0.49.0, JRE 11 Linux amd64-64-Bit Compressed References 20250205_1317 (JIT enabled, AOT enabled)
OpenJ9 - 3c3d179854
OMR - e49875871
JCL - 674ad23a80 based on jdk-11.0.26+4)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.26, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.13!
Here are the highlights of this release:
- Daemon JVM auto-provisioning
- Enhancements for Scala plugin and JUnit testing
- Improvements for build authors and plugin developers
For more details see https://docs.gradle.org/8.13/release-notes.html
------------------------------------------------------------
Gradle 8.13
------------------------------------------------------------
Build time: 2025-02-25 09:22:14 UTC
Revision: 073314332697ba45c16c0a0ce1891fa6794179ff
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.26 (Eclipse OpenJ9 openj9-0.49.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.49.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.0.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.29.2
# terraform
Terraform v1.11.2
on linux_amd64
# cosign
v2.4.3
版本 2.71
若要檢視版本 2.71 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.14.0
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.10
# buildctl
buildctl github.com/moby/buildkit v0.20.0 121ecd5b9083b8eef32183cd404dd13e15b4a3df
# helm
v3.17.1+g980d8ac
# ibmcloud
ibmcloud 2.32.2 (c23867a-2025-02-06T19:48:11+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.51.0 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.679 false
cra 2.3.6 true
doi 0.4.8 true
schematics[sch] 1.12.25 true
secrets-manager[sm] 2.0.10 true
sl 1.5.5 false
vpc-infrastructure[infrastructure-service/is] 12.4.0 true
# ibmcloud dev
3.3.1
# java
openjdk version "11.0.26" 2025-01-21
IBM Semeru Runtime Open Edition 11.0.26.0 (build 11.0.26+4)
Eclipse OpenJ9 VM 11.0.26.0 (build openj9-0.49.0, JRE 11 Linux amd64-64-Bit Compressed References 20250205_1317 (JIT enabled, AOT enabled)
OpenJ9 - 3c3d179854
OMR - e49875871
JCL - 674ad23a80 based on jdk-11.0.26+4)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.26, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.13!
Here are the highlights of this release:
- Daemon JVM auto-provisioning
- Enhancements for Scala plugin and JUnit testing
- Improvements for build authors and plugin developers
For more details see https://docs.gradle.org/8.13/release-notes.html
------------------------------------------------------------
Gradle 8.13
------------------------------------------------------------
Build time: 2025-02-25 09:22:14 UTC
Revision: 073314332697ba45c16c0a0ce1891fa6794179ff
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.26 (Eclipse OpenJ9 openj9-0.49.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.18.1
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.48.1
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
28.0.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.29.2
# terraform
Terraform v1.11.0
on linux_amd64
# cosign
v2.4.3
版本 2.70
若要檢視版本 2.70 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.13.1
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.9
# buildctl
buildctl github.com/moby/buildkit v0.19.0 3637d1b15a13fc3cdd0c16fcf3be0845ae68f53d
# helm
v3.17.0+g301108e
# ibmcloud
ibmcloud 2.32.2 (c23867a-2025-02-06T19:48:11+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.50.10 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.674 false
cra 2.3.4 false
doi 0.4.7 false
schematics[sch] 1.12.25 true
secrets-manager[sm] 2.0.9 true
sl 1.5.5 false
vpc-infrastructure[infrastructure-service/is] 12.2.0 true
# ibmcloud dev
3.3.1
# java
openjdk version "11.0.25" 2024-10-15
IBM Semeru Runtime Open Edition 11.0.25.0 (build 11.0.25+9)
Eclipse OpenJ9 VM 11.0.25.0 (build openj9-0.48.0, JRE 11 Linux amd64-64-Bit Compressed References 20241107_1233 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - edded3f65c based on jdk-11.0.25+9)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.25, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.12.1!
Here are the highlights of this release:
- Enhanced error and warning reporting with the Problems API
- File-system watching support on Alpine Linux
- Build and test Swift 6 libraries and apps
For more details see https://docs.gradle.org/8.12.1/release-notes.html
------------------------------------------------------------
Gradle 8.12.1
------------------------------------------------------------
Build time: 2025-01-24 12:55:12 UTC
Revision: 0b1ee1ff81d1f4a26574ff4a362ac9180852b140
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.25 (Eclipse OpenJ9 openj9-0.48.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.17.14
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.48.1
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
27.5.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.29.2
# terraform
Terraform v1.10.5
on linux_amd64
# cosign
v2.4.2
版本 2.69
若要檢視版本 2.69 的內容,請在正在運行的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.13.1
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.9
# buildctl
buildctl github.com/moby/buildkit v0.19.0 3637d1b15a13fc3cdd0c16fcf3be0845ae68f53d
# helm
v3.17.0+g301108e
# ibmcloud
ibmcloud 2.32.2 (c23867a-2025-02-06T19:48:11+00:00)
Copyright IBM Corp. 2014, 2025
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.17.0 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.50.10 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.674 false
cra 2.3.4 false
doi 0.4.7 false
schematics[sch] 1.12.25 true
secrets-manager[sm] 2.0.9 true
sl 1.5.5 false
vpc-infrastructure[infrastructure-service/is] 12.2.0 true
# ibmcloud dev
3.3.1
# java
openjdk version "11.0.25" 2024-10-15
IBM Semeru Runtime Open Edition 11.0.25.0 (build 11.0.25+9)
Eclipse OpenJ9 VM 11.0.25.0 (build openj9-0.48.0, JRE 11 Linux amd64-64-Bit Compressed References 20241107_1233 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - edded3f65c based on jdk-11.0.25+9)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.25, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.12.1!
Here are the highlights of this release:
- Enhanced error and warning reporting with the Problems API
- File-system watching support on Alpine Linux
- Build and test Swift 6 libraries and apps
For more details see https://docs.gradle.org/8.12.1/release-notes.html
------------------------------------------------------------
Gradle 8.12.1
------------------------------------------------------------
Build time: 2025-01-24 12:55:12 UTC
Revision: 0b1ee1ff81d1f4a26574ff4a362ac9180852b140
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.25 (Eclipse OpenJ9 openj9-0.48.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
Client Version: 4.17.14
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.48.1
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
27.5.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.29.2
# terraform
Terraform v1.10.5
on linux_amd64
# cosign
v2.4.2
版本 2.68
若要檢視版本 2.68 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.13.1
# npm
10.9.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.45.1
# kubectl
v1.30.9
# buildctl
buildctl github.com/moby/buildkit v0.19.0 3637d1b15a13fc3cdd0c16fcf3be0845ae68f53d
# helm
v3.17.0+g301108e
# ibmcloud
ibmcloud 2.31.0 (6b1eddc-2024-12-05T17:30:20+00:00)
Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-internet-services[cis] 1.16.4 true
cloud-logs[logs] 0.2.0 true
code-engine[ce] 1.50.9 true
container-registry[cr] 1.3.13 true
container-service[kubernetes-service/ks] 1.0.674 false
cra 2.3.4 false
doi 0.4.7 false
schematics[sch] 1.12.25 true
secrets-manager[sm] 2.0.9 true
sl 1.5.5 false
vpc-infrastructure[infrastructure-service/is] 12.2.0 true
# ibmcloud dev
3.3.0
# java
openjdk version "11.0.25" 2024-10-15
IBM Semeru Runtime Open Edition 11.0.25.0 (build 11.0.25+9)
Eclipse OpenJ9 VM 11.0.25.0 (build openj9-0.48.0, JRE 11 Linux amd64-64-Bit Compressed References 20241107_1233 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - edded3f65c based on jdk-11.0.25+9)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.25, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.8.0-51-generic", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.12.1!
Here are the highlights of this release:
- Enhanced error and warning reporting with the Problems API
- File-system watching support on Alpine Linux
- Build and test Swift 6 libraries and apps
For more details see https://docs.gradle.org/8.12.1/release-notes.html
------------------------------------------------------------
Gradle 8.12.1
------------------------------------------------------------
Build time: 2025-01-24 12:55:12 UTC
Revision: 0b1ee1ff81d1f4a26574ff4a362ac9180852b140
Kotlin: 2.0.21
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 11.0.25 (Eclipse OpenJ9 openj9-0.48.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.8.0-51-generic amd64
# oc
Client Version: 4.17.12
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.48.1
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
27.5.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.29.1
# terraform
Terraform v1.10.5
on linux_amd64
# cosign
v2.4.1
2.67 版
若要檢視版本 2.67 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v22.11.0
# npm
10.9.0
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.5
# kubectl
v1.29.8
# buildctl
buildctl github.com/moby/buildkit v0.17.2 a3d734228b860a215f8a336e3983d35cbfaf08d8
# helm
v3.16.3+gcfd0749
# ibmcloud
ibmcloud 2.30.0 (30a8eda-2024-11-05T20:52:46+00:00)
Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.4 true
cloud-logs[logs] 0.1.2 true
code-engine[ce] 1.50.7 true
container-registry[cr] 1.3.12 true
container-service[kubernetes-service/ks] 1.0.674 false
cra 2.3.2 false
doi 0.4.7 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.9 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 12.0.0 true
# ibmcloud dev
3.2.1
# java
openjdk version "11.0.25" 2024-10-15
IBM Semeru Runtime Open Edition 11.0.25.0 (build 11.0.25+9)
Eclipse OpenJ9 VM 11.0.25.0 (build openj9-0.48.0, JRE 11 Linux amd64-64-Bit Compressed References 20241107_1233 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - edded3f65c based on jdk-11.0.25+9)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.25, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.58", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.11.1!
Here are the highlights of this release:
- Parallel load and store for Configuration Cache
- Java compilation errors at the end of the build output
- Consolidated report for warnings and deprecations
For more details see https://docs.gradle.org/8.11.1/release-notes.html
------------------------------------------------------------
Gradle 8.11.1
------------------------------------------------------------
Build time: 2024-11-20 16:56:46 UTC
Revision: 481cb05a490e0ef9f8620f7873b83bd8a72e7c39
Kotlin: 2.0.20
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 11.0.25 (Eclipse OpenJ9 openj9-0.48.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.6.58 amd64
# oc
Client Version: 4.17.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.47.1
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
27.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.29.1
# terraform
Terraform v1.9.8
on linux_amd64
# cosign
v2.4.1
2.66版
若要檢視版本 2.66 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.18.0
# npm
10.8.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.3
# kubectl
v1.29.8
# buildctl
buildctl github.com/moby/buildkit v0.16.0 0865fcc9b78559e856e81dc52b3613701e7be28d
# helm
v3.16.2+g13654a5
# ibmcloud
ibmcloud 2.29.0 (5521613-2024-10-16T14:53:06+00:00)
Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.4 true
code-engine[ce] 1.50.5 true
container-registry[cr] 1.3.11 true
container-service[kubernetes-service/ks] 1.0.665 false
cra 2.3.1 false
doi 0.4.7 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.9 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 11.11.0 true
# ibmcloud dev
3.2.1
# java
openjdk version "11.0.24" 2024-07-16
IBM Semeru Runtime Open Edition 11.0.24.1 (build 11.0.24+8)
Eclipse OpenJ9 VM 11.0.24.1 (build openj9-0.46.1, JRE 11 Linux amd64-64-Bit Compressed References 20240909_1185 (JIT enabled, AOT enabled)
OpenJ9 - 4760d5d320
OMR - 840a9adba
JCL - e383b0c225 based on jdk-11.0.24+8)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.24, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.58", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.10.2!
Here are the highlights of this release:
- Support for Java 23
- Faster configuration cache
- Better configuration cache reports
For more details see https://docs.gradle.org/8.10.2/release-notes.html
------------------------------------------------------------
Gradle 8.10.2
------------------------------------------------------------
Build time: 2024-09-23 21:28:39 UTC
Revision: 415adb9e06a516c44b391edff552fd42139443f7
Kotlin: 1.9.24
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 11.0.24 (Eclipse OpenJ9 openj9-0.46.1)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.6.58 amd64
# oc
Client Version: 4.17.1
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.47.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
27.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.2
# terraform
Terraform v1.9.8
on linux_amd64
# cosign
v2.4.1
2.65版本
若要檢視版本 2.65 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.18.0
# npm
10.8.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.3
# kubectl
v1.29.8
# buildctl
buildctl github.com/moby/buildkit v0.16.0 0865fcc9b78559e856e81dc52b3613701e7be28d
# helm
v3.16.1+g5a5449d
# ibmcloud
ibmcloud 2.28.1 (5124065-2024-09-26T15:20:13+00:00)
Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.4 true
code-engine[ce] 1.50.4 true
container-registry[cr] 1.3.11 true
container-service[kubernetes-service/ks] 1.0.665 false
cra 2.3.1 false
doi 0.4.7 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.8 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 11.10.0 true
# ibmcloud dev
3.2.1
# java
openjdk version "11.0.24" 2024-07-16
IBM Semeru Runtime Open Edition 11.0.24.1 (build 11.0.24+8)
Eclipse OpenJ9 VM 11.0.24.1 (build openj9-0.46.1, JRE 11 Linux amd64-64-Bit Compressed References 20240909_1185 (JIT enabled, AOT enabled)
OpenJ9 - 4760d5d320
OMR - 840a9adba
JCL - e383b0c225 based on jdk-11.0.24+8)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.24, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.52", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.10.2!
Here are the highlights of this release:
- Support for Java 23
- Faster configuration cache
- Better configuration cache reports
For more details see https://docs.gradle.org/8.10.2/release-notes.html
------------------------------------------------------------
Gradle 8.10.2
------------------------------------------------------------
Build time: 2024-09-23 21:28:39 UTC
Revision: 415adb9e06a516c44b391edff552fd42139443f7
Kotlin: 1.9.24
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 11.0.24 (Eclipse OpenJ9 openj9-0.46.1)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.6.52 amd64
# oc
Client Version: 4.17.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.46.2
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
27.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.2
# terraform
Terraform v1.9.7
on linux_amd64
# cosign
v2.4.1
2.64版
若要檢視版本 2.64 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。 且其docker版本已更新為 27.2.1.
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.17.0
# npm
10.8.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.3
# kubectl
v1.29.8
# buildctl
buildctl github.com/moby/buildkit v0.16.0 0865fcc9b78559e856e81dc52b3613701e7be28d
# helm
v3.16.1+g5a5449d
# ibmcloud
ibmcloud 2.28.0 (c8a75ce-2024-09-13T16:30:24+00:00)
Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.4 true
code-engine[ce] 1.50.4 true
container-registry[cr] 1.3.10 true
container-service[kubernetes-service/ks] 1.0.665 false
cra 2.3.0 false
doi 0.4.6 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.7 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 11.8.0 true
# ibmcloud dev
3.2.1
# java
openjdk version "11.0.24" 2024-07-16
IBM Semeru Runtime Open Edition 11.0.24.1 (build 11.0.24+8)
Eclipse OpenJ9 VM 11.0.24.1 (build openj9-0.46.1, JRE 11 Linux amd64-64-Bit Compressed References 20240909_1185 (JIT enabled, AOT enabled)
OpenJ9 - 4760d5d320
OMR - 840a9adba
JCL - e383b0c225 based on jdk-11.0.24+8)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.24, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.36", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.10.1!
Here are the highlights of this release:
- Support for Java 23
- Faster configuration cache
- Better configuration cache reports
For more details see https://docs.gradle.org/8.10.1/release-notes.html
------------------------------------------------------------
Gradle 8.10.1
------------------------------------------------------------
Build time: 2024-09-09 07:42:56 UTC
Revision: 8716158d3ec8c59e38f87a67f1f311f297b79576
Kotlin: 1.9.24
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 11.0.24 (Eclipse OpenJ9 openj9-0.46.1)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.6.36 amd64
# oc
Client Version: 4.16.11
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.46.1
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
27.2.1
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.2
# terraform
Terraform v1.9.6
on linux_amd64
# cosign
v2.4.0
2.63版
若要檢視版本 2.63 的內容,請在執行中的映像中輸入指令 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是基於Ubuntu 22.04。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.17.0
# npm
10.8.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.3
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.15.2 9e14164a1099d3e41b58fc879cbdd6f2b2edb04e
# helm
v3.15.4+gfa9efb0
# ibmcloud
ibmcloud 2.27.0+d5addb5-2024-07-05T19:22:17+00:00 Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.4 true
code-engine[ce] 1.50.3 true
container-registry[cr] 1.3.10 true
container-service[kubernetes-service/ks] 1.0.652 false
cra 2.3.0 false
doi 0.4.6 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.6 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 11.6.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "11.0.24" 2024-07-16
IBM Semeru Runtime Open Edition 11.0.24.0 (build 11.0.24+8)
Eclipse OpenJ9 VM 11.0.24.0 (build openj9-0.46.0, JRE 11 Linux amd64-64-Bit Compressed References 20240802_1158 (JIT enabled, AOT enabled)
OpenJ9 - 1a6f6128aa
OMR - 840a9adba
JCL - 30b62e68b8 based on jdk-11.0.24+8)
# ant
Apache Ant(TM) version 1.10.15 compiled on August 25 2024
# mvn
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /opt/IBM/maven
Java version: 11.0.24, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.36", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.10!
Here are the highlights of this release:
- Support for Java 23
- Faster configuration cache
- Better configuration cache reports
For more details see https://docs.gradle.org/8.10/release-notes.html
------------------------------------------------------------
Gradle 8.10
------------------------------------------------------------
Build time: 2024-08-14 11:07:45 UTC
Revision: fef2edbed8af1022cefaf44d4c0514c5f89d7b78
Kotlin: 1.9.24
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 11.0.24 (Eclipse OpenJ9 openj9-0.46.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.6.36 amd64
# oc
Client Version: 4.16.8
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.46.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.1
# terraform
Terraform v1.9.5
on linux_amd64
# cosign
v2.4.0
2.62版本
若要檢視版本 2.62 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這是第一個以 Ubuntu 22.04 為基礎的 2.x 圖像。
它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.16.0
# npm
10.8.1
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.3
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.15.1 979542e90f2cb38077c808e0867d8d2c16ed10b8
# helm
v3.15.3+g3bb50bb
# ibmcloud
ibmcloud 2.27.0+d5addb5-2024-07-05T19:22:17+00:00 Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.3 true
code-engine[ce] 1.50.1 true
container-registry[cr] 1.3.10 true
container-service[kubernetes-service/ks] 1.0.638 false
cra 2.2.7 false
doi 0.4.6 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.6 true
sl 1.5.3 false
vpc-infrastructure[infrastructure-service/is] 11.5.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "11.0.24" 2024-07-16
IBM Semeru Runtime Open Edition 11.0.24.0 (build 11.0.24+8)
Eclipse OpenJ9 VM 11.0.24.0 (build openj9-0.46.0, JRE 11 Linux amd64-64-Bit Compressed References 20240802_1158 (JIT enabled, AOT enabled)
OpenJ9 - 1a6f6128aa
OMR - 840a9adba
JCL - 30b62e68b8 based on jdk-11.0.24+8)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
Maven home: /opt/IBM/maven
Java version: 11.0.24, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.36", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.9!
Here are the highlights of this release:
- Enhanced Error and Warning Messages
- IDE Integration Improvements
- Daemon JVM Information
For more details see https://docs.gradle.org/8.9/release-notes.html
------------------------------------------------------------
Gradle 8.9
------------------------------------------------------------
Build time: 2024-07-11 14:37:41 UTC
Revision: d536ef36a19186ccc596d8817123e5445f30fef8
Kotlin: 1.9.23
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
Launcher JVM: 11.0.24 (Eclipse OpenJ9 openj9-0.46.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.6.36 amd64
# oc
Client Version: 4.16.5
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.46.0
# curl
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
# wget
GNU Wget 1.21.2 built on linux-gnu.
# openssl
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
# make
GNU Make 4.3
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.18
# calicoctl
v3.28.1
# terraform
Terraform v1.9.4
on linux_amd64
# cosign
v2.4.0
版本2.61
若要檢視版本 2.61 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.15.1
# npm
10.7.0
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.2
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.15.0 e83d79a51fb49aeb921d8a2348ae14a58701c98c
# helm
v3.15.3+g3bb50bb
# ibmcloud
ibmcloud 2.27.0+d5addb5-2024-07-05T19:22:17+00:00 Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.83 false
cloud-internet-services[cis] 1.16.3 true
code-engine[ce] 1.50.1 true
container-registry[cr] 1.3.8 true
container-service[kubernetes-service/ks] 1.0.638 false
cra 2.2.4 false
doi 0.4.6 false
schematics[sch] 1.12.24 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.5.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "11.0.23" 2024-04-16
IBM Semeru Runtime Open Edition 11.0.23.0 (build 11.0.23+9)
Eclipse OpenJ9 VM 11.0.23.0 (build openj9-0.44.0, JRE 11 Linux amd64-64-Bit Compressed References 20240522_1104 (JIT enabled, AOT enabled)
OpenJ9 - b0699311c7
OMR - 254af5a04
JCL - 3d1045c3ea based on jdk-11.0.23+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
Maven home: /opt/IBM/maven
Java version: 11.0.23, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.36", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.9!
Here are the highlights of this release:
- Enhanced Error and Warning Messages
- IDE Integration Improvements
- Daemon JVM Information
For more details see https://docs.gradle.org/8.9/release-notes.html
------------------------------------------------------------
Gradle 8.9
------------------------------------------------------------
Build time: 2024-07-11 14:37:41 UTC
Revision: d536ef36a19186ccc596d8817123e5445f30fef8
Kotlin: 1.9.23
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
Launcher JVM: 11.0.23 (Eclipse OpenJ9 openj9-0.44.0)
Daemon JVM: /usr/local/jdk11 (no JDK specified, using current Java home)
OS: Linux 6.6.36 amd64
# oc
Client Version: 4.16.2
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.45.2
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
v3.28.0
# terraform
Terraform v1.9.2
on linux_amd64
# cosign
v2.3.0
版本2.60
若要檢視版本 2.60 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.15.0
# npm
10.7.0
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.2
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.14.1 eb864a84592468ee9b434326cb7efd66f58555af
# helm
v3.15.2+g1a500d5
# ibmcloud
ibmcloud 2.26.1+72f0eeb-2024-06-18T19:00:08+00:00 Copyright IBM Corp. 2014, 2024
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.82 false
cloud-internet-services[cis] 1.16.2 true
code-engine[ce] 1.50.0 true
container-registry[cr] 1.3.8 true
container-service[kubernetes-service/ks] 1.0.630 false
cra 2.2.4 false
doi 0.4.6 false
schematics[sch] 1.12.23 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.4.1 true
# ibmcloud dev
3.2.0
# java
openjdk version "11.0.23" 2024-04-16
IBM Semeru Runtime Open Edition 11.0.23.0 (build 11.0.23+9)
Eclipse OpenJ9 VM 11.0.23.0 (build openj9-0.44.0, JRE 11 Linux amd64-64-Bit Compressed References 20240522_1104 (JIT enabled, AOT enabled)
OpenJ9 - b0699311c7
OMR - 254af5a04
JCL - 3d1045c3ea based on jdk-11.0.23+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
Maven home: /opt/IBM/maven
Java version: 11.0.23, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.34", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.8!
Here are the highlights of this release:
- Running Gradle on Java 22
- Configurable Gradle daemon JVM
- Improved IDE performance for large projects
For more details see https://docs.gradle.org/8.8/release-notes.html
------------------------------------------------------------
Gradle 8.8
------------------------------------------------------------
Build time: 2024-05-31 21:46:56 UTC
Revision: 4bd1b3d3fc3f31db5a26eecb416a165b8cc36082
Kotlin: 1.9.22
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.23 (Eclipse OpenJ9 openj9-0.44.0)
OS: Linux 6.6.34 amd64
# oc
Client Version: 4.16.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.45.2
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
v3.28.0
# terraform
Terraform v1.9.1
on linux_amd64
# cosign
v2.2.4
2.59 版
若要檢視版本 2.59 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.14.0
# npm
10.7.0
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.2
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.14.0 4d9a4e5df9e11596a3261c1952cde3c6346be762
# helm
v3.15.2+g1a500d5
# ibmcloud
ibmcloud version 2.25.1+10e6a2e-2024-05-24T20:17:29+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.82 false
cloud-internet-services[cis] 1.16.2 true
code-engine[ce] 1.50.0 true
container-registry[cr] 1.3.8 true
container-service[kubernetes-service/ks] 1.0.618 false
cra 2.2.4 false
doi 0.4.6 false
schematics[sch] 1.12.23 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.3.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "11.0.23" 2024-04-16
IBM Semeru Runtime Open Edition 11.0.23.0 (build 11.0.23+9)
Eclipse OpenJ9 VM 11.0.23.0 (build openj9-0.44.0, JRE 11 Linux amd64-64-Bit Compressed References 20240522_1104 (JIT enabled, AOT enabled)
OpenJ9 - b0699311c7
OMR - 254af5a04
JCL - 3d1045c3ea based on jdk-11.0.23+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
Maven home: /opt/IBM/maven
Java version: 11.0.23, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.28", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.8!
Here are the highlights of this release:
- Running Gradle on Java 22
- Configurable Gradle daemon JVM
- Improved IDE performance for large projects
For more details see https://docs.gradle.org/8.8/release-notes.html
------------------------------------------------------------
Gradle 8.8
------------------------------------------------------------
Build time: 2024-05-31 21:46:56 UTC
Revision: 4bd1b3d3fc3f31db5a26eecb416a165b8cc36082
Kotlin: 1.9.22
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.23 (Eclipse OpenJ9 openj9-0.44.0)
OS: Linux 6.6.28 amd64
# oc
Client Version: 4.15.16
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.45.2
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
v3.28.0
# terraform
Terraform v1.8.5
on linux_amd64
# cosign
v2.2.4
2.58 版
若要檢視版本 2.58 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.14.0
# npm
10.7.0
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.1
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.13.2 2e18d709fefdcc2db20853ee241c75b058189d39
# helm
v3.15.1+ge211f2a
# ibmcloud
ibmcloud version 2.25.1+10e6a2e-2024-05-24T20:17:29+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.82 false
cloud-internet-services[cis] 1.16.1 true
code-engine[ce] 1.49.12 true
container-registry[cr] 1.3.8 true
container-service[kubernetes-service/ks] 1.0.618 false
cra 2.2.4 false
doi 0.4.6 false
schematics[sch] 1.12.22 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.3.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "11.0.23" 2024-04-16
IBM Semeru Runtime Open Edition 11.0.23.0 (build 11.0.23+9)
Eclipse OpenJ9 VM 11.0.23.0 (build openj9-0.44.0, JRE 11 Linux amd64-64-Bit Compressed References 20240522_1104 (JIT enabled, AOT enabled)
OpenJ9 - b0699311c7
OMR - 254af5a04
JCL - 3d1045c3ea based on jdk-11.0.23+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.7 (8b094c9513efc1b9ce2d952b3b9c8eaedaf8cbf0)
Maven home: /opt/IBM/maven
Java version: 11.0.23, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.28", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.8!
Here are the highlights of this release:
- Running Gradle on Java 22
- Configurable Gradle daemon JVM
- Improved IDE performance for large projects
For more details see https://docs.gradle.org/8.8/release-notes.html
------------------------------------------------------------
Gradle 8.8
------------------------------------------------------------
Build time: 2024-05-31 21:46:56 UTC
Revision: 4bd1b3d3fc3f31db5a26eecb416a165b8cc36082
Kotlin: 1.9.22
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.23 (Eclipse OpenJ9 openj9-0.44.0)
OS: Linux 6.6.28 amd64
# oc
Client Version: 4.15.14
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.45.2
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
v3.28.0
# terraform
Terraform v1.8.4
on linux_amd64
# cosign
v2.2.4
2.57 版
若要檢視版本 2.57 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.14.0
# npm
10.7.0
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.44.1
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.13.2 2e18d709fefdcc2db20853ee241c75b058189d39
# helm
v3.15.1+ge211f2a
# ibmcloud
/usr/local/bin/ibmcloud version 2.25.0+dfa9e32-2024-05-14T22:26:03+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.82 false
cloud-internet-services[cis] 1.16.1 true
code-engine[ce] 1.49.12 true
container-registry[cr] 1.3.8 true
container-service[kubernetes-service/ks] 1.0.618 false
cra 2.2.4 false
doi 0.4.6 false
schematics[sch] 1.12.22 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.2.0 true
# ibmcloud dev
3.2.0
# java
openjdk version "11.0.23" 2024-04-16
IBM Semeru Runtime Open Edition 11.0.23.0 (build 11.0.23+9)
Eclipse OpenJ9 VM 11.0.23.0 (build openj9-0.44.0, JRE 11 Linux amd64-64-Bit Compressed References 20240522_1104 (JIT enabled, AOT enabled)
OpenJ9 - b0699311c7
OMR - 254af5a04
JCL - 3d1045c3ea based on jdk-11.0.23+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.7 (8b094c9513efc1b9ce2d952b3b9c8eaedaf8cbf0)
Maven home: /opt/IBM/maven
Java version: 11.0.23, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
For more details see https://docs.gradle.org/8.7/release-notes.html
------------------------------------------------------------
Gradle 8.7
------------------------------------------------------------
Build time: 2024-03-22 15:52:46 UTC
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
Kotlin: 1.9.22
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.23 (Eclipse OpenJ9 openj9-0.44.0)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.15.14
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.45.1
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.28.0 Git commit: 413e6f559
# terraform
Terraform v1.8.4
on linux_amd64
# cosign
v2.2.4
2.56 版
若要檢視版本 2.56 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.13.1
# npm
10.5.2
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.43.1
# kubectl
v1.28.9
# buildctl
buildctl github.com/moby/buildkit v0.13.2 2e18d709fefdcc2db20853ee241c75b058189d39
# helm
v3.14.4+g81c902a
# ibmcloud
/usr/local/bin/ibmcloud version 2.24.0+b6c228b-2024-03-21T18:54:40+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.81 false
cloud-internet-services[cis] 1.16.1 true
code-engine[ce] 1.49.10 true
container-registry[cr] 1.3.7 true
container-service[kubernetes-service/ks] 1.0.618 false
cra 2.2.3 false
doi 0.4.6 false
schematics[sch] 1.12.21 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 11.0.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.22" 2024-01-16
IBM Semeru Runtime Open Edition 11.0.22.0 (build 11.0.22+7)
Eclipse OpenJ9 VM 11.0.22.0 (build openj9-0.43.0, JRE 11 Linux amd64-64-Bit Compressed References 20240131_966 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 7876cac747 based on jdk-11.0.22+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 11.0.22, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
For more details see https://docs.gradle.org/8.7/release-notes.html
------------------------------------------------------------
Gradle 8.7
------------------------------------------------------------
Build time: 2024-03-22 15:52:46 UTC
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
Kotlin: 1.9.22
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.22 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.15.11
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.43.2
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.27.3 Git commit: 638464f94
# terraform
Terraform v1.8.3
on linux_amd64
# cosign
v2.2.4
2.55 版
若要檢視版本 2.55 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.12.2
# npm
10.5.0
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.43.1
# kubectl
v1.28.7
# buildctl
buildctl github.com/moby/buildkit v0.13.1 2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3
# helm
v3.14.4+g81c902a
# ibmcloud
/usr/local/bin/ibmcloud version 2.24.0+b6c228b-2024-03-21T18:54:40+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.81 false
cloud-internet-services[cis] 1.15.13 true
code-engine[ce] 1.49.9 true
container-registry[cr] 1.3.7 true
container-service[kubernetes-service/ks] 1.0.613 false
cra 2.2.2 false
doi 0.4.6 false
schematics[sch] 1.12.21 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 10.2.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.22" 2024-01-16
IBM Semeru Runtime Open Edition 11.0.22.0 (build 11.0.22+7)
Eclipse OpenJ9 VM 11.0.22.0 (build openj9-0.43.0, JRE 11 Linux amd64-64-Bit Compressed References 20240131_966 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 7876cac747 based on jdk-11.0.22+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 11.0.22, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
For more details see https://docs.gradle.org/8.7/release-notes.html
------------------------------------------------------------
Gradle 8.7
------------------------------------------------------------
Build time: 2024-03-22 15:52:46 UTC
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
Kotlin: 1.9.22
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.22 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.15.9
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.43.2
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.27.3 Git commit: 638464f94
# terraform
Terraform v1.8.1
on linux_amd64
# cosign
v2.2.4
2.54 版
若要檢視版本 2.54 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.12.1
# npm
10.5.0
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.43.1
# kubectl
v1.28.7
# buildctl
buildctl github.com/moby/buildkit v0.13.1 2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3
# helm
v3.14.3+gf03cc04
# ibmcloud
/usr/local/bin/ibmcloud version 2.24.0+b6c228b-2024-03-21T18:54:40+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.80 false
cloud-internet-services[cis] 1.15.12 true
code-engine[ce] 1.49.7 true
container-registry[cr] 1.3.7 true
container-service[kubernetes-service/ks] 1.0.601 false
cra 2.2.1 false
doi 0.4.5 false
schematics[sch] 1.12.20 true
secrets-manager[sm] 2.0.5 true
sl 1.5.2 false
vpc-infrastructure[infrastructure-service/is] 10.1.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.22" 2024-01-16
IBM Semeru Runtime Open Edition 11.0.22.0 (build 11.0.22+7)
Eclipse OpenJ9 VM 11.0.22.0 (build openj9-0.43.0, JRE 11 Linux amd64-64-Bit Compressed References 20240131_966 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 7876cac747 based on jdk-11.0.22+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 11.0.22, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.7-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
For more details see https://docs.gradle.org/8.7/release-notes.html
------------------------------------------------------------
Gradle 8.7
------------------------------------------------------------
Build time: 2024-03-22 15:52:46 UTC
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
Kotlin: 1.9.22
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.22 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.7.7-200.fc39.aarch64 amd64
# oc
4.15.5
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.43.2
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.5
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.27.3 Git commit: 638464f94
# terraform
Terraform v1.7.5
on linux_amd64
# cosign
v2.2.3
2.53 版
若要檢視版本 2.53 的內容,請在正在運行的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.11.1
# npm
10.2.4
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.42.1
# kubectl
v1.27.11
# buildctl
buildctl github.com/moby/buildkit v0.13.0 2afc050d57d17983f3f662d5424c2725a35c60f4
# helm
v3.14.2+gc309b6f
# ibmcloud
/usr/local/bin/ibmcloud version 2.23.0+eca5d10-2024-01-31T20:36:03+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.79 false
cloud-internet-services[cis] 1.15.11 true
code-engine[ce] 1.49.5 true
container-registry[cr] 1.3.5 true
container-service[kubernetes-service/ks] 1.0.601 false
cra 2.1.5 false
doi 0.4.5 false
schematics[sch] 1.12.18 true
secrets-manager[sm] 2.0.4 true
sl 1.5.1 false
vpc-infrastructure[infrastructure-service/is] 9.0.3 true
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.22" 2024-01-16
IBM Semeru Runtime Open Edition 11.0.22.0 (build 11.0.22+7)
Eclipse OpenJ9 VM 11.0.22.0 (build openj9-0.43.0, JRE 11 Linux amd64-64-Bit Compressed References 20240131_966 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 7876cac747 based on jdk-11.0.22+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 11.0.22, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.5-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.6!
Here are the highlights of this release:
- Configurable encryption key for configuration cache
- Build init improvements
- Build authoring improvements
For more details see https://docs.gradle.org/8.6/release-notes.html
------------------------------------------------------------
Gradle 8.6
------------------------------------------------------------
Build time: 2024-02-02 16:47:16 UTC
Revision: d55c486870a0dc6f6278f53d21381396d0741c6e
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.22 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.7.5-200.fc39.aarch64 amd64
# oc
4.15.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.43.2
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.27.2 Git commit: 402c0b381
# terraform
Terraform v1.7.4
on linux_amd64
2.52 版
若要檢視版本 2.52 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.11.1
# npm
10.2.4
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.42.1
# kubectl
v1.27.11
# buildctl
buildctl github.com/moby/buildkit v0.13.0 2afc050d57d17983f3f662d5424c2725a35c60f4
# helm
v3.14.2+gc309b6f
# ibmcloud
/usr/local/bin/ibmcloud version 2.23.0+eca5d10-2024-01-31T20:36:03+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.79 false
cloud-internet-services[cis] 1.15.11 true
code-engine[ce] 1.49.5 true
container-registry[cr] 1.3.5 true
container-service[kubernetes-service/ks] 1.0.601 false
cra 2.1.5 false
doi 0.4.5 false
schematics[sch] 1.12.18 true
secrets-manager[sm] 2.0.4 true
sl 1.5.1 false
vpc-infrastructure[infrastructure-service/is] 9.0.3 true
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.22" 2024-01-16
IBM Semeru Runtime Open Edition 11.0.22.0 (build 11.0.22+7)
Eclipse OpenJ9 VM 11.0.22.0 (build openj9-0.43.0, JRE 11 Linux amd64-64-Bit Compressed References 20240131_966 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 7876cac747 based on jdk-11.0.22+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 11.0.22, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.7.5-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.6!
Here are the highlights of this release:
- Configurable encryption key for configuration cache
- Build init improvements
- Build authoring improvements
For more details see https://docs.gradle.org/8.6/release-notes.html
------------------------------------------------------------
Gradle 8.6
------------------------------------------------------------
Build time: 2024-02-02 16:47:16 UTC
Revision: d55c486870a0dc6f6278f53d21381396d0741c6e
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.22 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.7.5-200.fc39.aarch64 amd64
# oc
4.15.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.43.2
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.27.2 Git commit: 402c0b381
# terraform
Terraform v1.7.4
on linux_amd64
2.51 版
若要檢視版本 2.51 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 它在建置時提供了node.js的最新 LTS 版本。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v20.11.0
# npm
10.2.4
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.40.5
# kubectl
v1.27.10
# buildctl
buildctl github.com/moby/buildkit v0.12.5 bac3f2b673f3f9d33e79046008e7a38e856b3dc6
# helm
v3.14.0+g3fc9f4b
# ibmcloud
/usr/local/bin/ibmcloud version 2.23.0+eca5d10-2024-01-31T20:36:03+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.79 false
cloud-internet-services[cis] 1.15.10 true
code-engine[ce] 1.49.4 true
container-registry[cr] 1.3.5 true
container-service[kubernetes-service/ks] 1.0.593 false
cra 2.1.4 false
doi 0.4.5 false
schematics[sch] 1.12.16 true
secrets-manager[sm] 2.0.3 true
sl 1.5.1 false
vpc-infrastructure[infrastructure-service/is] 9.0.2 true
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.22" 2024-01-16
IBM Semeru Runtime Open Edition 11.0.22.0 (build 11.0.22+7)
Eclipse OpenJ9 VM 11.0.22.0 (build openj9-0.43.0, JRE 11 Linux amd64-64-Bit Compressed References 20240131_966 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 7876cac747 based on jdk-11.0.22+7)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 11.0.22, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.13-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.6!
Here are the highlights of this release:
- Configurable encryption key for configuration cache
- Build init improvements
- Build authoring improvements
For more details see https://docs.gradle.org/8.6/release-notes.html
------------------------------------------------------------
Gradle 8.6
------------------------------------------------------------
Build time: 2024-02-02 16:47:16 UTC
Revision: d55c486870a0dc6f6278f53d21381396d0741c6e
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.22 (Eclipse OpenJ9 openj9-0.43.0)
OS: Linux 6.6.13-200.fc39.aarch64 amd64
# oc
4.14.10
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.43.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
25.0.2
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.27.0 Git commit: 711528eeb
# terraform
Terraform v1.7.2
on linux_amd64
2.50 版
若要檢視版本 2.50 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.19.0
# npm
10.2.3
# jq
jq-1.7.1
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.40.5
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.4 833949d0f7908608b00ab6b93b8f92bdb147fcca
# helm
v3.14.0+g3fc9f4b
# ibmcloud
/usr/local/bin/ibmcloud version 2.22.1+98102c0-2023-12-12T22:23:07+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.79 false
cloud-internet-services[cis] 1.15.8 true
code-engine[ce] 1.49.2 true
container-registry[cr] 1.3.5 true
container-service[kubernetes-service/ks] 1.0.589 false
cra 2.1.2 false
doi 0.4.5 false
schematics[sch] 1.12.14 true
secrets-manager[sm] 2.0.3 true
sl 1.5.1 false
vpc-infrastructure[infrastructure-service/is] 9.0.2 true
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.21" 2023-10-17
IBM Semeru Runtime Open Edition 11.0.21.0 (build 11.0.21+9)
Eclipse OpenJ9 VM 11.0.21.0 (build openj9-0.41.0, JRE 11 Linux amd64-64-Bit Compressed References 20231122_912 (JIT enabled, AOT enabled)
OpenJ9 - 461bf3c70
OMR - 5eee6ad9d
JCL - 0fd7a05277 based on jdk-11.0.21+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 11.0.21, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.9-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.5!
Here are the highlights of this release:
- Support for running on Java 21
- Faster first use with Kotlin DSL
- Improved error and warning messages
For more details see https://docs.gradle.org/8.5/release-notes.html
------------------------------------------------------------
Gradle 8.5
------------------------------------------------------------
Build time: 2023-11-29 14:08:57 UTC
Revision: 28aca86a7180baa17117e0e5ba01d8ea9feca598
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.21 (Eclipse OpenJ9 openj9-0.41.0)
OS: Linux 6.6.9-200.fc39.aarch64 amd64
# oc
4.14.8
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.43.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.26.3 Git commit: bdb7878af
# terraform
Terraform v1.7.0
on linux_amd64
2.49 版
若要檢視版本 2.49 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.19.0
# npm
10.2.3
# jq
jq-1.7
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.40.4
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.4 833949d0f7908608b00ab6b93b8f92bdb147fcca
# helm
v3.13.2+g2a2fb3b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.76 false
cloud-internet-services[cis] 1.15.7 true
code-engine[ce] 1.49.0 true
container-registry[cr] 1.3.4 true
container-service[kubernetes-service/ks] 1.0.579 false
cra 2.0.2 false
doi 0.4.5 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.2 false
vpc-infrastructure[infrastructure-service/is] 8.1.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.21" 2023-10-17
IBM Semeru Runtime Open Edition 11.0.21.0 (build 11.0.21+9)
Eclipse OpenJ9 VM 11.0.21.0 (build openj9-0.41.0, JRE 11 Linux amd64-64-Bit Compressed References 20231122_912 (JIT enabled, AOT enabled)
OpenJ9 - 461bf3c70
OMR - 5eee6ad9d
JCL - 0fd7a05277 based on jdk-11.0.21+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 11.0.21, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.3-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.5!
Here are the highlights of this release:
- Support for running on Java 21
- Faster first use with Kotlin DSL
- Improved error and warning messages
For more details see https://docs.gradle.org/8.5/release-notes.html
------------------------------------------------------------
Gradle 8.5
------------------------------------------------------------
Build time: 2023-11-29 14:08:57 UTC
Revision: 28aca86a7180baa17117e0e5ba01d8ea9feca598
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.21 (Eclipse OpenJ9 openj9-0.41.0)
OS: Linux 6.6.3-200.fc39.aarch64 amd64
# oc
4.14.3
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.43.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.26.3 Git commit: bdb7878af
# terraform
Terraform v1.6.5
on linux_amd64
2.48 版
若要檢視版本 2.48 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.19.0
# npm
10.2.3
# jq
jq-1.7
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.40.4
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.4 833949d0f7908608b00ab6b93b8f92bdb147fcca
# helm
v3.13.2+g2a2fb3b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.76 false
cloud-internet-services[cis] 1.15.7 true
code-engine[ce] 1.49.0 true
container-registry[cr] 1.3.4 true
container-service[kubernetes-service/ks] 1.0.579 false
cra 2.0.2 false
doi 0.4.5 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.2 false
vpc-infrastructure[infrastructure-service/is] 8.1.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.21" 2023-10-17
IBM Semeru Runtime Open Edition 11.0.21.0 (build 11.0.21+9)
Eclipse OpenJ9 VM 11.0.21.0 (build openj9-0.41.0, JRE 11 Linux amd64-64-Bit Compressed References 20231122_912 (JIT enabled, AOT enabled)
OpenJ9 - 461bf3c70
OMR - 5eee6ad9d
JCL - 0fd7a05277 based on jdk-11.0.21+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 11.0.21, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.3-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.5!
Here are the highlights of this release:
- Support for running on Java 21
- Faster first use with Kotlin DSL
- Improved error and warning messages
For more details see https://docs.gradle.org/8.5/release-notes.html
------------------------------------------------------------
Gradle 8.5
------------------------------------------------------------
Build time: 2023-11-29 14:08:57 UTC
Revision: 28aca86a7180baa17117e0e5ba01d8ea9feca598
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.21 (Eclipse OpenJ9 openj9-0.41.0)
OS: Linux 6.6.3-200.fc39.aarch64 amd64
# oc
4.14.3
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.43.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.26.3 Git commit: bdb7878af
# terraform
Terraform v1.6.5
on linux_amd64
2.47 版
若要檢視版本 2.47 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.19.0
# npm
10.2.3
# jq
jq-1.7
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.40.4
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.4 833949d0f7908608b00ab6b93b8f92bdb147fcca
# helm
v3.13.2+g2a2fb3b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.76 false
cloud-internet-services[cis] 1.15.7 true
code-engine[ce] 1.49.0 true
container-registry[cr] 1.3.4 true
container-service[kubernetes-service/ks] 1.0.579 false
cra 2.0.2 false
doi 0.4.5 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.2 false
vpc-infrastructure[infrastructure-service/is] 8.1.0 true
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.21" 2023-10-17
IBM Semeru Runtime Open Edition 11.0.21.0 (build 11.0.21+9)
Eclipse OpenJ9 VM 11.0.21.0 (build openj9-0.41.0, JRE 11 Linux amd64-64-Bit Compressed References 20231122_912 (JIT enabled, AOT enabled)
OpenJ9 - 461bf3c70
OMR - 5eee6ad9d
JCL - 0fd7a05277 based on jdk-11.0.21+9)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /opt/IBM/maven
Java version: 11.0.21, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.3-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.5!
Here are the highlights of this release:
- Support for running on Java 21
- Faster first use with Kotlin DSL
- Improved error and warning messages
For more details see https://docs.gradle.org/8.5/release-notes.html
------------------------------------------------------------
Gradle 8.5
------------------------------------------------------------
Build time: 2023-11-29 14:08:57 UTC
Revision: 28aca86a7180baa17117e0e5ba01d8ea9feca598
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.21 (Eclipse OpenJ9 openj9-0.41.0)
OS: Linux 6.6.3-200.fc39.aarch64 amd64
# oc
4.14.3
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.43.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.26.3 Git commit: bdb7878af
# terraform
Terraform v1.6.5
on linux_amd64
2.46 版
若要檢視版本 2.46 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.18.2
# npm
9.8.1
# jq
jq-1.7
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.35.2
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.3 438f47256f0decd64cc96084e22d3357da494c27
# helm
v3.13.2+g2a2fb3b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.75 false
cloud-internet-services[cis] 1.15.7 true
code-engine[ce] 1.48.0 true
container-registry[cr] 1.3.4 true
container-service[kubernetes-service/ks] 1.0.579 false
cra 2.0.2 false
doi 0.4.5 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.2 false
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.20.1" 2023-08-24
IBM Semeru Runtime Open Edition 11.0.20.1 (build 11.0.20.1+1)
Eclipse OpenJ9 VM 11.0.20.1 (build openj9-0.40.0, JRE 11 Linux amd64-64-Bit Compressed References 20230824_836 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 0880e8df04 based on jdk-11.0.20.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/IBM/maven
Java version: 11.0.20.1, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.6.3-200.fc39.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.4!
Here are the highlights of this release:
- Compiling and testing with Java 21
- Faster Java compilation on Windows
- Role focused dependency configurations creation
For more details see https://docs.gradle.org/8.4/release-notes.html
------------------------------------------------------------
Gradle 8.4
------------------------------------------------------------
Build time: 2023-10-04 20:52:13 UTC
Revision: e9251e572c9bd1d01e503a0dfdf43aedaeecdc3f
Kotlin: 1.9.10
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.20.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.6.3-200.fc39.aarch64 amd64
# oc
4.14.1
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.42.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# calicoctl
Client Version: v3.26.3 Git commit: bdb7878af
# terraform
Terraform v1.6.4
on linux_amd64
2.45 版
若要檢視版本 2.45 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.18.2
# npm
9.8.1
# jq
jq-1.7
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.35.2
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.3 438f47256f0decd64cc96084e22d3357da494c27
# helm
v3.13.1+g3547a4b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.75 false
cloud-internet-services[cis] 1.15.6 true
code-engine[ce] 1.47.1 true
container-registry[cr] 1.3.1 true
container-service[kubernetes-service/ks] 1.0.568 false
cra 2.0.2 false
doi 0.4.5 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.2 false
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.20.1" 2023-08-24
IBM Semeru Runtime Open Edition 11.0.20.1 (build 11.0.20.1+1)
Eclipse OpenJ9 VM 11.0.20.1 (build openj9-0.40.0, JRE 11 Linux amd64-64-Bit Compressed References 20230824_836 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 0880e8df04 based on jdk-11.0.20.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/IBM/maven
Java version: 11.0.20.1, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.5.8-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.4!
Here are the highlights of this release:
- Compiling and testing with Java 21
- Faster Java compilation on Windows
- Role focused dependency configurations creation
For more details see https://docs.gradle.org/8.4/release-notes.html
------------------------------------------------------------
Gradle 8.4
------------------------------------------------------------
Build time: 2023-10-04 20:52:13 UTC
Revision: e9251e572c9bd1d01e503a0dfdf43aedaeecdc3f
Kotlin: 1.9.10
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.20.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.5.8-200.fc38.aarch64 amd64
# oc
4.14.1
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.42.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.6.3
on linux_amd64
2.44 版
若要檢視版本 2.44 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.18.2
# npm
9.8.1
# jq
jq-1.7
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.35.2
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.3 438f47256f0decd64cc96084e22d3357da494c27
# helm
v3.13.1+g3547a4b
# ibmcloud
/usr/local/bin/ibmcloud version 2.21.0+c3b7075-2023-10-24T15:37:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.75 false
cloud-internet-services[cis] 1.15.6 true
code-engine[ce] 1.47.1 true
container-registry[cr] 1.3.1 true
container-service[kubernetes-service/ks] 1.0.568 false
cra 2.0.0 false
doi 0.4.3 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.1 false
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.20.1" 2023-08-24
IBM Semeru Runtime Open Edition 11.0.20.1 (build 11.0.20.1+1)
Eclipse OpenJ9 VM 11.0.20.1 (build openj9-0.40.0, JRE 11 Linux amd64-64-Bit Compressed References 20230824_836 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 0880e8df04 based on jdk-11.0.20.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/IBM/maven
Java version: 11.0.20.1, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.5.6-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.4!
Here are the highlights of this release:
- Compiling and testing with Java 21
- Faster Java compilation on Windows
- Role focused dependency configurations creation
For more details see https://docs.gradle.org/8.4/release-notes.html
------------------------------------------------------------
Gradle 8.4
------------------------------------------------------------
Build time: 2023-10-04 20:52:13 UTC
Revision: e9251e572c9bd1d01e503a0dfdf43aedaeecdc3f
Kotlin: 1.9.10
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.20.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.5.6-200.fc38.aarch64 amd64
# oc
4.13.17
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.42.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.6.2
on linux_amd64
2.43 版
若要檢視版本 2.43 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.18.1
# npm
9.8.1
# jq
jq-1.6
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.35.2
# kubectl
v1.27.6
# buildctl
buildctl github.com/moby/buildkit v0.12.2 567a99433ca23402d5e9b9f9124005d2e59b8861
# helm
v3.13.0+g825e86f
# ibmcloud
/usr/local/bin/ibmcloud version 2.20.0+f382323-2023-09-19T20:06:39+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.72 false
cloud-internet-services[cis] 1.15.5 true
code-engine[ce] 1.46.1 true
container-registry[cr] 1.3.1 true
container-service[kubernetes-service/ks] 1.0.568 false
cra 1.3.15 false
doi 0.4.3 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.1 false
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.20.1" 2023-08-24
IBM Semeru Runtime Open Edition 11.0.20.1 (build 11.0.20.1+1)
Eclipse OpenJ9 VM 11.0.20.1 (build openj9-0.40.0, JRE 11 Linux amd64-64-Bit Compressed References 20230824_836 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 0880e8df04 based on jdk-11.0.20.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/IBM/maven
Java version: 11.0.20.1, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.5.5-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.4!
Here are the highlights of this release:
- Compiling and testing with Java 21
- Faster Java compilation on Windows
- Role focused dependency configurations creation
For more details see https://docs.gradle.org/8.4/release-notes.html
------------------------------------------------------------
Gradle 8.4
------------------------------------------------------------
Build time: 2023-10-04 20:52:13 UTC
Revision: e9251e572c9bd1d01e503a0dfdf43aedaeecdc3f
Kotlin: 1.9.10
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.20.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.5.5-200.fc38.aarch64 amd64
# oc
4.13.14
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.42.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.6.1
on linux_amd64
2.42 版
若要檢視版本 2.42 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.18.0
# npm
9.8.1
# jq
jq-1.6
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.35.2
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.12.2 567a99433ca23402d5e9b9f9124005d2e59b8861
# helm
v3.13.0+g825e86f
# ibmcloud
/usr/local/bin/ibmcloud version 2.20.0+f382323-2023-09-19T20:06:39+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.71 false
cloud-internet-services[cis] 1.15.5 true
code-engine[ce] 1.46.0 true
container-registry[cr] 1.3.1 true
container-service[kubernetes-service/ks] 1.0.566 false
cra 1.3.13 false
doi 0.4.3 false
schematics[sch] 1.12.12 true
secrets-manager[sm] 2.0.2 true
sl 1.4.1 false
# ibmcloud dev
3.1.1
# java
openjdk version "11.0.20.1" 2023-08-24
IBM Semeru Runtime Open Edition 11.0.20.1 (build 11.0.20.1+1)
Eclipse OpenJ9 VM 11.0.20.1 (build openj9-0.40.0, JRE 11 Linux amd64-64-Bit Compressed References 20230824_836 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 0880e8df04 based on jdk-11.0.20.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /opt/IBM/maven
Java version: 11.0.20.1, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.4.15-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.3!
Here are the highlights of this release:
- Faster Java compilation
- Reduced memory usage
- Support for running on Java 20
For more details see https://docs.gradle.org/8.3/release-notes.html
------------------------------------------------------------
Gradle 8.3
------------------------------------------------------------
Build time: 2023-08-17 07:06:47 UTC
Revision: 8afbf24b469158b714b36e84c6f4d4976c86fcd5
Kotlin: 1.9.0
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.20.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.4.15-200.fc38.aarch64 amd64
# oc
4.13.13
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.42.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.5.7
on linux_amd64
2.41 版
若要檢視版本 2.41 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.17.1
# npm
9.6.7
# jq
jq-1.6
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.35.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.12.2 567a99433ca23402d5e9b9f9124005d2e59b8861
# helm
v3.12.3+g3a31588
# ibmcloud
/usr/local/bin/ibmcloud version 2.18.0+53c524b-2023-07-19T19:35:24+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plugin Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.71 false
cloud-internet-services[cis] 1.15.4 true
code-engine[ce] 1.45.3 true
container-registry[cr] 1.3.1 true
container-service[kubernetes-service/ks] 1.0.540 false
cra 1.3.11 false
doi 0.4.3 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.1.0
# java
openjdk version "11.0.20.1" 2023-08-24
IBM Semeru Runtime Open Edition 11.0.20.1 (build 11.0.20.1+1)
Eclipse OpenJ9 VM 11.0.20.1 (build openj9-0.40.0, JRE 11 Linux amd64-64-Bit Compressed References 20230824_836 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - 0880e8df04 based on jdk-11.0.20.1+1)
# ant
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
# mvn
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /opt/IBM/maven
Java version: 11.0.20.1, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.4.12-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.3!
Here are the highlights of this release:
- Faster Java compilation
- Reduced memory usage
- Support for running on Java 20
For more details see https://docs.gradle.org/8.3/release-notes.html
------------------------------------------------------------
Gradle 8.3
------------------------------------------------------------
Build time: 2023-08-17 07:06:47 UTC
Revision: 8afbf24b469158b714b36e84c6f4d4976c86fcd5
Kotlin: 1.9.0
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.20.1 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.4.12-200.fc38.aarch64 amd64
# oc
4.13.9
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.42.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.5.6
on linux_amd64
2.40 版
若要檢視版本 2.40 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.17.1
# npm
9.6.7
# jq
jq-1.6
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.35.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.12.1 bb857a0d49f45aa0ce9cd554b78d4075553e20f9
# helm
v3.12.3+g3a31588
# ibmcloud
/usr/local/bin/ibmcloud version 2.18.0+53c524b-2023-07-19T19:35:24+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.70 false
cloud-internet-services[cis] 1.15.3 true
code-engine[ce] 1.45.3 true
container-registry[cr] 1.2.2 true
container-service[kubernetes-service/ks] 1.0.540 false
cra 1.3.11 false
doi 0.4.3 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.1.0
# java
openjdk version "11.0.20" 2023-07-18
IBM Semeru Runtime Open Edition 11.0.20.0 (build 11.0.20+8)
Eclipse OpenJ9 VM 11.0.20.0 (build openj9-0.40.0, JRE 11 Linux amd64-64-Bit Compressed References 20230810_825 (JIT enabled, AOT enabled)
OpenJ9 - d12d10c9e
OMR - e80bff83b
JCL - f53b132192 based on jdk-11.0.20+8)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /opt/IBM/maven
Java version: 11.0.20, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.4.11-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.3!
Here are the highlights of this release:
- Faster Java compilation
- Reduced memory usage
- Support for running on Java 20
For more details see https://docs.gradle.org/8.3/release-notes.html
------------------------------------------------------------
Gradle 8.3
------------------------------------------------------------
Build time: 2023-08-17 07:06:47 UTC
Revision: 8afbf24b469158b714b36e84c6f4d4976c86fcd5
Kotlin: 1.9.0
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.20 (Eclipse OpenJ9 openj9-0.40.0)
OS: Linux 6.4.11-200.fc38.aarch64 amd64
# oc
4.13.8
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.41.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.5.5
on linux_amd64
2.39 版
若要檢視版本 2.39 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 指令已不再可用,並已移除。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.17.0
# npm
9.6.7
# jq
jq-1.6
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.34.2
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.12.0 18fc875d9bfd6e065cd8211abc639434ba65aa56
# helm
v3.12.2+g1e210a2
# ibmcloud
/usr/local/bin/ibmcloud version 2.18.0+53c524b-2023-07-19T19:35:24+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.70 false
cloud-internet-services[cis] 1.15.3 true
code-engine[ce] 1.45.3 true
container-registry[cr] 1.2.2 true
container-service[kubernetes-service/ks] 1.0.540 false
cra 1.3.10 false
doi 0.4.3 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.1.0
# java
openjdk version "11.0.19" 2023-04-18
IBM Semeru Runtime Open Edition 11.0.19.0 (build 11.0.19+7)
Eclipse OpenJ9 VM 11.0.19.0 (build openj9-0.38.0, JRE 11 Linux amd64-64-Bit Compressed References 20230523_750 (JIT enabled, AOT enabled)
OpenJ9 - d57d05932
OMR - 855813495
JCL - 629eb0c22b based on jdk-11.0.19+7)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /opt/IBM/maven
Java version: 11.0.19, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.4.7-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.2.1!
Here are the highlights of this release:
- Kotlin DSL: new reference documentation, assignment syntax by default
- Kotlin DSL is now the default with Gradle init
- Improved suggestions to resolve errors in console output
- Reduced sync memory consumption
For more details see https://docs.gradle.org/8.2.1/release-notes.html
------------------------------------------------------------
Gradle 8.2.1
------------------------------------------------------------
Build time: 2023-07-10 12:12:35 UTC
Revision: a38ec64d3c4612da9083cc506a1ccb212afeecaa
Kotlin: 1.8.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.19 (Eclipse OpenJ9 openj9-0.38.0)
OS: Linux 6.4.7-200.fc38.aarch64 amd64
# oc
4.13.5
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.41.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.5.4
on linux_amd64
2.38 版
若要檢視版本 2.38 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
IBM Cloud CLI 的 cf install 命令不再可用。 現有的 cf 執行檔仍然可用。
這個映像檔包含下列工具:
# node
v18.16.1
# npm
9.5.1
# jq
jq-1.6
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.34.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.11.6 2951a28cd7085eb18979b1f710678623d94ed578
# helm
v3.12.1+gf32a527
# ibmcloud
/usr/local/bin/ibmcloud version 2.17.1+5dece51-2023-06-23T17:17:15+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.69 false
cloud-internet-services[cis] 1.15.2 true
code-engine[ce] 1.45.0 true
container-registry[cr] 1.0.11 true
container-service[kubernetes-service/ks] 1.0.531 false
cra 1.3.7 false
doi 0.4.3 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.1.0
# java
openjdk version "11.0.19" 2023-04-18
OpenJDK Runtime Environment (build 11.0.19+7-post-Ubuntu-0ubuntu120.04.1)
OpenJDK 64-Bit Server VM (build 11.0.19+7-post-Ubuntu-0ubuntu120.04.1, mixed mode, sharing)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /opt/IBM/maven
Java version: 11.0.19, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.3.8-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.2!
Here are the highlights of this release:
- Kotlin DSL: new reference documentation, assignment syntax by default
- Kotlin DSL is now the default with Gradle init
- Improved suggestions to resolve errors in console output
For more details see https://docs.gradle.org/8.2/release-notes.html
------------------------------------------------------------
Gradle 8.2
------------------------------------------------------------
Build time: 2023-06-30 18:02:30 UTC
Revision: 5f4a070a62a31a17438ac998c2b849f4f6892877
Kotlin: 1.8.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.19 (Eclipse OpenJ9 openj9-0.38.0)
OS: Linux 6.3.8-200.fc38.aarch64 amd64
# oc
4.13.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.41.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.5.2
on linux_amd64
2.37 版
若要檢視版本 2.37 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
helm3 符號鏈結已淘汰,將在未來版本中移除。
這個映像檔包含下列工具:
# node
v18.16.0
# npm
9.5.1
# jq
jq-1.6
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.34.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.11.6 2951a28cd7085eb18979b1f710678623d94ed578
# helm
v3.12.1+gf32a527
# ibmcloud
/usr/local/bin/ibmcloud version 2.16.1+5813b04-2023-06-07T22:01:53+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.69 false
cloud-internet-services[cis] 1.15.2 true
code-engine[ce] 1.43.7 true
container-registry[cr] 1.0.11 true
container-service[kubernetes-service/ks] 1.0.523 false
cra 1.3.6 false
doi 0.4.2 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.0.0
# java
openjdk version "11.0.19" 2023-04-18
OpenJDK Runtime Environment (build 11.0.19+7-post-Ubuntu-0ubuntu120.04.1)
OpenJDK 64-Bit Server VM (build 11.0.19+7-post-Ubuntu-0ubuntu120.04.1, mixed mode, sharing)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/IBM/maven
Java version: 11.0.19, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.3.6-200.fc38.aarch64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.1.1!
Here are the highlights of this release:
- Stable configuration cache
- Experimental Kotlin DSL assignment syntax
- Building with Java 20
For more details see https://docs.gradle.org/8.1.1/release-notes.html
------------------------------------------------------------
Gradle 8.1.1
------------------------------------------------------------
Build time: 2023-04-21 12:31:26 UTC
Revision: 1cf537a851c635c364a4214885f8b9798051175b
Kotlin: 1.8.10
Groovy: 3.0.15
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.19 (Eclipse OpenJ9 openj9-0.38.0)
OS: Linux 6.3.6-200.fc38.aarch64 amd64
# oc
4.13.2
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.41.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.5.0
on linux_amd64
2.36 版
若要檢視版本 2.36 的內容,請在正在運行的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。
這個映像檔包含下列工具:
# node
v18.16.0
# npm
9.5.1
# jq
jq-1.6
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.34.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.11.6 2951a28cd7085eb18979b1f710678623d94ed578
# helm
v3.12.0+gc9f554d
# ibmcloud
ibmcloud version 2.16.0+492aff3-2023-04-06T16:13:44+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.67 false
cloud-internet-services[cis] 1.14.11 true
code-engine[ce] 1.43.5 true
container-registry[cr] 1.0.8 true
container-service[kubernetes-service/ks] 1.0.523 false
cra 1.3.5 Update Available false
doi 0.4.2 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.0.0
# java
openjdk version "11.0.19" 2023-04-18
OpenJDK Runtime Environment (build 11.0.19+7-post-Ubuntu-0ubuntu120.04.1)
OpenJDK 64-Bit Server VM (build 11.0.19+7-post-Ubuntu-0ubuntu120.04.1, mixed mode, sharing)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/IBM/maven
Java version: 11.0.19, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.15-300.fc38.x86_64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.1.1!
Here are the highlights of this release:
- Stable configuration cache
- Experimental Kotlin DSL assignment syntax
- Building with Java 20
For more details see https://docs.gradle.org/8.1.1/release-notes.html
------------------------------------------------------------
Gradle 8.1.1
------------------------------------------------------------
Build time: 2023-04-21 12:31:26 UTC
Revision: 1cf537a851c635c364a4214885f8b9798051175b
Kotlin: 1.8.10
Groovy: 3.0.15
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.19 (Eclipse OpenJ9 openj9-0.38.0)
OS: Linux 6.2.15-300.fc38.x86_64 amd64
# oc
4.13.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.40.1
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.4.6
on linux_amd64
2.35 版
若要檢視版本 2.35 的內容,請在正在運行的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
2020 年 11 月 13 日停止對 helm2 的支援。 此圖片中的 helm 工具是 3.x 分支中的最新版本。 helm3 工具現在稱為 helm。 此映像檔中遺漏部分 SSH 工具。
這個映像檔包含下列工具:
# node
v18.16.0
# npm
9.5.1
# jq
jq-1.6
# yq
yq version 2.4.1
# yq3
yq version 3.4.1
# yq4
yq (https://github.com/mikefarah/yq/) version v4.34.1
# kubectl
v1.25.8
# buildctl
buildctl github.com/moby/buildkit v0.11.6 2951a28cd7085eb18979b1f710678623d94ed578
# helm
v3.12.0+gc9f554d
# ibmcloud
ibmcloud version 2.16.0+492aff3-2023-04-06T16:13:44+00:00
# ibmcloud plugins
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.67 false
cloud-internet-services[cis] 1.14.11 true
code-engine[ce] 1.43.5 true
container-registry[cr] 1.0.8 true
container-service[kubernetes-service/ks] 1.0.523 false
cra 1.3.5 false
doi 0.4.2 false
schematics[sch] 1.12.10 true
secrets-manager[sm] 2.0.1 true
# ibmcloud dev
3.0.0
# java
openjdk version "11.0.19" 2023-04-18
OpenJDK Runtime Environment (build 11.0.19+7-post-Ubuntu-0ubuntu120.04.1)
OpenJDK 64-Bit Server VM (build 11.0.19+7-post-Ubuntu-0ubuntu120.04.1, mixed mode, sharing)
# ant
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/IBM/maven
Java version: 11.0.19, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.15-300.fc38.x86_64", arch: "amd64", family: "unix"
# gradle
Welcome to Gradle 8.1.1!
Here are the highlights of this release:
- Stable configuration cache
- Experimental Kotlin DSL assignment syntax
- Building with Java 20
For more details see https://docs.gradle.org/8.1.1/release-notes.html
------------------------------------------------------------
Gradle 8.1.1
------------------------------------------------------------
Build time: 2023-04-21 12:31:26 UTC
Revision: 1cf537a851c635c364a4214885f8b9798051175b
Kotlin: 1.8.10
Groovy: 3.0.15
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.19 (Eclipse OpenJ9 openj9-0.38.0)
OS: Linux 6.2.15-300.fc38.x86_64 amd64
# oc
4.13.0
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git
git version 2.40.1
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
23.0.6
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform
Terraform v1.4.6
on linux_amd64
2.33 版
若要檢視版本 2.33 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像建立在 Ubuntu 版本 20.04 上。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
這個映像檔包含下列工具:
# node --version
v18.15.0
# npm --version
9.5.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version v4.33.3
# kubectl version --output=yaml --client
clientVersion:
buildDate: "2023-03-15T13:39:54Z"
compiler: gc
gitCommit: 0ce7342c984110dfc93657d64df5dc3b2c0d1fe9
gitTreeState: clean
gitVersion: v1.25.8
goVersion: go1.19.7
major: "1"
minor: "25"
platform: linux/amd64
kustomizeVersion: v4.5.7
# buildctl --version
buildctl github.com/moby/buildkit v0.11.5 252ae63bcf2a9b62777add4838df5a257b86e991
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.11.3", GitCommit:"323249351482b3bbfc9f5004f65d400aa70f9ae7", GitTreeState:"clean", GoVersion:"go1.20.3"}
# ibmcloud -version
ibmcloud version 2.16.0+492aff3-2023-04-06T16:13:44+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.66 false
cloud-internet-services[cis] 1.14.11 true
code-engine[ce] 1.43.3 true
container-registry[cr] 1.0.8 true
container-service[kubernetes-service/ks] 1.0.506 false
cra 1.3.0 false
doi 0.4.2 false
schematics[sch] 1.12.9 true
secrets-manager[sm] 2.0.0 true
# ibmcloud dev --version
Incorrect Usage. flag provided but not defined: -version
NAME:
ibmcloud dev - Create, develop, deploy, and monitor applications
USAGE:
ibmcloud dev command [arguments...] [command options]
COMMANDS:
help Show help
pipeline-get [Beta] Get details for a pipeline
pipeline-log [Beta] Get logs for a pipeline, stage, job, or job execution
pipeline-open [Beta] View a pipeline in the browser
pipeline-run [Beta] Run a pipeline
tekton-info [Beta] Get details for a tekton pipeline
tekton-logs [Beta] Get logs for a tekton pipelinerun
tekton-pipeline-cancel [Beta] Cancel an ongoing pipeline
tekton-pipelinerun [Beta] Get details for a tekton pipelinerun
tekton-pipelineruns [Beta] List the pipelineruns for a tekton pipeline
tekton-trigger [Beta] Trigger a tekton pipeline
toolchain-delete [Beta] Delete a toolchain
toolchain-get [Beta] Get details for a toolchain in a resource group
toolchain-open [Beta] View a toolchain in the browser
toolchains [Beta] List all toolchains in a resource group
Enter 'ibmcloud dev help [command]' for more information about a command.
# java -version
openjdk version "11.0.18" 2023-01-17
IBM Semeru Runtime Open Edition 11.0.18.0 (build 11.0.18+10)
Eclipse OpenJ9 VM 11.0.18.0 (build openj9-0.36.1, JRE 11 Linux amd64-64-Bit Compressed References 20230214_644 (JIT enabled, AOT enabled)
OpenJ9 - 0592661e4
OMR - f491bbf6f
JCL - 4e060ceb0b based on jdk-11.0.18+10)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/IBM/maven
Java version: 11.0.18, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.8-200.fc37.x86_64", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 8.1!
Here are the highlights of this release:
- Stable configuration cache
- Experimental Kotlin DSL assignment syntax
- Building with Java 20
For more details see https://docs.gradle.org/8.1/release-notes.html
------------------------------------------------------------
Gradle 8.1
------------------------------------------------------------
Build time: 2023-04-12 12:07:45 UTC
Revision: 40ba32cde9d6daf2b92c39376d2758909dd6b813
Kotlin: 1.8.10
Groovy: 3.0.15
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.18 (Eclipse OpenJ9 openj9-0.36.1)
OS: Linux 6.2.8-200.fc37.x86_64 amd64
# oc version
Client Version: 4.12.10
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.40.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl version
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.24
API version: 1.41
Go version: go1.19.7
Git commit: 297e128
Built: Tue Apr 4 18:17:06 2023
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform version
Terraform v1.4.5
on linux_amd64
2.32 版
若要檢視版本 2.32 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像是建立在 Ubuntu 版本 20.04 上的第一個版本 2.x 映像。 如果您需要繼續使用 Ubuntu 版本 18.04,請使用之前的映像版本。 此映像將 node.js 的版本更新為最新的 TLS ( 18.15.0 )。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 此映像檔現在包含 Terraform CLI。
這個映像檔包含下列工具:
# node --version
v18.15.0
# npm --version
9.5.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version v4.33.2
# kubectl version --output=yaml --client
clientVersion:
buildDate: "2023-03-15T13:39:54Z"
compiler: gc
gitCommit: 0ce7342c984110dfc93657d64df5dc3b2c0d1fe9
gitTreeState: clean
gitVersion: v1.25.8
goVersion: go1.19.7
major: "1"
minor: "25"
platform: linux/amd64
kustomizeVersion: v4.5.7
# buildctl --version
buildctl github.com/moby/buildkit v0.11.5 252ae63bcf2a9b62777add4838df5a257b86e991
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.11.2", GitCommit:"912ebc1cd10d38d340f048efaf0abda047c3468e", GitTreeState:"clean", GoVersion:"go1.18.10"}
# ibmcloud -version
ibmcloud version 2.15.0+79fb346-2023-02-21T22:06:52+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.66 false
cloud-internet-services[cis] 1.14.11 true
code-engine[ce] 1.43.0 true
container-registry[cr] 1.0.6 true
container-service[kubernetes-service/ks] 1.0.498 false
cra 1.2.1 false
doi 0.4.2 false
schematics[sch] 1.12.8 true
secrets-manager 0.1.25 true
# ibmcloud dev --version
ibmcloud dev version 2.17.1
# java -version
openjdk version "11.0.18" 2023-01-17
IBM Semeru Runtime Open Edition 11.0.18.0 (build 11.0.18+10)
Eclipse OpenJ9 VM 11.0.18.0 (build openj9-0.36.1, JRE 11 Linux amd64-64-Bit Compressed References 20230214_644 (JIT enabled, AOT enabled)
OpenJ9 - 0592661e4
OMR - f491bbf6f
JCL - 4e060ceb0b based on jdk-11.0.18+10)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/IBM/maven
Java version: 11.0.18, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.1.18-200.fc37.x86_64", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 8.0.2!
Here are the highlights of this release:
- Improvements to the Kotlin DSL
- Fine-grained parallelism from the first build with configuration cache
- Configurable Gradle user home cache cleanup
For more details see https://docs.gradle.org/8.0.2/release-notes.html
------------------------------------------------------------
Gradle 8.0.2
------------------------------------------------------------
Build time: 2023-03-03 16:41:37 UTC
Revision: 7d6581558e226a580d91d399f7dfb9e3095c2b1d
Kotlin: 1.8.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.18 (Eclipse OpenJ9 openj9-0.36.1)
OS: Linux 6.1.18-200.fc37.x86_64 amd64
# oc version
Client Version: 4.12.8
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.40.0
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl version
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.23
API version: 1.41
Go version: go1.18.10
Git commit: 7155243
Built: Thu Jan 19 17:30:35 2023
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
# terraform version
Terraform v1.4.4
on linux_amd64
2.31 版
若要檢視版本 2.31 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此圖片更新其版本 node.js 至 16.19.1。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 您還不能使用目前版本的 LTS ( 18.15.0 )。 此映像檔現在包含 Terraform CLI。
這個映像檔包含下列工具:
# node --version
v16.19.1
# npm --version
8.19.3
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version v4.31.2
# kubectl version --output=yaml --client
clientVersion:
buildDate: "2023-01-18T19:22:09Z"
compiler: gc
gitCommit: ff2c119726cc1f8926fb0585c74b25921e866a28
gitTreeState: clean
gitVersion: v1.25.6
goVersion: go1.19.5
major: "1"
minor: "25"
platform: linux/amd64
kustomizeVersion: v4.5.7
# buildctl --version
buildctl github.com/moby/buildkit v0.11.4 3abd1ef0c195cdc078d1657cb50f62a2cdc26f8f
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.11.2", GitCommit:"912ebc1cd10d38d340f048efaf0abda047c3468e", GitTreeState:"clean", GoVersion:"go1.18.10"}
# ibmcloud -version
ibmcloud version 2.15.0+79fb346-2023-02-21T22:06:52+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.64 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.41.3 true
container-registry[cr] 1.0.6 true
container-service[kubernetes-service/ks] 1.0.498 false
cra 1.1.5 false
doi 0.4.1 false
schematics[sch] 1.12.7 true
secrets-manager 0.1.25 true
# ibmcloud dev --version
ibmcloud dev version 2.17.1
# java -version
openjdk version "11.0.17" 2022-10-18
IBM Semeru Runtime Open Edition 11.0.17.0 (build 11.0.17+8)
Eclipse OpenJ9 VM 11.0.17.0 (build openj9-0.35.0, JRE 11 Linux amd64-64-Bit Compressed References 20221031_559 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - a94c231303 based on jdk-11.0.17+8)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /opt/IBM/maven
Java version: 11.0.17, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 8.0.2!
Here are the highlights of this release:
- Improvements to the Kotlin DSL
- Fine-grained parallelism from the first build with configuration cache
- Configurable Gradle user home cache cleanup
For more details see https://docs.gradle.org/8.0.2/release-notes.html
------------------------------------------------------------
Gradle 8.0.2
------------------------------------------------------------
Build time: 2023-03-03 16:41:37 UTC
Revision: 7d6581558e226a580d91d399f7dfb9e3095c2b1d
Kotlin: 1.8.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.17 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.12.5
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.39.2
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.23
API version: 1.41
Go version: go1.18.10
Git commit: 7155243
Built: Thu Jan 19 17:30:35 2023
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
# terraform version
Terraform v1.4.0
on linux_amd64
2.30 版
若要檢視版本 2.30 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此圖片更新其版本 node.js 至 16.18.1。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 您還不能使用目前版本的 LTS ( 18.12.1 )。 此映像檔現在包含 Terraform CLI。
這個映像檔包含下列工具:
# node --version
v16.19.1
# npm --version
8.19.3
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version v4.31.1
# kubectl version --output=yaml --client
clientVersion:
buildDate: "2023-01-18T19:22:09Z"
compiler: gc
gitCommit: ff2c119726cc1f8926fb0585c74b25921e866a28
gitTreeState: clean
gitVersion: v1.25.6
goVersion: go1.19.5
major: "1"
minor: "25"
platform: linux/amd64
kustomizeVersion: v4.5.7
# buildctl --version
buildctl github.com/moby/buildkit v0.11.3 4ddee42a32aac4cd33bf9c2be4c87c2ffd34747b
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.11.1", GitCommit:"293b50c65d4d56187cd4e2f390f0ada46b4c4737", GitTreeState:"clean", GoVersion:"go1.18.10"}
# ibmcloud -version
ibmcloud version 2.14.0+fd1bfc6-2023-01-24T22:18:53+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.63 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.41.1 true
container-registry[cr] 1.0.6 true
container-service[kubernetes-service/ks] 1.0.489 false
cra 1.1.3 false
doi 0.4.1 false
schematics[sch] 1.12.7 true
secrets-manager 0.1.25 true
# ibmcloud dev --version
ibmcloud dev version 2.17.0
# java -version
openjdk version "11.0.17" 2022-10-18
IBM Semeru Runtime Open Edition 11.0.17.0 (build 11.0.17+8)
Eclipse OpenJ9 VM 11.0.17.0 (build openj9-0.35.0, JRE 11 Linux amd64-64-Bit Compressed References 20221031_559 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - a94c231303 based on jdk-11.0.17+8)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /opt/IBM/maven
Java version: 11.0.17, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 8.0.1!
Here are the highlights of this release:
- Improvements to the Kotlin DSL
- Fine-grained parallelism from the first build with configuration cache
- Configurable Gradle user home cache cleanup
For more details see https://docs.gradle.org/8.0.1/release-notes.html
------------------------------------------------------------
Gradle 8.0.1
------------------------------------------------------------
Build time: 2023-02-17 20:09:48 UTC
Revision: 68959bf76cef4d28c678f2e2085ee84e8647b77a
Kotlin: 1.8.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.17 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.12.2
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.39.2
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.23
API version: 1.41
Go version: go1.18.10
Git commit: 7155243
Built: Thu Jan 19 17:30:35 2023
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
# terraform version
Terraform v1.3.9
on linux_amd64
2.29 版
若要檢視版本 2.29 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此圖片更新其版本 node.js 至 16.18.1。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 您還不能使用目前版本的 LTS ( 18.12.1 )。 此映像檔現在包含 Terraform CLI。
這個映像檔包含下列工具:
# node --version
v16.18.1
# npm --version
8.19.2
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version v4.30.8
# kubectl version --output=yaml --client
clientVersion:
buildDate: "2023-01-18T19:22:09Z"
compiler: gc
gitCommit: ff2c119726cc1f8926fb0585c74b25921e866a28
gitTreeState: clean
gitVersion: v1.25.6
goVersion: go1.19.5
major: "1"
minor: "25"
platform: linux/amd64
kustomizeVersion: v4.5.7
# buildctl --version
buildctl github.com/moby/buildkit v0.11.2 944939944ca4cc58a11ace4af714083cfcd9a3c7
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.11.0", GitCommit:"472c5736ab01133de504a826bd9ee12cbe4e7904", GitTreeState:"clean", GoVersion:"go1.18.10"}
# ibmcloud -version
ibmcloud version 2.14.0+fd1bfc6-2023-01-24T22:18:53+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.63 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.8 true
container-registry[cr] 1.0.6 true
container-service[kubernetes-service/ks] 1.0.489 false
cra 1.1.2 false
doi 0.4.1 false
schematics[sch] 1.12.7 true
secrets-manager 0.1.25 true
# ibmcloud dev --version
ibmcloud dev version 2.17.0
# java -version
openjdk version "11.0.17" 2022-10-18
IBM Semeru Runtime Open Edition 11.0.17.0 (build 11.0.17+8)
Eclipse OpenJ9 VM 11.0.17.0 (build openj9-0.35.0, JRE 11 Linux amd64-64-Bit Compressed References 20221031_559 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - a94c231303 based on jdk-11.0.17+8)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
Maven home: /opt/IBM/maven
Java version: 11.0.17, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.6!
Here are the highlights of this release:
- Added support for Java 19.
- Introduced `--rerun` flag for individual task rerun.
- Improved dependency block for test suites to be strongly typed.
- Added a pluggable system for Java toolchains provisioning.
For more details see https://docs.gradle.org/7.6/release-notes.html
------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------
Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.17 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.12.0
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.39.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.23
API version: 1.41
Go version: go1.18.10
Git commit: 7155243
Built: Thu Jan 19 17:30:35 2023
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
# terraform version
Terraform v1.3.7
on linux_amd64
2.28 版
若要檢視版本 2.28 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此圖片更新其版本 node.js 至 16.18.1。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 您還不能使用目前版本的 LTS ( 18.12.1 )。 此映像檔現在包含 Terraform CLI。
這個映像檔包含下列工具:
# node --version
v16.18.1
# npm --version
8.19.2
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version v4.30.8
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.11.0 830288a71f447b46ad44ad5f7bd45148ec450d44
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.10.3", GitCommit:"835b7334cfe2e5e27870ab3ed4135f136eecc704", GitTreeState:"clean", GoVersion:"go1.18.9"}
# ibmcloud -version
ibmcloud version 2.13.0+05fd406-2022-11-30T20:39:15+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.63 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.6 true
container-registry[cr] 1.0.5 true
container-service[kubernetes-service/ks] 1.0.480 false
cra 1.1.1 false
doi 0.4.1 false
schematics[sch] 1.12.6 true
secrets-manager 0.1.25 true
# ibmcloud dev --version
ibmcloud dev version 2.16.0
# java -version
openjdk version "11.0.17" 2022-10-18
IBM Semeru Runtime Open Edition 11.0.17.0 (build 11.0.17+8)
Eclipse OpenJ9 VM 11.0.17.0 (build openj9-0.35.0, JRE 11 Linux amd64-64-Bit Compressed References 20221031_559 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - a94c231303 based on jdk-11.0.17+8)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
Maven home: /opt/IBM/maven
Java version: 11.0.17, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.6!
Here are the highlights of this release:
- Added support for Java 19.
- Introduced `--rerun` flag for individual task rerun.
- Improved dependency block for test suites to be strongly typed.
- Added a pluggable system for Java toolchains provisioning.
For more details see https://docs.gradle.org/7.6/release-notes.html
------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------
Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.17 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.12.0
Kustomize Version: v4.5.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.39.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.22
API version: 1.41
Go version: go1.18.9
Git commit: 3a2c30b
Built: Thu Dec 15 22:21:58 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
# terraform version
Terraform v1.3.7
on linux_amd64
2.27 版
若要檢視版本 2.27 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此圖片更新其版本 node.js 至 16.18.1。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 您還不能使用目前版本的 LTS ( 18.12.1 )。 此映像檔現在包含 Terraform CLI。
這個映像檔包含下列工具:
# node --version
v16.18.1
# npm --version
8.19.2
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version v4.30.6
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.11.0 830288a71f447b46ad44ad5f7bd45148ec450d44
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.10.3", GitCommit:"835b7334cfe2e5e27870ab3ed4135f136eecc704", GitTreeState:"clean", GoVersion:"go1.18.9"}
# ibmcloud -version
ibmcloud version 2.13.0+05fd406-2022-11-30T20:39:15+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.62 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.5 true
container-registry[cr] 1.0.5 true
container-service[kubernetes-service/ks] 1.0.480 false
cra 1.1.1 false
doi 0.4.1 false
schematics 1.12.5 true
# ibmcloud dev --version
ibmcloud dev version 2.16.0
# java -version
openjdk version "11.0.17" 2022-10-18
IBM Semeru Runtime Open Edition 11.0.17.0 (build 11.0.17+8)
Eclipse OpenJ9 VM 11.0.17.0 (build openj9-0.35.0, JRE 11 Linux amd64-64-Bit Compressed References 20221031_559 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - a94c231303 based on jdk-11.0.17+8)
# ant -version
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
# mvn -version
Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
Maven home: /opt/IBM/maven
Java version: 11.0.17, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.6!
Here are the highlights of this release:
- Added support for Java 19.
- Introduced `--rerun` flag for individual task rerun.
- Improved dependency block for test suites to be strongly typed.
- Added a pluggable system for Java toolchains provisioning.
For more details see https://docs.gradle.org/7.6/release-notes.html
------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------
Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.17 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.11.21
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.39.0
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.22
API version: 1.41
Go version: go1.18.9
Git commit: 3a2c30b
Built: Thu Dec 15 22:21:58 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
# terraform version
Terraform v1.3.7
on linux_amd64
2.26 版
若要檢視版本 2.26 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此圖片更新其版本 node.js 至 16.18.1。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 您還不能使用目前版本的 LTS ( 18.12.1 )。
這個映像檔包含下列工具:
# node --version
v16.18.1
# npm --version
8.19.2
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version v4.30.5
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.10.6 0c9b5aeb269c740650786ba77d882b0259415ec7
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.10.2", GitCommit:"50f003e5ee8704ec937a756c646870227d7c8b58", GitTreeState:"clean", GoVersion:"go1.18.8"}
# ibmcloud -version
ibmcloud version 2.13.0+05fd406-2022-11-30T20:39:15+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.62 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.3 true
container-registry[cr] 1.0.5 true
container-service[kubernetes-service/ks] 1.0.480 false
cra 1.0.7 false
doi 0.4.1 false
schematics 1.12.5 true
# ibmcloud dev --version
ibmcloud dev version 2.16.0
# java -version
openjdk version "11.0.17" 2022-10-18
IBM Semeru Runtime Open Edition 11.0.17.0 (build 11.0.17+8)
Eclipse OpenJ9 VM 11.0.17.0 (build openj9-0.35.0, JRE 11 Linux amd64-64-Bit Compressed References 20221031_559 (JIT enabled, AOT enabled)
OpenJ9 - e04a7f6c1
OMR - 85a21674f
JCL - a94c231303 based on jdk-11.0.17+8)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 11.0.17, vendor: IBM Corporation, runtime: /usr/local/jdk11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.6!
Here are the highlights of this release:
- Added support for Java 19.
- Introduced `--rerun` flag for individual task rerun.
- Improved dependency block for test suites to be strongly typed.
- Added a pluggable system for Java toolchains provisioning.
For more details see https://docs.gradle.org/7.6/release-notes.html
------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------
Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.17 (Eclipse OpenJ9 openj9-0.35.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.11.18
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.39.0
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.21
API version: 1.41
Go version: go1.18.7
Git commit: baeda1f
Built: Tue Oct 25 17:56:30 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.25 版
若要檢視版本 2.25 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此圖片更新其版本 node.js 至 16.18.1。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 您還不能使用目前版本的 LTS ( 18.12.1 )。
這個映像檔包含下列工具:
# node --version
v16.18.1
# npm --version
8.19.2
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version v4.30.5
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.10.6 0c9b5aeb269c740650786ba77d882b0259415ec7
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.10.2", GitCommit:"50f003e5ee8704ec937a756c646870227d7c8b58", GitTreeState:"clean", GoVersion:"go1.18.8"}
# ibmcloud -version
ibmcloud version 2.12.1+b8488a1-2022-10-31T15:08:10+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.61 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.1 true
container-registry 1.0.2 true
container-service[kubernetes-service/ks] 1.0.459 false
cra 1.0.4 false
doi 0.4.0 false
schematics 1.12.4 true
# ibmcloud dev --version
ibmcloud dev version 2.15.0
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.6!
Here are the highlights of this release:
- Added support for Java 19.
- Introduced `--rerun` flag for individual task rerun.
- Improved dependency block for test suites to be strongly typed.
- Added a pluggable system for Java toolchains provisioning.
For more details see https://docs.gradle.org/7.6/release-notes.html
------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------
Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.11.13
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.38.1
# curl
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
# wget
GNU Wget 1.20.3 built on linux-gnu.
# openssl version
OpenSSL 1.1.1f 31 Mar 2020
# make
GNU Make 4.2.1
# docker
Client:
Version: 20.10.21
API version: 1.41
Go version: go1.18.7
Git commit: baeda1f
Built: Tue Oct 25 17:56:30 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU ed 1.16
2.24 版
若要檢視版本 2.24 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此圖片更新其版本 node.js 至 16.18.1。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。 您還不能使用目前版本的 LTS ( 18.12.1 )。
這個映像檔包含下列工具:
# node --version
v16.18.1
# npm --version
8.19.2
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.29.2
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.10.5 bc26045116045516ff2427201abd299043eaf8f7
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.18.7"}
# ibmcloud -version
ibmcloud version 2.12.1+b8488a1-2022-10-31T15:08:10+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.61 false
cloud-internet-services[cis] 1.14.9 true
code-engine[ce] 1.40.0 Update Available true
container-registry 1.0.2 true
container-service[kubernetes-service/ks] 1.0.459 false
cra 1.0.4 false
doi 0.4.0 false
schematics 1.12.3 true
# ibmcloud dev --version
ibmcloud dev version 2.15.0
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.49-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.5.1!
Here are the highlights of this release:
- Support for Java 18
- Support for building with Groovy 4
- Much more responsive continuous builds
- Improved diagnostics for dependency resolution
For more details see https://docs.gradle.org/7.5.1/release-notes.html
------------------------------------------------------------
Gradle 7.5.1
------------------------------------------------------------
Build time: 2022-08-05 21:17:56 UTC
Revision: d1daa0cbf1a0103000b71484e1dbfe096e095918
Kotlin: 1.6.21
Groovy: 3.0.10
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.15.49-linuxkit amd64
# oc version
Client Version: 4.11.12
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.38.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.21
API version: 1.41
Go version: go1.18.7
Git commit: baeda1f
Built: Tue Oct 25 17:56:30 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.23 版
若要檢視版本 2.23 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像將 node.js 更新為目前的 LTS 版本 16.17.1。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。
這個映像檔包含下列工具:
# node --version
v16.17.1
# npm --version
8.15.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.27.5
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.10.4 a2ba6869363812a210fcc3ded6926757ab780b5f
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.10.0", GitCommit:"ce66412a723e4d89555dc67217607c6579ffcb21", GitTreeState:"clean", GoVersion:"go1.18.6"}
# ibmcloud -version
ibmcloud version 2.11.1+c18277d-2022-09-23T21:49:24+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.61 false
cloud-internet-services[cis] 1.14.8 true
code-engine[ce] 1.39.3 true
container-registry 1.0.1 true
container-service[kubernetes-service/ks] 1.0.454 false
cra 1.0.2 false
doi 0.3.9 false
schematics 1.12.2 true
# ibmcloud dev --version
ibmcloud dev version 2.14.0
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.124-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.5.1!
Here are the highlights of this release:
- Support for Java 18
- Support for building with Groovy 4
- Much more responsive continuous builds
- Improved diagnostics for dependency resolution
For more details see https://docs.gradle.org/7.5.1/release-notes.html
------------------------------------------------------------
Gradle 7.5.1
------------------------------------------------------------
Build time: 2022-08-05 21:17:56 UTC
Revision: d1daa0cbf1a0103000b71484e1dbfe096e095918
Kotlin: 1.6.21
Groovy: 3.0.10
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.10.124-linuxkit amd64
# oc version
Client Version: 4.11.5
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.38.0
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.18
API version: 1.41
Go version: go1.18.6
Git commit: b40c2f6
Built: Thu Sep 8 23:05:51 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.22 版
若要檢視版本 2.22 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像將 node.js 更新為目前的 LTS 版本 16.17.0。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。
這個映像檔包含下列工具:
# node --version
v16.17.0
# npm --version
8.15.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.27.2
# kubectl version --client
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:30:46Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
# buildctl --version
buildctl github.com/moby/buildkit v0.10.3 c8d25d9a103b70dc300a4fd55e7e576472284e31
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.9.4", GitCommit:"dbc6d8e20fe1d58d50e6ed30f09a04a77e4c68db", GitTreeState:"clean", GoVersion:"go1.17.13"}
# ibmcloud -version
ibmcloud version 2.10.0+e37e09e-2022-08-24T17:31:27+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.59 false
cloud-internet-services[cis] 1.14.5 true
code-engine[ce] 1.39.1 true
container-registry 0.1.579 true
container-service[kubernetes-service/ks] 1.0.439 false
cra 1.0.0 false
doi 0.3.9 false
schematics 1.12.2 true
# ibmcloud dev --version
ibmcloud dev version 2.13.1
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.104-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.5.1!
Here are the highlights of this release:
- Support for Java 18
- Support for building with Groovy 4
- Much more responsive continuous builds
- Improved diagnostics for dependency resolution
For more details see https://docs.gradle.org/7.5.1/release-notes.html
------------------------------------------------------------
Gradle 7.5.1
------------------------------------------------------------
Build time: 2022-08-05 21:17:56 UTC
Revision: d1daa0cbf1a0103000b71484e1dbfe096e095918
Kotlin: 1.6.21
Groovy: 3.0.10
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.10.104-linuxkit amd64
# oc version
Client Version: 4.11.0
Kustomize Version: v4.5.4
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.37.2
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.16
API version: 1.41
Go version: go1.17.10
Git commit: aa7e414
Built: Thu May 12 09:14:28 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.21 版
若要檢視版本 2.21 的內容,請在正在執行的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像將 node.js 更新為目前的 LTS 版本 16.16.0。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。
這個映像檔包含下列工具:
# node --version
v16.16.0
# npm --version
8.11.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.26.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.11", GitCommit:"38d3c1f3d5306401bcf39a71bad3b5a5106033d7", GitTreeState:"clean", BuildDate:"2022-03-16T14:08:11Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.10.3 c8d25d9a103b70dc300a4fd55e7e576472284e31
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.9.2", GitCommit:"1addefbfe665c350f4daf868a9adc5600cc064fd", GitTreeState:"clean", GoVersion:"go1.17.12"}
# ibmcloud -version
ibmcloud version 2.9.0+6abd6f8-2022-07-05T14:46:06+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.59 false
cloud-internet-services[cis] 1.14.4 true
code-engine[ce] 1.38.1 true
container-registry 0.1.571 true
container-service[kubernetes-service/ks] 1.0.431 false
cra 0.1.22 false
doi 0.3.8 false
schematics 1.12.1 true
# ibmcloud dev --version
ibmcloud dev version 2.13.0
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.104-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.5!
Here are the highlights of this release:
- Support for Java 18
- Support for building with Groovy 4
- Much more responsive continuous builds
- Improved diagnostics for dependency resolution
For more details see https://docs.gradle.org/7.5/release-notes.html
------------------------------------------------------------
Gradle 7.5
------------------------------------------------------------
Build time: 2022-07-14 12:48:15 UTC
Revision: c7db7b958189ad2b0c1472b6fe663e6d654a5103
Kotlin: 1.6.21
Groovy: 3.0.10
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.10.104-linuxkit amd64
# oc version
Client Version: 4.10.23
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.37.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.16
API version: 1.41
Go version: go1.17.10
Git commit: aa7e414
Built: Thu May 12 09:14:28 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.20 版
若要檢視版本 2.20 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像將 node.js 更新為目前的 LTS 版本 16.15.1。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。
這個映像檔包含下列工具:
# node --version
v16.15.1
# npm --version
8.11.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.25.2
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.11", GitCommit:"38d3c1f3d5306401bcf39a71bad3b5a5106033d7", GitTreeState:"clean", BuildDate:"2022-03-16T14:08:11Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.10.3 c8d25d9a103b70dc300a4fd55e7e576472284e31
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.9.0", GitCommit:"7ceeda6c585217a19a1131663d8cd1f7d641b2a7", GitTreeState:"clean", GoVersion:"go1.17.5"}
# ibmcloud -version
ibmcloud version 2.7.0+04dfeac-2022-04-28T17:14:20+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-functions[wsk/functions/fn] 1.0.59 false
cloud-internet-services[cis] 1.14.4 true
code-engine[ce] 1.35.0 true
container-registry 0.1.571 true
container-service[kubernetes-service/ks] 1.0.420 false
cra 0.1.20 false
doi 0.3.8 false
schematics 1.10.0 true
# ibmcloud dev --version
ibmcloud dev version 2.12.0
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.104-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.4.2!
Here are the highlights of this release:
- Aggregated test and JaCoCo reports
- Marking additional test source directories as tests in IntelliJ
- Support for Adoptium JDKs in Java toolchains
For more details see https://docs.gradle.org/7.4.2/release-notes.html
------------------------------------------------------------
Gradle 7.4.2
------------------------------------------------------------
Build time: 2022-03-31 15:25:29 UTC
Revision: 540473b8118064efcc264694cbcaa4b677f61041
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.10.104-linuxkit amd64
# oc version
Client Version: 4.10.17
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.36.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.16
API version: 1.41
Go version: go1.17.10
Git commit: aa7e414
Built: Thu May 12 09:14:28 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.19 版
若要檢視版本 2.19 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像將 node.js 更新為目前的 LTS 版本 16.14.2。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。
這個映像檔包含下列工具:
# node --version
v16.14.2
# npm --version
8.5.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.24.5
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.11", GitCommit:"38d3c1f3d5306401bcf39a71bad3b5a5106033d7", GitTreeState:"clean", BuildDate:"2022-03-16T14:08:11Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.10.1 5bc9c7b15891eecab8d1e0c34ed62a0177c45ae7
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.8.2", GitCommit:"6e3701edea09e5d55a8ca2aae03a68917630e91b", GitTreeState:"clean", GoVersion:"go1.17.5"}
# ibmcloud -version
ibmcloud version 2.6.0+df1953d-2022-03-24T15:00:50+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cra 0.1.15 false
doi 0.3.5 false
schematics 1.8.1 true
cloud-functions[wsk/functions/fn] 1.0.58 false
cloud-internet-services[cis] 1.14.2 true
code-engine[ce] 1.29.3 Update Available true
container-registry 0.1.566 true
container-service[kubernetes-service] 1.0.394 false
# ibmcloud dev --version
ibmcloud dev version 2.11.0
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.16.18-200.fc35.x86_64", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.4.2!
Here are the highlights of this release:
- Aggregated test and JaCoCo reports
- Marking additional test source directories as tests in IntelliJ
- Support for Adoptium JDKs in Java toolchains
For more details see https://docs.gradle.org/7.4.2/release-notes.html
------------------------------------------------------------
Gradle 7.4.2
------------------------------------------------------------
Build time: 2022-03-31 15:25:29 UTC
Revision: 540473b8118064efcc264694cbcaa4b677f61041
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.16.18-200.fc35.x86_64 amd64
# oc version
Client Version: 4.10.9
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.36.0
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.14
API version: 1.41
Go version: go1.16.15
Git commit: a224086
Built: Thu Mar 24 01:45:09 2022
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.18 版
若要檢視版本 2.18 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像將 node.js 更新為目前的 LTS 版本 16.14.0。 如果您需要使用不同版本的node.js,請在腳本開頭使用 nvm install v<node version>。
這個映像檔包含下列工具:
# node --version
v16.14.0
# npm --version
8.3.1
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.20.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.14", GitCommit:"57a3aa3f13699cf3db9c52d228c18db94fa81876", GitTreeState:"clean", BuildDate:"2021-12-15T14:52:33Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.9.3 8d2625494a6a3d413e3d875a2ff7dd9b1ed1b1a9
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.5"}
# ibmcloud -version
ibmcloud version 2.4.0+4ca2c74-2022-01-20T18:32:41+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
doi 0.3.3 false
schematics 1.7.2 false
cloud-functions[wsk/functions/fn] 1.0.58 false
cloud-internet-services 1.14.1 true
code-engine[ce] 1.26.0 true
container-registry 0.1.560 true
container-service[kubernetes-service] 1.0.372 false
cra 0.1.11 false
# ibmcloud dev --version
ibmcloud dev version 2.10.1
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.18-200.fc35.x86_64", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.4!
Here are the highlights of this release:
- Aggregated test and JaCoCo reports
- Marking additional test source directories as tests in IntelliJ
- Support for Adoptium JDKs in Java toolchains
For more details see https://docs.gradle.org/7.4/release-notes.html
------------------------------------------------------------
Gradle 7.4
------------------------------------------------------------
Build time: 2022-02-08 09:58:38 UTC
Revision: f0d9291c04b90b59445041eaa75b2ee744162586
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.15.18-200.fc35.x86_64 amd64
# oc version
Client Version: 4.9.21
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.35.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.12
API version: 1.41
Go version: go1.16.12
Git commit: e91ed57
Built: Mon Dec 13 11:40:57 2021
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.17 版
若要檢視版本 2.17 的內容,請在正在執行的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像將 node.js 更新為目前的 LTS 版本 16.13.0。 如果您需要保留之前的 node.js 版本 14.17.6,您可以繼續使用之前的圖片,或者在腳本的開頭加入 nvm install v14.17.6。
這個映像檔包含下列工具:
# node --version
v16.13.0
# npm --version
8.1.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.16.2
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.14", GitCommit:"57a3aa3f13699cf3db9c52d228c18db94fa81876", GitTreeState:"clean", BuildDate:"2021-12-15T14:52:33Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.9.3 8d2625494a6a3d413e3d875a2ff7dd9b1ed1b1a9
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.16.10"}
# ibmcloud -version
ibmcloud version 2.3.0+26fbf88-2021-12-09T17:14:46+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
container-registry 0.1.556 true
container-service[kubernetes-service] 1.0.353 false
cra 0.1.11 false
doi 0.3.3 false
schematics 1.7.0 false
cloud-functions[wsk/functions/fn] 1.0.58 false
cloud-internet-services 1.14.0 true
code-engine[ce] 1.24.0 true
# ibmcloud dev --version
ibmcloud dev version 2.10.0
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.76-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.3.3!
Here are the highlights of this release:
- Easily declare new test suites in Java projects
- Support for Java 17
- Support for Scala 3
For more details see https://docs.gradle.org/7.3.3/release-notes.html
------------------------------------------------------------
Gradle 7.3.3
------------------------------------------------------------
Build time: 2021-12-22 12:37:54 UTC
Revision: 6f556c80f945dc54b50e0be633da6c62dbe8dc71
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.10.76-linuxkit amd64
# oc version
Client Version: 4.9.13
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.34.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.11
API version: 1.41
Go version: go1.16.10
Git commit: dea9396
Built: Thu Nov 18 00:34:03 2021
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.16 版
若要檢視版本 2.16 的內容,請在正在運行的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
此映像將 node.js 更新為目前的 LTS 版本 16.13.0。 如果您需要保留之前的 node.js 版本 14.17.6,您可以繼續使用之前的圖片,或者在腳本的開頭加入 nvm install v14.17.6。
這個映像檔包含下列工具:
# node --version
v16.13.0
# npm --version
8.1.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.14.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.9.2 a14b4e097ae1dc7514c5febd6d75f742a166ea75
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.7.1", GitCommit:"1d11fcb5d3f3bf00dbe6fe31b8412839a96b3dc4", GitTreeState:"clean", GoVersion:"go1.16.9"}
# ibmcloud -version
ibmcloud version 2.2.0+99934b5-2021-11-10T16:34:14+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-internet-services 1.13.6 true
code-engine[ce] 1.23.1 true
container-registry 0.1.553 true
container-service[kubernetes-service] 1.0.344 false
cra 0.1.9 false
doi 0.3.3 false
schematics 1.6.1 false
cloud-functions[wsk/functions/fn] 1.0.56 false
# ibmcloud dev --version
ibmcloud dev version 2.9.1
# java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Eclipse OpenJ9 VM AdoptOpenJDK-11.0.11+9 (build openj9-0.26.0, JRE 11 Linux amd64-64-Bit Compressed References 20210421_975 (JIT enabled, AOT enabled)
OpenJ9 - b4cc246d9
OMR - 162e6f729
JCL - 7796c80419 based on jdk-11.0.11+9)
# ant -version
Apache Ant(TM) version 1.10.12 compiled on October 13 2021
# mvn -version
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/IBM/maven
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.47-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.2!
Here are the highlights of this release:
- Toolchain support for Scala
- More cache hits when Java source files have platform-specific line endings
- More resilient remote HTTP build cache behavior
For more details see https://docs.gradle.org/7.2/release-notes.html
------------------------------------------------------------
Gradle 7.2
------------------------------------------------------------
Build time: 2021-08-17 09:59:03 UTC
Revision: a773786b58bb28710e3dc96c4d1a7063628952ad
Kotlin: 1.5.21
Groovy: 3.0.8
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.11 (Eclipse OpenJ9 openj9-0.26.0)
OS: Linux 5.10.47-linuxkit amd64
# oc version
Client Version: 4.9.7
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.34.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client:
Version: 20.10.9
API version: 1.41
Go version: go1.16.8
Git commit: c2ea9bc
Built: Mon Oct 4 16:03:22 2021
OS/Arch: linux/amd64
Context: default
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.15 版
若要檢視版本 2.15 的內容,請在執行中的映像中輸入 default_versions.sh。
IBM Cloud CLI 提供程式碼風險分析指令。 您可以使用 IBM Cloud CLI 來分析程式碼是否有漏洞,以及是否符合某些規則。 Code Risk Analyzer 適用於所有支援工具鏈的 IBM Cloud 區域。 有關 Code Risk Analyzer 的詳細資訊,請參閱 Code Risk Analyzer 文件。
這個映像檔包含下列工具:
# node --version
v14.17.6
# npm --version
6.14.15
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.13.2
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.9.0 c8bb937807d405d92be91f06ce2629e6202ac7a9
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.7.0", GitCommit:"eeac83883cb4014fe60267ec6373570374ce770b", GitTreeState:"clean", GoVersion:"go1.16.8"}
# ibmcloud -version
ibmcloud version 2.1.0+a4d550e-2021-09-22T13:31:04+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-internet-services 1.13.4 true
container-registry 0.1.547 true
container-service[kubernetes-service] 1.0.312 false
cra 0.0.9 false
doi 0.3.3 false
schematics 1.6.0 false
cloud-functions[wsk/functions/fn] 1.0.56 false
# ibmcloud dev --version
ibmcloud dev version 2.9.0
# java -version
openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.24.0, JRE 11 Linux amd64-64-Bit Compressed References 20210120_910 (JIT enabled, AOT enabled)
OpenJ9 - 345e1b09e
OMR - 741e94ea8
JCL - 0a86953833 based on jdk-11.0.10+9)
# ant -version
Apache Ant(TM) version 1.10.11 compiled on July 10 2021
# mvn -version
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Maven home: /opt/IBM/maven
Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.47-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.2!
Here are the highlights of this release:
- Toolchain support for Scala
- More cache hits when Java source files have platform-specific line endings
- More resilient remote HTTP build cache behavior
For more details see https://docs.gradle.org/7.2/release-notes.html
------------------------------------------------------------
Gradle 7.2
------------------------------------------------------------
Build time: 2021-08-17 09:59:03 UTC
Revision: a773786b58bb28710e3dc96c4d1a7063628952ad
Kotlin: 1.5.21
Groovy: 3.0.8
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.10 (Eclipse OpenJ9 openj9-0.24.0)
OS: Linux 5.10.47-linuxkit amd64
# oc version
Client Version: 4.8.11
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.17.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client: Docker Engine - Community
Version: 19.03.9
API version: 1.40
Go version: go1.13.10
Git commit: 9d988398e7
Built: Fri May 15 00:22:47 2020
OS/Arch: linux/amd64
Experimental: false
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.14 版
若要檢視版本 2.14 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v14.17.6
# npm --version
6.14.15
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq (https://github.com/mikefarah/yq/) version 4.12.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.9.0 c8bb937807d405d92be91f06ce2629e6202ac7a9
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.6.3", GitCommit:"d506314abfb5d21419df8c7e7e68012379db2354", GitTreeState:"clean", GoVersion:"go1.16.5"}
# ibmcloud -version
ibmcloud version 2.0.3+c7a1126-2021-08-27T19:17:51+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
container-service[kubernetes-service] 1.0.312 false
doi 0.3.2 false
schematics 1.5.12 false
cloud-functions[wsk/functions/fn] 1.0.56 false
cloud-internet-services 1.13.4 true
container-registry 0.1.543 true
# ibmcloud dev --version
ibmcloud dev version 2.8.0
# java -version
openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.24.0, JRE 11 Linux amd64-64-Bit Compressed References 20210120_910 (JIT enabled, AOT enabled)
OpenJ9 - 345e1b09e
OMR - 741e94ea8
JCL - 0a86953833 based on jdk-11.0.10+9)
# ant -version
Apache Ant(TM) version 1.10.11 compiled on July 10 2021
# mvn -version
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Maven home: /opt/IBM/maven
Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.47-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.2!
Here are the highlights of this release:
- Toolchain support for Scala
- More cache hits when Java source files have platform-specific line endings
- More resilient remote HTTP build cache behavior
For more details see https://docs.gradle.org/7.2/release-notes.html
------------------------------------------------------------
Gradle 7.2
------------------------------------------------------------
Build time: 2021-08-17 09:59:03 UTC
Revision: a773786b58bb28710e3dc96c4d1a7063628952ad
Kotlin: 1.5.21
Groovy: 3.0.8
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.10 (Eclipse OpenJ9 openj9-0.24.0)
OS: Linux 5.10.47-linuxkit amd64
# oc version
Client Version: 4.8.5
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.17.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client: Docker Engine - Community
Version: 19.03.9
API version: 1.40
Go version: go1.13.10
Git commit: 9d988398e7
Built: Fri May 15 00:22:47 2020
OS/Arch: linux/amd64
Experimental: false
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.13 版
若要檢視版本 2.13 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v14.17.0
# npm --version
6.14.13
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq version 4.9.3
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.8.2 9065b18ba4633c75862befca8188de4338d9f94a
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.6.0", GitCommit:"7f2df6467771a75f5646b7f12afb408590ed1755", GitTreeState:"clean", GoVersion:"go1.16.3"}
# ibmcloud -version
ibmcloud version 1.6.0+59b6322-2021-05-26T20:13:53+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-internet-services 1.13.3 true
container-registry 0.1.525 true
container-service/kubernetes-service 1.0.275 false
doi 0.3.2 false
schematics 1.5.7 false
cloud-functions/wsk/functions/fn 1.0.56 false
# ibmcloud dev --version
ibmcloud dev version 2.7.0
# java -version
openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.24.0, JRE 11 Linux amd64-64-Bit Compressed References 20210120_910 (JIT enabled, AOT enabled)
OpenJ9 - 345e1b09e
OMR - 741e94ea8
JCL - 0a86953833 based on jdk-11.0.10+9)
# ant -version
Apache Ant(TM) version 1.10.9 compiled on September 27 2020
# mvn -version
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/IBM/maven
Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.42", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 7.0.2!
Here are the highlights of this release:
- File system watching enabled by default
- Support for running with and building Java 16 projects
- Native support for Apple Silicon processors
- Dependency catalog feature preview
For more details see https://docs.gradle.org/7.0.2/release-notes.html
------------------------------------------------------------
Gradle 7.0.2
------------------------------------------------------------
Build time: 2021-05-14 12:02:31 UTC
Revision: 1ef1b260d39daacbf9357f9d8594a8a743e2152e
Kotlin: 1.4.31
Groovy: 3.0.7
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.10 (Eclipse OpenJ9 openj9-0.24.0)
OS: Linux 5.10.42 amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
error: server took too long to respond with version information.
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.17.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client: Docker Engine - Community
Version: 19.03.9
API version: 1.40
Go version: go1.13.10
Git commit: 9d988398e7
Built: Fri May 15 00:22:47 2020
OS/Arch: linux/amd64
Experimental: false
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.12 版
若要檢視版本 2.12 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v14.16.1
# npm --version
6.14.12
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# yq4 --version
yq version 4.6.2
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.8.2 9065b18ba4633c75862befca8188de4338d9f94a
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.5.3", GitCommit:"041ce5a2c17a58be0fcd5f5e16fb3e7e95fea622", GitTreeState:"dirty", GoVersion:"go1.15.8"}
# ibmcloud -version
ibmcloud version 1.4.0+4705d79-2021-02-24T21:18:06+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
cloud-internet-services 1.13.1 false
container-registry 0.1.514 false
container-service/kubernetes-service 1.0.233 false
doi 0.3.1 false
schematics 1.5.1 false
cloud-functions/wsk/functions/fn 1.0.53 false
# ibmcloud dev --version
ibmcloud dev version 2.6.0
# java -version
openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.24.0, JRE 11 Linux amd64-64-Bit Compressed References 20210120_910 (JIT enabled, AOT enabled)
OpenJ9 - 345e1b09e
OMR - 741e94ea8
JCL - 0a86953833 based on jdk-11.0.10+9)
# ant -version
Apache Ant(TM) version 1.10.9 compiled on September 27 2020
# mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/IBM/maven
Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.19.121-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 6.8.3!
Here are the highlights of this release:
- Faster Kotlin DSL script compilation
- Vendor selection for Java toolchains
- Convenient execution of tasks in composite builds
- Consistent dependency resolution
For more details see https://docs.gradle.org/6.8.3/release-notes.html
------------------------------------------------------------
Gradle 6.8.3
------------------------------------------------------------
Build time: 2021-02-22 16:13:28 UTC
Revision: 9e26b4a9ebb910eaa1b8da8ff8575e514bc61c78
Kotlin: 1.4.20
Groovy: 2.5.12
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.10 (Eclipse OpenJ9 openj9-0.24.0)
OS: Linux 4.19.121-linuxkit amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.17.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client: Docker Engine - Community
Version: 19.03.9
API version: 1.40
Go version: go1.13.10
Git commit: 9d988398e7
Built: Fri May 15 00:22:47 2020
OS/Arch: linux/amd64
Experimental: false
# dc --version
dc (GNU bc 1.07.1) 1.4.1
# ed --version
GNU Ed 1.10
2.11 版
若要檢視版本 2.11 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v12.20.1
# npm --version
6.14.11
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"17+", GitVersion:"v1.17.16-rc.0", GitCommit:"737e2c461a2999fa242d39e77b9252d0eee7167e", GitTreeState:"clean", BuildDate:"2020-12-09T11:14:02Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.8.0 73fe4736135645a342abc7b587bba0994cccf0f9
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.4.2", GitCommit:"23dd3af5e19a02d4f4baa5b2f242645a1a3af629", GitTreeState:"clean", GoVersion:"go1.14.13"}
# ibmcloud -version
ibmcloud version 1.3.0+4308925-2020-12-16T07:53:49+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status Private endpoints supported
container-service/kubernetes-service 1.0.208 false
doi 0.2.9 false
schematics 1.4.25 false
cloud-functions/wsk/functions/fn 1.0.49 false
cloud-internet-services 1.11.0 false
container-registry 0.1.497 false
# ibmcloud dev --version
ibmcloud dev version 2.5.1
# java -version
openjdk version "11.0.9" 2020-10-20
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9+11)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.23.0, JRE 11 Linux amd64-64-Bit Compressed References 20201022_810 (JIT enabled, AOT enabled)
OpenJ9 - 0394ef754
OMR - 582366ae5
JCL - 3b09cfd7e9 based on jdk-11.0.9+11)
# ant -version
Apache Ant(TM) version 1.10.9 compiled on September 27 2020
# mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/IBM/maven
Java version: 11.0.9, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: c.u_US, platform encoding: UTF-8
OS name: "linux", version: "4.19.121-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 6.7.1!
Here are the highlights of this release:
- File system watching is ready for production use
- Declare the version of Java your build requires
- Java 15 support
For more details see https://docs.gradle.org/6.7.1/release-notes.html
------------------------------------------------------------
Gradle 6.7.1
------------------------------------------------------------
Build time: 2020-11-16 17:09:24 UTC
Revision: 2972ff02f3210d2ceed2f1ea880f026acfbab5c0
Kotlin: 1.3.72
Groovy: 2.5.12
Ant: Apache Ant(TM) version 1.10.8 compiled on May 10 2020
JVM: 11.0.9 (Eclipse OpenJ9 openj9-0.23.0)
OS: Linux 4.19.121-linuxkit amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.17.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client: Docker Engine - Community
Version: 19.03.9
API version: 1.40
Go version: go1.13.10
Git commit: 9d988398e7
Built: Fri May 15 00:22:47 2020
OS/Arch: linux/amd64
Experimental: false
2.10 版
從版本 2.10 開始,版本化的基本映像包含 Docker 用戶端。
若要檢視版本 2.10 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v12.20.0
# npm --version
6.14.9
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# yq3 --version
yq version 3.4.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"17+", GitVersion:"v1.17.16-rc.0", GitCommit:"737e2c461a2999fa242d39e77b9252d0eee7167e", GitTreeState:"clean", BuildDate:"2020-12-09T11:14:02Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.8.0 73fe4736135645a342abc7b587bba0994cccf0f9
# helm version --client
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.4.2", GitCommit:"23dd3af5e19a02d4f4baa5b2f242645a1a3af629", GitTreeState:"clean", GoVersion:"go1.14.13"}
# ibmcloud -version
ibmcloud version 1.2.3+3577aee6-2020-09-25T14:34:09+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
cloud-functions/wsk/functions/fn 1.0.49
cloud-internet-services 1.11.0
container-registry 0.1.497
container-service/kubernetes-service 1.0.206
doi 0.2.9
schematics 1.4.25
# ibmcloud dev --version
ibmcloud dev version 2.5.0
# java -version
openjdk version "11.0.9" 2020-10-20
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9+11)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.23.0, JRE 11 Linux amd64-64-Bit Compressed References 20201022_810 (JIT enabled, AOT enabled)
OpenJ9 - 0394ef754
OMR - 582366ae5
JCL - 3b09cfd7e9 based on jdk-11.0.9+11)
# ant -version
Apache Ant(TM) version 1.10.9 compiled on September 27 2020
# mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/IBM/maven
Java version: 11.0.9, vendor: AdoptOpenJDK, runtime: /usr/local/openjdk-11
Default locale: c.u_US, platform encoding: UTF-8
OS name: "linux", version: "4.19.121-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 6.7.1!
Here are the highlights of this release:
- File system watching is ready for production use
- Declare the version of Java your build requires
- Java 15 support
For more details see https://docs.gradle.org/6.7.1/release-notes.html
------------------------------------------------------------
Gradle 6.7.1
------------------------------------------------------------
Build time: 2020-11-16 17:09:24 UTC
Revision: 2972ff02f3210d2ceed2f1ea880f026acfbab5c0
Kotlin: 1.3.72
Groovy: 2.5.12
Ant: Apache Ant(TM) version 1.10.8 compiled on May 10 2020
JVM: 11.0.9 (Eclipse OpenJ9 openj9-0.23.0)
OS: Linux 4.19.121-linuxkit amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
# zip
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
# unzip
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
# git --version
git version 2.17.1
# curl
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
# wget
GNU Wget 1.19.4 built on linux-gnu.
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# make
GNU Make 4.1
# docker
Client: Docker Engine - Community
Version: 19.03.9
API version: 1.40
Go version: go1.13.10
Git commit: 9d988398e7
Built: Fri May 15 00:22:47 2020
OS/Arch: linux/amd64
Experimental: false
2.9 版
若要檢視版本 2.9 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v12.18.3
# npm --version
6.14.8
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.11", GitCommit:"ea5f00d93211b7c80247bf607cfa422ad6fb5347", GitTreeState:"clean", BuildDate:"2020-08-13T15:20:25Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}
# buildctl --version
buildctl github.com/moby/buildkit v0.7.2 22e230744171b4442101731951bbbecf97796ea5
# helm version --client
Client: &version.Version{SemVer:"v2.16.10", GitCommit:"bceca24a91639f045f22ab0f41e47589a932cf5e", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.3.1", GitCommit:"249e5215cde0c3fa72e27eb7a30e8d55c9696144", GitTreeState:"clean", GoVersion:"go1.14.7"}
# ibmcloud -version
ibmcloud version 1.2.1+29ade2b-2020-09-04T12:46:49+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
schematics 1.4.18
cloud-functions/wsk/functions/fn 1.0.46
cloud-internet-services 1.10.0
container-registry 0.1.494
container-service/kubernetes-service 1.0.157
doi 0.2.6
# ibmcloud dev --version
ibmcloud dev version 2.5.0
# java -version
openjdk version "11.0.7" 2020-04-14
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.20.0, JRE 11 Linux amd64-64-Bit Compressed References 20200416_574 (JIT enabled, AOT enabled)
OpenJ9 - 05fa2d361
OMR - d4365f371
JCL - 838028fc9d based on jdk-11.0.7+10)
# ant -version
Apache Ant(TM) version 1.10.8 compiled on May 10 2020
# mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/IBM/maven
Java version: 11.0.7, vendor: Eclipse OpenJ9, runtime: /usr/local/openjdk-11
Default locale: c.u_US, platform encoding: UTF-8
OS name: "linux", version: "4.19.76-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 6.6.1!
Here are the highlights of this release:
- Experimental build configuration caching
- Built-in conventions for handling credentials
- Java compilation supports --release flag
For more details see https://docs.gradle.org/6.6.1/release-notes.html
------------------------------------------------------------
Gradle 6.6.1
------------------------------------------------------------
Build time: 2020-08-25 16:29:12 UTC
Revision: f2d1fb54a951d8b11d25748e4711bec8d128d7e3
Kotlin: 1.3.72
Groovy: 2.5.12
Ant: Apache Ant(TM) version 1.10.8 compiled on May 10 2020
JVM: 11.0.7 (Eclipse OpenJ9 openj9-0.20.0)
OS: Linux 4.19.76-linuxkit amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
2.8 版
若要檢視版本 2.8 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v12.18.2
# npm --version
6.14.7
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.5", GitCommit:"e0fccafd69541e3750d460ba0f9743b90336f24f", GitTreeState:"clean", BuildDate:"2020-04-16T11:44:03Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
# helm version --client
Client: &version.Version{SemVer:"v2.16.9", GitCommit:"8ad7037828e5a0fca1009dabe290130da6368e39", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.2.4", GitCommit:"0ad800ef43d3b826f31a5ad8dfbb4fe05d143688", GitTreeState:"clean", GoVersion:"go1.13.12"}
# ibmcloud -version
ibmcloud version 1.1.0+cc908fe-2020-04-29T04:06:12+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
cloud-functions/wsk/functions/fn 1.0.44
cloud-internet-services 1.9.9
container-registry 0.1.482
container-service/kubernetes-service 1.0.118
doi 0.2.5
schematics 1.4.17
# ibmcloud dev --version
ibmcloud dev version 2.4.8
# java -version
openjdk version "11.0.7" 2020-04-14
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.20.0, JRE 11 Linux amd64-64-Bit Compressed References 20200416_574 (JIT enabled, AOT enabled)
OpenJ9 - 05fa2d361
OMR - d4365f371
JCL - 838028fc9d based on jdk-11.0.7+10)
# ant -version
Apache Ant(TM) version 1.10.8 compiled on May 10 2020
# mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/IBM/maven
Java version: 11.0.7, vendor: Eclipse OpenJ9, runtime: /usr/local/openjdk-11
Default locale: c.u_US, platform encoding: UTF-8
OS name: "linux", version: "4.19.76-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 6.5.1!
Here are the highlights of this release:
- Experimental file-system watching
- Improved version ordering
- New samples
For more details see https://docs.gradle.org/6.5.1/release-notes.html
------------------------------------------------------------
Gradle 6.5.1
------------------------------------------------------------
Build time: 2020-06-30 06:32:47 UTC
Revision: 66bc713f7169626a7f0134bf452abde51550ea0a
Kotlin: 1.3.72
Groovy: 2.5.11
Ant: Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM: 11.0.7 (Eclipse OpenJ9 openj9-0.20.0)
OS: Linux 4.19.76-linuxkit amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
2.7 版
從版本 2.7 開始,預設 JVM 為 Java™ 11。 Java™ 8 被移除。 如果您仍然需要 Java™ 1.8,您可以使用版本 2.6 或您自己的自訂圖片。 雖然 Helm 有兩個版本,但預設版本是 2.16.6。 您可以使用 helm3 指令存取 Helm 版本 3.2.1。
若要檢視版本 2.7 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v12.16.3
# npm --version
6.14.4
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.5", GitCommit:"e0fccafd69541e3750d460ba0f9743b90336f24f", GitTreeState:"clean", BuildDate:"2020-04-16T11:44:03Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
# helm version --client
Client: &version.Version{SemVer:"v2.16.6", GitCommit:"dd2e5695da88625b190e6b22e9542550ab503a47", GitTreeState:"clean"}
# helm3 version --client
version.BuildInfo{Version:"v3.2.1", GitCommit:"fe51cd1e31e6a202cba7dead9552a6d418ded79a", GitTreeState:"clean", GoVersion:"go1.13.10"}
# ibmcloud -version
ibmcloud version 1.1.0+cc908fe-2020-04-29T04:06:12+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
schematics 1.4.10
cloud-functions/wsk/functions/fn 1.0.39
cloud-internet-services 1.9.7
container-registry 0.1.471
container-service/kubernetes-service 1.0.57
doi 0.2.1
# ibmcloud dev --version
ibmcloud dev version 2.4.8
# java -version
openjdk version "11.0.7" 2020-04-14
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.20.0, JRE 11 Linux amd64-64-Bit Compressed References 20200416_574 (JIT enabled, AOT enabled)
OpenJ9 - 05fa2d361
OMR - d4365f371
JCL - 838028fc9d based on jdk-11.0.7+10)
# ant -version
Apache Ant(TM) version 1.10.8 compiled on May 10 2020
# mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/IBM/maven
Java version: 11.0.7, vendor: Eclipse OpenJ9, runtime: /usr/local/openjdk-11
Default locale: c.u_US, platform encoding: UTF-8
OS name: "linux", version: "4.19.76-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 6.4!
Here are the highlights of this release:
- Support for building, testing and running Java Modules
- Precompiled script plug-ins for Groovy DSL
- Single dependency lock file per project
For more details see https://docs.gradle.org/6.4/release-notes.html
------------------------------------------------------------
Gradle 6.4
------------------------------------------------------------
Build time: 2020-05-05 19:18:55 UTC
Revision: 42f7c3d0c3066b7b38bd0726760d4881e86fd19f
Kotlin: 1.3.71
Groovy: 2.5.10
Ant: Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM: 11.0.7 (Eclipse OpenJ9 openj9-0.20.0)
OS: Linux 4.19.76-linuxkit amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
2.6 版
若要檢視版本 2.6 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v12.13.0
# npm --version
6.12.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"c97fe5036ef3df2967d086711e6c0c405941e14b", GitTreeState:"clean", BuildDate:"2019-10-15T19:18:23Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"}
# helm version --client
Client: &version.Version{SemVer:"v2.16.0", GitCommit:"e13bc94621d4ef666270cfbe734aaabf342a49bb", GitTreeState:"clean"}
# ibmcloud -version
ibmcloud version 0.20.0+5d69177-2019-10-31T07:15:05+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
container-registry 0.1.437
container-service/kubernetes-service 0.4.61
doi 0.1.5
schematics 1.4.2
cloud-functions/wsk/functions/fn 1.0.36
# java -version
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
# ant -version
Apache Ant(TM) version 1.10.7 compiled on September 1 2019
# mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/IBM/maven
Java version: 1.8.0_222, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.9.184-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 6.0.1!
Here are the highlights of this release:
- Substantial improvements in dependency management, including
- Publishing Gradle Module Metadata in addition to pom.xml
- Advanced control of transitive versions
- Support for optional features and dependencies
- Rules to tweak published metadata
- Support for Java 13
- Faster incremental Java and Groovy compilation
- New Zinc compiler for Scala
- VS2019 support
- Support for Gradle Enterprise plugin 3.0
For more details see https://docs.gradle.org/6.0.1/release-notes.html
------------------------------------------------------------
Gradle 6.0.1
------------------------------------------------------------
Build time: 2019-11-18 20:25:01 UTC
Revision: fad121066a68c4701acd362daf4287a7c309a0f5
Kotlin: 1.3.50
Groovy: 2.5.8
Ant: Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM: 1.8.0_222 (Private Build 25.222-b10)
OS: Linux 4.9.184-linuxkit amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
2.5 版
若要檢視版本 2.5 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v12.13.0
# npm --version
6.12.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.1
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"c97fe5036ef3df2967d086711e6c0c405941e14b", GitTreeState:"clean", BuildDate:"2019-10-15T19:18:23Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"}
# helm version --client
Client: &version.Version{SemVer:"v2.16.0", GitCommit:"e13bc94621d4ef666270cfbe734aaabf342a49bb", GitTreeState:"clean"}
# ibmcloud -version
ibmcloud version 0.20.0+5d69177-2019-10-31T07:15:05+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
cloud-functions/wsk/functions/fn 1.0.36
container-registry 0.1.437
container-service/kubernetes-service 0.4.61
doi 0.1.5
# java -version
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
# ant -version
Apache Ant(TM) version 1.10.7 compiled on September 1 2019
# mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/IBM/maven
Java version: 1.8.0_222, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.9.184-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 6.0.1!
Here are the highlights of this release:
- Substantial improvements in dependency management, including
- Publishing Gradle Module Metadata in addition to pom.xml
- Advanced control of transitive versions
- Support for optional features and dependencies
- Rules to tweak published metadata
- Support for Java 13
- Faster incremental Java and Groovy compilation
- New Zinc compiler for Scala
- VS2019 support
- Support for Gradle Enterprise plug-in 3.0
For more details see https://docs.gradle.org/6.0.1/release-notes.html
------------------------------------------------------------
Gradle 6.0.1
------------------------------------------------------------
Build time: 2019-11-18 20:25:01 UTC
Revision: fad121066a68c4701acd362daf4287a7c309a0f5
Kotlin: 1.3.50
Groovy: 2.5.8
Ant: Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM: 1.8.0_222 (Private Build 25.222-b10)
OS: Linux 4.9.184-linuxkit amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
2.4 版
若要檢視版本 2.4 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v10.16.3
# npm --version
6.9.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.0
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.3", GitCommit:"2d3c76f9091b6bec110a5e63777c332469e0cba2", GitTreeState:"clean", BuildDate:"2019-08-19T11:13:54Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
# helm version --client
Client: &version.Version{SemVer:"v2.14.3", GitCommit:"0e7f3b6637f7af8fcfddb3d2941fcc7cbebb0085", GitTreeState:"clean"}
# ibmcloud -version
ibmcloud version 0.18.1+09d36ed-2019-08-19T08:23:11+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
doi 0.1.5
cloud-functions/wsk/functions/fn 1.0.32
container-registry 0.1.404
container-service/kubernetes-service 0.4.3
# java -version
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
# ant -version
Apache Ant(TM) version 1.10.6 compiled on May 2 2019
# mvn -version
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T19:00:29Z)
Maven home: /opt/IBM/maven
Java version: 1.8.0_222, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.9.184-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 5.6!
Here are the highlights of this release:
- Incremental Groovy compilation
- Groovy compile avoidance
- Test fixtures for Java projects
- Manage plug-in versions via settings script
For more details see https://docs.gradle.org/5.6/release-notes.html
------------------------------------------------------------
Gradle 5.6
------------------------------------------------------------
Build time: 2019-08-14 21:05:25 UTC
Revision: f0b9d60906c7b8c42cd6c61a39ae7b74767bb012
Kotlin: 1.3.41
Groovy: 2.5.4
Ant: Apache Ant(TM) version 1.9.14 compiled on March 12 2019
JVM: 1.8.0_222 (Private Build 25.222-b10)
OS: Linux 4.9.184-linuxkit amd64
# oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
2.3 版
若要檢視版本 2.3 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v10.16.0
# npm --version
6.9.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.0
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.3", GitCommit:"5e53fd6bc17c0dec8434817e69b04a25d8ae0ff0", GitTreeState:"clean", BuildDate:"2019-06-06T01:44:30Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
# helm version --client
Client: &version.Version{SemVer:"v2.14.1", GitCommit:"5270352a09c7e8b6e8c9593002a73535276507c0", GitTreeState:"clean"}
# ibmcloud -version
ibmcloud version 0.16.3+68cb57c-2019-06-20T08:59:16+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
cloud-functions/wsk/functions/fn 1.0.32
container-registry 0.1.395
container-service/kubernetes-service 0.3.58
doi 0.1.3
# java -version
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03)
OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)
# ant -version
Apache Ant(TM) version 1.10.6 compiled on May 2 2019
# mvn -version
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T19:00:29Z)
Maven home: /opt/IBM/maven
Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.9.184-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 5.4.1!
Here are the highlights of this release:
- Run builds with JDK12
- New API for Incremental Tasks
- Updates to native projects, including Swift 5 support
For more details see https://docs.gradle.org/5.4.1/release-notes.html
------------------------------------------------------------
Gradle 5.4.1
------------------------------------------------------------
Build time: 2019-04-26 08:14:42 UTC
Revision: 261d171646b36a6a28d5a19a69676cd098a4c19d
Kotlin: 1.3.21
Groovy: 2.5.4
Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM: 1.8.0_212 (Oracle Corporation 25.212-b03)
OS: Linux 4.9.184-linuxkit amd64
2.2 版
若要檢視版本 2.2 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v10.16.0
# npm --version
6.9.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.0
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.3", GitCommit:"5e53fd6bc17c0dec8434817e69b04a25d8ae0ff0", GitTreeState:"clean", BuildDate:"2019-06-06T01:44:30Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
# helm version --client
Client: &version.Version{SemVer:"v2.14.1", GitCommit:"5270352a09c7e8b6e8c9593002a73535276507c0", GitTreeState:"clean"}
# ibmcloud -version
ibmcloud version 0.16.3+68cb57c-2019-06-20T08:59:16+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
cloud-functions/wsk/functions/fn 1.0.32
container-registry 0.1.395
container-service/kubernetes-service 0.3.58
doi 0.1.3
# java -version
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03)
OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)
# ant -version
Apache Ant(TM) version 1.10.6 compiled on May 2 2019
# mvn -version
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T19:00:29Z)
Maven home: /opt/IBM/maven
Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.9.184-linuxkit", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 5.4.1!
Here are the highlights of this release:
- Run builds with JDK12
- New API for Incremental Tasks
- Updates to native projects, including Swift 5 support
For more details see https://docs.gradle.org/5.4.1/release-notes.html
------------------------------------------------------------
Gradle 5.4.1
------------------------------------------------------------
Build time: 2019-04-26 08:14:42 UTC
Revision: 261d171646b36a6a28d5a19a69676cd098a4c19d
Kotlin: 1.3.21
Groovy: 2.5.4
Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM: 1.8.0_212 (Oracle Corporation 25.212-b03)
OS: Linux 4.9.184-linuxkit amd64
2.1 版
若要檢視版本 2.1 的內容,請在執行中的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v10.16.0
# npm --version
6.9.0
# jq --version
jq-1.6
# yq --version
yq version 2.4.0
# kubectl version --client
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.3", GitCommit:"5e53fd6bc17c0dec8434817e69b04a25d8ae0ff0", GitTreeState:"clean", BuildDate:"2019-06-06T01:44:30Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
# helm version --client
Client: &version.Version{SemVer:"v2.14.1", GitCommit:"5270352a09c7e8b6e8c9593002a73535276507c0", GitTreeState:"clean"}
# ibmcloud -version
ibmcloud version 0.16.2+d1a5f92-2019-06-06T18:32:54+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
cloud-functions/wsk/functions/fn 1.0.32
container-registry 0.1.391
container-service/kubernetes-service 0.3.47
doi 0.1.2
# java -version
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03)
OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)
# ant -version
Apache Ant(TM) version 1.10.6 compiled on May 2 2019
# mvn -version
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T19:00:29Z)
Maven home: /opt/IBM/maven
Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-141-generic", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 5.4.1!
Here are the highlights of this release:
- Run builds with JDK12
- New API for Incremental Tasks
- Updates to native projects, including Swift 5 support
For more details see https://docs.gradle.org/5.4.1/release-notes.html
------------------------------------------------------------
Gradle 5.4.1
------------------------------------------------------------
Build time: 2019-04-26 08:14:42 UTC
Revision: 261d171646b36a6a28d5a19a69676cd098a4c19d
Kotlin: 1.3.21
Groovy: 2.5.4
Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM: 1.8.0_212 (Oracle Corporation 25.212-b03)
OS: Linux 4.4.0-141-generic amd64
2.0 版
若要檢視版本 2.0 的內容,請在正在執行的映像中輸入 default_versions.sh。 這個映像檔包含下列工具:
# node --version
v10.15.3
# npm --version
6.4.1
# jq --version
jq-1.6
# yq --version
yq version 2.2.1
# kubectl version
Client Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.2", GitCommit:"17c77c7898218073f14c8d573582e8d2313dc740", GitTreeState:"clean", BuildDate:"2018-10-24T06:54:59Z", GoVersion:"go1.10.4", Compiler:"gc", Platform:"linux/amd64"}
The connection to the server localhost:8080 was refused - did you specify the right host or port?
# helm version --client
Client: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"}
# ibmcloud -version
ibmcloud version 0.14.0+3303164-2019-02-06T06:09:00+00:00
# ibmcloud plugin list
Listing installed plug-ins...
Plug-in Name Version Status
cloud-functions/wsk/functions/fn 1.0.30
container-registry 0.1.380
container-service/kubernetes-service 0.2.99 Update Available
doi 0.1.0
# java -version
openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12)
OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)
# ant -version
Apache Ant(TM) version 1.10.5 compiled on July 10 2018
# mvn -version
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/IBM/maven
Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-141-generic", arch: "amd64", family: "unix"
# gradle -version
Welcome to Gradle 5.2.1!
Here are the highlights of this release:
- Define sets of dependencies that work together with Java Platform plug-in
- New C++ plug-ins with dependency management built-in
- New C++ project types for gradle init
- Service injection into plug-ins and project extensions
For more details see https://docs.gradle.org/5.2.1/release-notes.html
------------------------------------------------------------
Gradle 5.2.1
------------------------------------------------------------
Build time: 2019-02-08 19:00:10 UTC
Revision: f02764e074c32ee8851a4e1877dd1fea8ffb7183
Kotlin DSL: 1.1.3
Kotlin: 1.3.20
Groovy: 2.5.4
Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM: 1.8.0_191 (Oracle Corporation 25.191-b12)
OS: Linux 4.4.0-141-generic amd64
配置特定管線工作的映像檔
一般而言,不建議為個別管線工作配置要使用的映像檔。 這個方法會增加升級至新映像檔版本的工作量,因為您必須更新每個管線工作。 不過,可能會有些情況下您必須為特定管線工作配置映像檔。
- 在階段上,按一下階段配置圖示,然後按一下配置階段。
- 在工作標籤,按一下您要修改的工作。
- 管線映像檔版本選項會顯示可用的現行映像檔版本,以及您正用於所選管線工作的版本。 若要將映像檔版本變更為使用現行版本來執行管線工作,請選取最新。
若要使用您在管線配置頁面上選取的映像檔來執行管線工作,請選取管線預設值。