-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alan Yeh <[email protected]>
- Loading branch information
Showing
4 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Containers | ||
## 概述 | ||
  本仓库用于保存常用的容器镜像。 | ||
|
||
## 镜像清单 | ||
|
||
- OpenJDK: 封装了 Azul Zulu OpenJDK | ||
- Spring Runner: 提供了 Spring Boot 可执行文件的运行环境 | ||
|
||
## License | ||
[MIT License](./LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# OpenJDK | ||
## 简介 | ||
  本镜像封装了 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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters