Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.76 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.76 KB

Containers

概述

  本仓库用于保存常用的容器镜像。

镜像清单

  • OpenJDK[链接]: 封装了 Azul Zulu OpenJDK
  • Spring Runner[链接]: 提供了 Spring Boot 可执行文件的运行环境
  • Resources Installer[链接]: 通过向目标镜像的指定路径复制资源的方式添加额外的功能。本镜像常用于 Kubernetes 集群 Pod 的 Init Containers 功能。
  • Install Pinpoint Java Agent[链接]: 基于 Resources Installer 封装的 Pinpoint java agent 插件,可以向目标容器添加 pinpoint java agent 的相关程序文件。本镜像常用于 Kubernetes 集群 Pod 的 Init Containers 功能。
  • Install Fonts[链接]: 基于 Resources Installer 封装的字体安装容器,可以向目标容器添加字体相关文件。本镜像常用于 Kubernetes 集群 Pod 的 Init Containers 功能。
  • Wait For[链接]: 等待指定条件满足后再启动 Pod。本镜像主要用于 Kubernetes 集群 Pod 的 Init Containers 功能。
  • HBase[链接]: Apache HBase。
  • Busybox[链接]: 多阶段构建的基础工具镜像。
  • Maven[链接]: Maven With Azul Zulu OpenJDK。
  • Gradle[链接]: Gradle With Azul Zulu OpenJDK。
  • Clash[链接]: Clash with Dashboard。

License

MIT License