作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用这两个链接创建一个打包器镜像: https://www.packer.io/docs/builders/azure.html https://learn.microsoft.com/en-us/azure/virtual-machines/linux/build-image-with-packer
我想使用“私有(private)镜像”而不是市场镜像来构建:
"managed_image_resource_group_name": "myResourceGroup",
"managed_image_name": "myPackerImage",
"os_type": "Linux",
"image_publisher": "Canonical",
"image_offer": "UbuntuServer",
"image_sku": "16.04-LTS",
如何在“image_publisher”、“image_offer”、“image_sku”等中引用我自己的图像?
"os_type": "Linux",
"image_publisher": "myPrivateRepo",
"image_offer": "UbuntuWeb",
"image_sku": "16-1.0",
提前致谢
最佳答案
我自己从未尝试过这个,但它似乎像 this 一样工作。 .
而不是
"image_publisher": "Canonical",
"image_offer": "UbuntuServer",
"image_sku": "16.04.0-LTS",
写
"image_url": "https://my-storage-account.blob.core.windows.net/path/to/your/custom/image.vhd",
关于azure - 如何从 Azure 中现有的私有(private)打包程序镜像创建新的打包程序镜像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49284404/
我是一名优秀的程序员,十分优秀!