使用已版本化的基礎映像檔
當您開發 IBM Cloud 的應用程式時,可以使用已版本化的基礎映像檔來執行管線工作,以確定您使用最新的工具、程式庫和運行環境。 已版本化的基礎映像檔有助於您確定構成應用程式的各部分,以及您將應用程式部署到的環境,兩者是一致的。 您可以控制應用程式的工具、程式庫或運行環境何時變更,並且在開發週期中有意義的時間更新它們。
用於下載及更新 CLI 二進位檔和外掛程式的現有 CLI 外掛程式儲存庫基礎架構已淘汰。 從 2021 年 10 月 1 日開始,您必須升級使用 2.14 版或更舊版本 (Ubuntu) 或 3.2 版或更舊版本 (UBI) 所提供管線基本映像檔的管線,以使用其中一個現行版本化基本映像檔。 Ubuntu 的現行映像檔是 2.15版。 UBI 的現行映像檔是 3.3版。
如果您未升級管線所使用的基本映像檔,則可能會收到下列錯誤:
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。 如需此新版本 IBM Cloud CLI 外掛程式的相關資訊,請參閱 即將對 IBM Cloud Kubernetes Service CLI 外掛程式進行重大變更,以改善您的體驗。 若要維護與新版 1.0 之後現行 IBM Cloud Kubernetes Service 執行時期的相容性,Continuous Delivery 將更新 Delivery Pipeline 的現行基本映像檔以包括此版本。 若為正式作業工作量,請將使用現行基本映像檔的任何管線設為改為使用 2.6 版,直到您可以更新 Script 以使用新版本為止。
您也可以使用自訂 Docker 映像檔來控制工具和那些工具的哪些版本要用於建置及部署應用程式。 不過,這種方法需要您熟悉 Docker,且您必須維護和更新您建立的映像檔。
2020 年 11 月 20 日,Dockerhub 引進匿名映像檔取回的速率限制。 此變更可能會影響使用 Dockerhub 管理的自訂映像檔來執行工作的使用者。
管道基礎鏡像託管在全球IBM Cloud Container Registry命名空間。 要列出這些圖像,請運行 ibmcloud cr images --restrict continuous-delivery
當您定位全域時的命令IBM Cloud Container Registry。
指定映像檔版本
- 在 Pipeline 頁面上,按一下 Actions...(操作... )以存取選項清單。
- 按一下配置管線。
- 在 映像檔版本 標籤中,選取 實驗性: RedHat UBI 或 Ubuntu 映像檔類型。 然後,根據選取的映像檔類型,選取要用於管線中所有工作的預設映像檔版本。 您也可以針對管線的每一個階段中的每一個工作自訂此設定。

如果您選擇 Latest
選項,管線工作會使用現行映像檔版本來執行。 現行映像檔版本顯示於 Latest
選項之後的方括弧中。 有新的映像檔版本可用時,使用的映像檔會變更。 您可能需要修改管線,以支援新映像檔中包含的任何較新工具。
Ubuntu 型版本化型映像檔會標記為 2.x 版本。 Red Hat UBI 型版本化基礎映像檔會標記為 3.x 版本。
若要在 Red Hat UBI 型映像檔中新增工具,您必須使用 yum
指令。apt-get
或 apt
指令專門保留給 Ubuntu 映像檔。 由於這些指令限制,您無法在不修改 Script 的情況下將現有管線更新為使用 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.61 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.61 |
sha256:ba6f6afeba5cb55f0bfa10b63ada8e9d9074d4c5733af1293011a40b7aa08733 | 2025-04-24 |
3.60 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.60 |
sha256:8bdae7a1b67b99aa28d1a4cbc6cb86aaa0e71e81b27330ca1fb5b2d4cb3ff5e1 | 2025-04-11 |
3.59 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.59 |
sha256:b0738e17d8f67a7808ed01666d2d2ab9cb6b182ec69b0f1f868c61c4c4fc8a20 | 2025-03-20 |
3.58 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.58 |
sha256:56ff5486de5311e7158bbeea41d03a7c59c1a91ab92a28eee2a20982058353aa | 2025-03-03 |
3.57 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.57 |
sha256:ab62d1a829ced5af5773fde4ab25976376dd32cee5514deb92f6ed739cfeb328 | 2025-02-20 |
3.56 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.56 |
sha256:9ebfb9db6f8db6900bf25cf040c6f416bc86db186314b6687efd7058abb10a74 | 2025-02-10 |
3.55 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.55 |
sha256:a730d308fcc1581c21ffb7d18efac5bd8c6471c147c1a5063353c71db18d9d0f | 2025-01-24 |
3.54 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.54 |
sha256:5642cdc037c26aac6ab61c9f74f84c14e276dbdf88a053bbfcf00c5658b2e9dc | 2024-11-25 |
3.53 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.53 |
sha256:1d4533b6eb2db019d78992a8cff910d773a126269811c0338b5f3dff99aa7414 | 2024-10-28 |
3.52 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.52 |
sha256:f2049542eb1cbac4c31c899e6563a6728155b7c46d9b5f1254c590261ce98706 | 2024-10-07 |
3.51 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.51 |
sha256:35bca00e4129c058d4cb59e923d1bf011d05cc55a5f3d0b089e2aaa919fe939b | 2024-09-20 |
3.50 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.50 |
sha256:ef5794fcb0c7e4a037609fac7ac59536faa9af529efc811a22c6e178dbfbfbb2 | 2024-09-03 |
3.49 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.49 |
sha256:63f81c27a83f4e9e005f40543c2ef6e34ce92e04b1c714850ef7ff95af684558 | 2024-08-12 |
3.48 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.48 |
sha256:52a600bbd2008c4dc10e5833eeb09c557637fae06c61e23708d03d4161701b07 | 2024-07-23 |
3.47 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.47 |
sha256:09c85e42cf5b0ab3b0267ef8f67b09b3c3db93d5908d75f0cf5b62f52446c74a | 2024-07-05 |
3.46 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.46 |
sha256:876e56444b536c3bc85e52603ea9076a631f0bbef73a5980e37003503a47bbb9 | 2024-06-16 |
3.45 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.45 |
sha256:4ce20cb4a724f6db59785a8eba874c6cef3b9be2dadb98bdba2a2491cf47280e | 2024-06-04 |
3.44 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.44 |
sha256:b89d9994a5d2e1b6f3106176637270311c4288a0c5725af01d63d4414dd33b3b | 2024-06-03 |
3.43 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.43 |
sha256:9bc1f733295d7e512cd412fccf8e88a95049eca79ad2bfdc9b5b3f09881e68f9 | 2024-05-10 |
3.42 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.42 |
sha256:06824cdeefb23b49b8900d4d1759dcefef5398a1dfab369add47f3fba04ad635 | 2024-04-23 |
3.41 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.41 |
sha256:6106eed4ebeac26e807ede55c88d891d9d6e531d09d28e5b14b8c450113b3a9b | 2024-04-05 |
3.40 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.40 |
sha256:00adc1293f70e54b23e184c8a0975e656f8920b2a23052667726d5ea15f27003 | 2024-03-08 |
3.39 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.39 |
sha256:29e7b1b744b142f9cf8b80e9961ce9fd1fac1859d9f48601f004cc01c83fff10 | 2024-03-08 |
3.38 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.38 |
sha256:216e41f2bda393b7ee4ba16193a0f0b2c5c40219554ebea521b9ada5a1c4a54e | 2024-02-07 |
3.37 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.37 |
sha256:631a925744b4ef2e82b0f163eefbe254e3dd8f856e6a32994bc023b6112d98d5 | 2024-01-22 |
3.36 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.36 |
sha256:d31bba17e7a8714a0d971d897ac5b18943cb15136a97dfeddfee0e6c2d813b20 | 2024-01-11 |
3.35 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.35 |
sha256:39c2461cefd1791bf578f6ba19648808916c48ab7767f1d88081994faf014d14 | 2023-12-12 |
3.34 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.33 |
sha256:73e5545fdbb3da94d1d29a8d7ca38cfe7feb6da0ba63c7036a08b78cbc8531c1 | 2023-12-04 |
3.33 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.33 |
sha256:18582e3d0d58ea5f07c809a210e7d5a9b2e2b99b85c93b72de4a5ed92d94511c | 2023-11-16 |
3.32 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.32 |
sha256:91fa57abe53a5c3f86a8c0358defc01111aab4ea69f59aaa852baae2d3432c69 | 2023-11-07 |
3.31 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.31 |
sha256:98c9e91bfe7a5aa5b97267fad1a2ac4d01081f396bd03a2d4b9604a3487a07fe | 2023-10-30 |
3.30 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.30 |
sha256:b5d2f4026ee171a67edf24ab5e952f19f1ecebd1875e3da051d4d73bf398f0d9 | 2023-10-12 |
3.29 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.29 |
sha256:36c8642cefc2182dfd283510319bf9741bc8c386c46364e3a391fe9797c3d79a | 2023-09-29 |
3.28 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.28 |
sha256:aa7f4f2e5bdd12ab0b59de1b8b031799e11d38aa45712424b3023c6e8471e8ba | 2023-09-01 |
3.27 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.27 |
sha256:70708bdc8bfb23bfda9fa5effc644901cdd9e7314c91ac6c1cbc62bfb9e0a1a2 | 2023-08-18 |
3.26 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.26 |
sha256:de8ee389e3cb5818eb3c65a015b86c1042c2adf0bad64467cd3ccd3d8c66e26d | 2023-08-02 |
3.25 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.25 |
sha256:dd2000b525336acd00e9b95b74f15696797764725adbb25fa720e9431d558cbf | 2023-07-05 |
3.24 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.24 |
sha256:7a52b892ae7704a7b6c4cf03a292356240305c0d7bc9c275d10df19d12db99c5 | 2023-06-19 |
3.23 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.23 |
sha256:e62fe158ebc7d875a0be5263da6872250fd8038b00cef0aada4b9f14f06dd827 | 2023-05-29 |
3.21 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.21 |
sha256:94b77206bbc38a0d0ecd7006c00c9773d4ddd6e864525736b3bc4ca87c64b991 | 2023-04-17 |
3.20 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.20 |
sha256:82e68006004eeca8bdf838e2756d6b7fbb787baa42817feba8e847d8b1a27106 | 2023-04-03 |
3.19 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.19 |
sha256:ffb0bb00c37c4c2af01a53afc3597494275ed99a1e8ac3d4e653f105937509f0 | 2023-03-13 |
3.18 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.18 |
sha256:ba072e693cd646664711f60c7d3b4c34a25b4578bdc445a2d6855eff595fe67c | 2023-02-21 |
3.17 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.17 |
sha256:3e2cbec3d0781b0e9ea9293d0a88e5b654635c065864718e74130a5124965197 | 2023-02-06 |
3.16 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.16 |
sha256:a09c7918889289fa2106e54ba527793aad7152847a50e6584d59266ecc40d498 | 2023-01-24 |
3.15 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.15 |
sha256:506e7b8e96ad40fbf098b6b0a337bca7c9d07fa5cf58058e857c38d9e7625497 | 2023-01-16 |
3.14 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.14 |
sha256:b6f80270c9328c3014766fdb2dca9aea4f593f05c1bcaf5037d126bf042ebffe | 2022-12-14 |
3.13 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.13 |
sha256:ae7f9e80bcc7947ae4df8d94a326240ca648c807183a72e232ecb03043348f20 | 2022-11-28 |
3.12 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.12 |
sha256:6f457e7ec323eac3ae05c6ca5bfaacee1ed669c50cdb5983c893c5351a184331 | 2022-11-10 |
3.11 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.11 |
sha256:d4f4a2e59127ff11426789bf1d86c88fcac3e9746241755f6af7ff9e79fd62f1 | 2022-10-04 |
3.10 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.10 |
sha256:8fae15566254a0300315e3c752021d6eabdea73aaa3372f86c6218579692eb67 | 2022-08-30 |
3.9 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.9 |
sha256:d1d42755854accd4957979e974c620cf892e8d38b123e5eac06abf378b353879 | 2022-07-28 |
3.8 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.8 |
sha256:8d0c33a4e5651a7d412ebfd751a45b613a6efde6167c70f1f1e8938d1bd8c613 | 2022-06-22 |
3.7 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.7 |
sha256:0444aa3cc5032ba4d7f7a59a4177dd43dc1126ad902f09079b0a66156bbe4bcf | 2022-04-20 |
3.6 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.6 |
sha256:4bfa333cd47ee9d0e369edb147451ff008169f0dd84a115c16205b5cd0de64f6 | 2022-02-22 |
3.5 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.5 |
sha256:543249c585e351c14d5b9f16664625236e20e4ba85098ac26adb0d8cecbbcc97 | 2022-01-18 |
3.4 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.4 |
sha256:4aaabf49950796d9004f6e4f04ff53ab24dcd3fd29d8cc719a9b81f7546d31f2 | 2021-11-29 |
3.3 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.3 |
sha256:5b8f7e1964c0a82995689d636b60a1761dd08ce422b9195aadc0249e5da90dae | 2021-09-24 |
3.2 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.2 |
sha256:d59863621d3ba1b9bd47f76950c751e842405f9c303d0d4d4298d964b664ee85 | 2021-09-02 |
3.1 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.1 |
sha256:c2468d28f15fa6970f13510c01477326f91a043881c2b4cd8f2b1ff8ed8c22a1 | 2021-06-10 |
3.0 | icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.0 |
sha256:42318979f165cc1ffd4d707022ceb5461360a9b6cd1216bc0c63391bdd042726 | 2021-04-07 |
2.74 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.74 |
sha256:6eb87e83265cd062ea8dd79ab2ecb860ee1cece1585e2ff794d95c21c464eeec | 2025-04-24 |
2.73 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.73 |
sha256:8f132cec297682a2f0085483e2e894637401c1773c4de3c84da279a75457e461 | 2025-04-11 |
2.72 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.72 |
sha256:3efdfd4a43acb5477cf197e4c33bf7b19d7541e050ca2d4970ecdb17a166d061 | 2025-03-20 |
2.71 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.71 |
sha256:26d4304fefd898495faae3f5438c70ec0a5326be6c1fcd34a001323faffbe04f | 2025-03-03 |
2.70 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.70 |
sha256:c1049a6f56b3c11a68869b1e97a3a13c26d5388b1a75c34d481433c2c6290dd2 | 2025-02-20 |
2.69 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.69 |
sha256:da4e9babd88f125b79d5a03968f688713286f632c24e289cf8392af52a6461bd | 2025-02-10 |
2.68 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.68 |
sha256:fa49d0f315e3da67d245618bcd6f01969314cdac660f35ebe4914bcd31a45172 | 2025-01-24 |
2.67 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.67 |
sha256:4829a0b7f7195599405f28c2a65a5ce8ff57fc79cc0f7a3f33f8b2ed6fe66814 | 2024-11-25 |
2.66 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.66 |
sha256:6b6b84faef28fdfd059df1975fcfac7e955c9bd63f4c18b8f7e4e7bc52cd49ad | 2024-10-28 |
2.65 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.65 |
sha256:8b51ab42cb0f6b9a94217c01d3d729e74919d137400ce6764212b8658b460ab3 | 2024-10-07 |
2.64 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.64 |
sha256:ac8fde7275dce8d6f2be1a11e90ceed9ae9df82bd3b8d4454a196a0c2c65e8a1 | 2024-09-20 |
2.63 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.63 |
sha256:c17f242f0dad99cb9fead6196f4a26a577b2790fe8df5654b69bdb155c3518fa | 2024-09-03 |
2.62 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.62 |
sha256:c0c7bd61969ec2e63eccd94a50734a9e97e7cea8f915ffface5a3d20fc4025e5 | 2024-08-12 |
2.61 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.61 |
sha256:14802d84daaae24e6d0ca0997b468fffc9ea642276717316a043ca760db326f9 | 2024-07-23 |
2.60 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.60 |
sha256:8f3cfc383183286df79fc50af5c58b2eade27febc4f14d7f7a0b6d9448ad0673 | 2024-07-05 |
2.59 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.59 |
sha256:39ec8303cf8c6e46a55203d043aa6f8c6562599b5c42ca2c9cb7d9aafda47bb0 | 2024-06-16 |
2.58 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.58 |
sha256:254a1e7d1c1de9d6a17ff9b42312bfbb8cb1bd634cbfa3ff0386d84e14e2541b | 2024-06-04 |
2.57 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.57 |
sha256:d651951d583b5ef61ca4637fb9e3971f3b6be946727e0d985b0c0b808c4dd652 | 2024-06-03 |
2.56 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.56 |
sha256:00b5b33cc37ef11efffb5ad5f37b6c064a65bef860f4c13d764385dfa57e7641 | 2024-05-10 |
2.55 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.55 |
sha256:22ea2e62edb45fe96f2dc73d6943d0fcba9e33680320d48c29c28b70afc37e45 | 2024-04-23 |
2.54 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.54 |
sha256:4588456c13b9bcb03598af79919c63fea2130e1198a655fcec172ff0f11c89eb | 2024-04-05 |
2.53 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.53 |
sha256:98d90f0890296cc3a490a21b6c78464c426b4cbe5f8b717f058e2ec5451245f2 | 2024-03-08 |
2.52 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.52 |
sha256:b41351d72091a4f85ea83772ce6f362608d0a32db64afaf6541991a1671eae51 | 2024-03-08 |
2.51 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.51 |
sha256:9c6505fe3f0df07a66696b978ee78da09faa627cc919880b74cde52eabf4f78e | 2024-02-07 |
2.50 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.50 |
sha256:5001d953356bb67b3aa7dc3fddb540303896e790f43d894c0122cd51ec692706 | 2024-01-22 |
2.49 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.49 |
sha256:703b5c9e3fbe368dff314382cba0ad90c0fbaef7e4b038bf1011d002939dc994 | 2024-01-08 |
2.48 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.48 |
sha256:7abe5cb8f2bf8a2744f2ec94f63e59599272b9cc8b11f07c8b9e0ce4b9ed1dd7 | 2023-12-12 |
2.47 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.46 |
sha256:672e066fb55e8f24cde117b8e004a8e22ab446a04ffc447754ad3211fbf09c3f | 2023-12-04 |
2.46 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.46 |
sha256:7e60e820e6e9922e6d51618d6daba7f78866028fd68a190ad01f532a8c203366 | 2023-11-16 |
2.45 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.45 |
sha256:5eca901f0fc2206d4da3b1af155435e0adb53f66dd138c2cba8350f24469ff7b | 2023-11-07 |
2.44 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.44 |
sha256:39530628b7228175b372a0cfc7da1a03657e57c81f92a7e7f1665475f33f9937 | 2023-10-30 |
2.43 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.43 |
sha256:7305777d729bf89e0fe33911b9b29e0d7f969e6d35207ecc2ea21b55f55cc6e6 | 2023-10-12 |
2.42 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.42 |
sha256:0a479499f54b67a81a1959761105da7f19b6f4d314bd34881b6d7fedbcce9d4b | 2023-09-29 |
2.41 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.41 |
sha256:7bf1281cd55814485ad7ddbc90982e34046148abec3806fdb3e613c352a0d20e | 2023-09-01 |
2.40 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.40 |
sha256:8164d04f6c812be3a3a0790c541c72a9fd7ea65a8bc0a0264b8c4e82e0ed1868 | 2023-08-18 |
2.39 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.39 |
sha256:499559f10a289300828536196947da164c09cece319e3ce3f30fd408cde55c5d | 2023-08-02 |
2.38 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.38 |
sha256:2f11f01c9710ec711a17a9269be04f584e173c89b27b116c27ec93ec31981c07 | 2023-07-05 |
2.37 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.37 |
sha256:229503f75f9837a1fd0e8d38918d8904d3719eaeae84e8aaf94201e8409d78fd | 2023-06-19 |
2.36 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.36 |
sha256:caf29e1e2ce8e1df165c4eb7a3124ae17b6438e2b04b8766dd0dfad502a79350 | 2023-05-31 |
2.35 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.35 |
sha256:f78e02d91386dbd9a2e1fb9686df130c36666ae67cfc0bc483f1f4ee34cdf9e2 | 2023-05-30 |
2.33 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.33 |
sha256:dc3a6d2a352b0019f8ce7ea4c10afd4017e45c48cb22ca692ab0b02b028538cc | 2023-04-17 |
2.32 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.32 |
sha256:e66e380e37ad1f84891fbc9c708b7685356987895f2c397c20db0a5fae1efbed | 2023-04-03 |
2.31 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.31 |
sha256:24d3c769801314b7502390c5c7054b303c534c2b3eceee3b87f1cb35f10f3e26 | 2023-03-13 |
2.30 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.30 |
sha256:2377117ad8e1305cd51e57aad59ca6bf7dedc028d128898df646f2854229a0de | 2023-02-21 |
2.29 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.29 |
sha256:9454cc4fc70a21a1f5b59ede38910b30d29db69e5331e9e37a4d3516427ce66d | 2023-02-06 |
2.28 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.28 |
sha256:5ce2b19d67e1e05bc70b0f5639ea7e7696cfac37aea62e9f2e75249f54d97c08 | 2023-01-24 |
2.27 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.27 |
sha256:e212bfbfa48f88f7b12ac77aa21fdc41d8eccf9ff89a2405706430738d09e24b | 2023-01-16 |
2.26 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.26 |
sha256:31bd71102552d6d76b6660c4ca2cbae930367ff3d644acc0673e861085a23b12 | 2022-12-14 |
2.25 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.25 |
sha256:31f01a325fcb53651742fbb4af1d9a3ec425fc9b2662e1894c01389ff37426bf | 2022-11-28 |
2.24 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.24 |
sha256:a97c10d27cdf8ee543cad4b29980ccdd5a697164f40ade7f399a0b7a3619f2ea | 2022-11-10 |
2.23 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.23 |
sha256:8582554fda2c36c0750d734c78b692b96ac0f983d4d2e11a186e224ec2fa554f | 2022-10-04 |
2.22 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.22 |
sha256:0653ba3abbdadf347fde238667b510757ecd9625dd7f7d53c512d7a5a2762612 | 2022-08-30 |
2.21 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.21 |
sha256:4ce661dc331005bc3cb828a677c760b2dda3c2951415141a91aeb0c0b9a351da | 2022-07-28 |
2.20 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.20 |
sha256:655330f36771d274082b6c16a60620350597a9d6f2489a6246b9d2833d021211 | 2022-06-20 |
2.19 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.19 |
sha256:482d28e51d5acc65471b366bbdcabc97f69e49da933337a7c42f45907cd63173 | 2022-04-20 |
2.18 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.18 |
sha256:56cc0a6562e786f1b87b490e6a34ed655fa2c376ae3c8622690912dce7d9a608 | 2022-02-22 |
2.17 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.17 |
sha256:c1e9d5a9674a093635c386f96d35781aea7cad6cc1da86991ee1a85c854216f8 | 2022-01-18 |
2.16 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.16 |
sha256:3a3b5a981caed4238ef7297bb54b4a32b974b0499b12744347bc661d3f323916 | 2021-11-29 |
2.15 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.15 |
sha256:f4bff8348fbfdb738c3c681cb6da04cb215f742abe5e09b5d2f5ef07dcfbf21b | 2021-09-24 |
2.14 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.14 |
sha256:7bad3379f15fce2d169ae066520b6bdfe719ee4fc8ae271988b4ca772ffb69d5 | 2021-09-02 |
2.13 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.13 |
sha256:916d4a7cac5ee3102b5fbbbbda67387051a6f7a545353e4ba4bd489246ec8855 | 2021-06-10 |
2.12 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.12 |
sha256:ff4053b0bca784d6d105fee1d008cfb20db206011453071e86b69ca3fde706a4 | 2021-04-07 |
2.11 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.11 |
sha256:61d35cdad7e77dbcedbf6ab47591b38121b03c5a4f41041f2d628cb8485602e1 | 2021-01-08 |
2.10 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.10 |
sha256:c59986a7a4e5931f1172ba3c6fc5f535edbbcc60daf6f3e092df9851283f8ceb | 2020-12-11 |
2.9 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.9 |
sha256:2976e1374e87f5cddabcf80179d9708868d52dbf656fdde60f803553be633db2 | 2020-09-21 |
2.8 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.8 |
sha256:119e05bad27ccc899df5b895ccba41135fd5edbc5786a77c1c763621b00dee0f | 2020-07-27 |
2.7 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.7 |
sha256:282677e79ccb9d20c699d384a54093894de03675752cd848a3133266c898c14c | 2020-05-20 |
2.6 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.6 |
sha256:7f588468622a981f89cf5e1212aaf75fface9da6169b5345ca52ab63d8215907 | 2019-12-09 |
2.5 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.5 |
sha256:90bdb361ba94b75dfd7feb7c6a2577ece9f91e0392f20a5b4e9808120041b3e2 | 2019-12-02 |
2.4 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.4.1 |
sha256:ade4209bbc6923c02a3315c7e6dcc4376afc355db2765b792205be9b33f4243d | 2019-10-01 |
2.3 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.3 |
sha256:1451dab959183c6378a804ce0744913028623e10c401e5ebc1a1f88c82443ba4 | 2019-07-24 |
2.2 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.2 |
sha256:2073c470e83418abf2c11ec92554c139aadd18f0c63fffb92c2c3f5e90c46ba6 | 2019-07-10 |
2.1 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.1 |
sha256:b5be69c4ae42a7af28a9d7ad25df548c77959b006507367507c9ff0f992306f2 | 2019-06-17 |
2.0 | icr.io/continuous-delivery/pipeline/pipeline-base-image:2.0 |
sha256:cc13eadecb8e99a7fe56a071427c2caa34149c31d1ad84f4f03c96f111dd0154 | 2019-05-08 |
從現行版本開始,下列可用的映像檔版本以遞減順序列出。
映像中預先安裝的 yq
版本對應於 Mike Farah 創建的 yq 工具。
版本 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運行時已更新至最新的 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.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
新增至 Script 開頭。
這個映像檔包含下列工具:
# 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
新增至 Script 開頭。
這個映像檔包含下列工具:
# 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
配置特定管線工作的映像檔
一般而言,不建議為個別管線工作配置要使用的映像檔。 這個方法會增加升級至新映像檔版本的工作量,因為您必須更新每個管線工作。 不過,可能會有些情況下您必須為特定管線工作配置映像檔。
- 在階段上,按一下階段配置圖示,然後按一下配置階段。
- 在工作標籤,按一下您要修改的工作。
- 管線映像檔版本選項會顯示可用的現行映像檔版本,以及您正用於所選管線工作的版本。 若要將映像檔版本變更為使用現行版本來執行管線工作,請選取最新。
若要使用您在管線配置頁面上選取的映像檔來執行管線工作,請選取管線預設值。