简体   繁体   English

golang项目是否有任何替代JIB,它使用dockerfile创建docker图像

[英]Is there any alternative of JIB for golang project, which creates the docker image withour using dockerfile

I want to create the docker image of golang project using cloud build.yaml but without using dockerfile.我想使用 cloud build.yaml 但不使用 dockerfile 创建 golang 项目的 docker 映像。 Is there any tool available for golang which is alternative of JIB which creates the docker image without using dockerfile.是否有任何可用于 golang 的工具可以替代 JIB,它可以在不使用 dockerfile 的情况下创建 docker 图像。

You can check the CNCF project: https://buildpacks.io/您可以查看 CNCF 项目: https://buildpacks.io/

The buildpack is similar to JIB mostly. buildpack主要类似于 JIB。

Here dropping Github link for GO buildpack : https://github.com/paketo-buildpacks/go此处删除GO buildpack的 Github 链接: https://github.com/paketo-buildpacks/go

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用jib创建docker镜像时401 Unauthorized - 401 Unauthorized when using jib to create docker image 使用 jib 对 gradle 项目进行 dockerize 时图像引用注册表无效 - Invalid image reference registry when using jib to dockerize gradle project 使用 jib 构建多个项目 - using jib for multiple project build 使用自定义基础图像使用 jib 构建 docker 图像时出现未经授权的错误 - Unauthorized error when build docker image with jib, using a custom base image 有什么方法可以仅使用 JIB 从给定的 jar 创建 docker 图像? - Is there any way to use JIB only for creating a docker image from the given jar? 使用 Jib 插件的 Docker 图像:容器运行时无法在本地命中 rest 端点? - Docker image using Jib plugin: Cant hit rest endpoint locally when container running? 使用 Jib 获取特定版本的图像(Maven、Docker、testcontainers) - Getting a specific version of an image with Jib (Maven, Docker, testcontainers) 离线使用 jib maven 插件构建 docker 容器的问题 - Problem with using jib maven plugin offline for building docker container 如何在当前工作中保存图像并使用 docker 在 golang 中加载图像 - how to save the image in current working and load the image in golang using docker 带有 docker-compose 应用程序的 Google Jib,在将映像重建到 Docker 守护程序后重新启动应用程序的快速方法 - Google Jib with docker-compose application, Fast way to restart application after rebuild image to Docker daemon
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM