Kubernetes/Docker/Dockerfile/Drone-Images
offends 7a2f41e7d6
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-08-07 18:54:39 +08:00
..
Dockerfile-git synchronization 2024-08-07 18:54:39 +08:00
Dockerfile-minio synchronization 2024-08-07 18:54:39 +08:00
Dockerfile-oss synchronization 2024-08-07 18:54:39 +08:00
mc.sh synchronization 2024-08-07 18:54:39 +08:00
README.md synchronization 2024-08-07 18:54:39 +08:00

本文作者:丁辉

Drone 基础镜像构建

Dockerfile示例

文件名 镜像功能 构建示例
Dockerfile-git 最小化 Git 容器 docker build -t 镜像名:标签 -f Dockerfile-git .
Dockerfile-minio 容器内自带 Minio 客户端命令 docker build -t 镜像名:标签 -f Dockerfile-minio .
Dockerfile-oss 容器内自带 oss 客户端命令 docker build -t 镜像名:标签 -f Dockerfile-oss .