To package two Debian files into an OCI artifact, run:
gdcloud artifacts apt package FILE_1.deb FILE_2.deb DESTINATION
In this example, FILE_1.deb and FILE_2.deb are two Debian files.
The DESTINATION path must point to the OCI artifact.
選用旗標
--name string Name of the artifact. (default "gpc-deb-packages")
--version string Version of the artifact. (default "1.0")
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-30 (世界標準時間)。"],[[["`gdcloud artifacts apt package` is used to package Debian files into an OCI artifact."],["Multiple Debian files can be included in a single artifact by listing them as source arguments."],["The `DESTINATION` argument specifies the OCI artifact's path."],["The `--name` and `--version` flags allow customization of the artifact's name and version, defaulting to \"gpc-deb-packages\" and \"1.0\", respectively."],["Other flags available to all commands, such as `--configuration`, `--format`, and `--project` can be used."]]],[]]