Skip to content

Commit

Permalink
[ADD] 为仓库添加 README、LICENSE 文件
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Yeh <[email protected]>
  • Loading branch information
alan-yeh committed Dec 9, 2023
1 parent 56f9a69 commit 3b990ed
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 2 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022-present Alan Yeh <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Containers
## 概述
&emsp;&emsp;本仓库用于保存常用的容器镜像。

## 镜像清单

- OpenJDK: 封装了 Azul Zulu OpenJDK
- Spring Runner: 提供了 Spring Boot 可执行文件的运行环境

## License
[MIT License](./LICENSE)
10 changes: 10 additions & 0 deletions openjdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# OpenJDK
## 简介
&emsp;&emsp;本镜像封装了 Azul Zulu OpenJDK[[链接](https://www.azul.com)],为 Java 可执行程序提供运行环境。

## 版本说明

- OpenJDK 8: `8`, `8.0.392`, `8-ubuntu`, `8.0.392-ubuntu`, `8-alpine`, `8.0.392-alpine`
- OpenJDK 11: `11`, `11.0.21`, `11-ubuntu`, `11.0.21-ubuntu`, `11-alpine`, `11.0.21-alpine`
- OpenJDK 17: `17`, `17.0.9`, `17-ubuntu`, `17.0.9-ubuntu`, `17-alpine`, `17.0.9-alpine`
- OpenJDK 21: `21`, `21.0.1`, `21-ubuntu`, `21.0.1-ubuntu`, `21-alpine`, `21.0.1-alpine`
3 changes: 1 addition & 2 deletions openjdk/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ target "openjdk-ubuntu" {
ARM64_PACKAGE = "${OPENJDK_ARM64_PACKAGE}"
}
tags = [
"docker.io/centralx/openjdk:latest",
"docker.io/centralx/openjdk:${OPENJDK_SHORT_VERSION}",
"docker.io/centralx/openjdk:${OPENJDK_SHORT_VERSION}-ubuntu",
"docker.io/centralx/openjdk:${OPENJDK_FULL_VERSION}",
"docker.io/centralx/openjdk:${OPENJDK_SHORT_VERSION}-ubuntu",
"docker.io/centralx/openjdk:${OPENJDK_FULL_VERSION}-ubuntu"
]
}
Expand Down

0 comments on commit 3b990ed

Please sign in to comment.