sctpbuildsample:如何在OpenShift中构建由sctp驱动的映像的示例

时间:2024-05-04 11:10:38
【文件属性】:

文件名称:sctpbuildsample:如何在OpenShift中构建由sctp驱动的映像的示例

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-04 11:10:38

C

SCTP应用程序构建示例 此回购展示了如何使用来构建简单的C sctp应用程序。 消耗ubi8映像 使用ubi8映像(并安装其他依赖项)需要有效的订阅。 描述了执行此操作的过程。 快速指南 启动 创建一个ImageStream来引用通用基本映像(UBI): oc tag --source=docker registry.redhat.io/ubi8/ubi:latest ubi:latest 为了安装所需的依赖项,需要一个有效的订阅,如。 在下面,我们尝试总结所需的内容。 获取您的订阅管理器的订阅权利,并使用它们创建一个秘密: oc create secret generic etc-pki-entitlement --from-file entitlement-key.pem --from-file entitlement.pem 公用/专用授权密钥可在/etc/pki/e


【文件预览】:
sctpbuildsample-master
----buildconfig()
--------buildconfig.yaml(711B)
----setup_sample()
--------redhat-uep.pem(107B)
--------entitlement-key.pem(62B)
--------rhsm.conf(11B)
--------entitlement.pem(117B)
----src()
--------sctp.c(2KB)
--------Dockerfile.sctp(917B)
----README.md(2KB)

网友评论