-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: Martin Grigorov <[email protected]>
- Loading branch information
Showing
8 changed files
with
83 additions
and
0 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 @@ | ||
The official build of openEuler OS. |
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,60 @@ | ||
# Quick reference | ||
|
||
- **Maintained by**: | ||
[The openEuler CloudNative SIG](https://github.com/openeuler-mirror/docker-official-image) | ||
|
||
- **Where to get help**: | ||
[the Docker Community Slack](https://dockr.ly/comm-slack), [Server Fault](https://serverfault.com/help/on-topic), [Unix & Linux](https://unix.stackexchange.com/help/on-topic), or [Stack Overflow](https://stackoverflow.com/help/on-topic) | ||
|
||
# Supported tags and respective `Dockerfile` links | ||
|
||
- [`22.03-lts`](https://github.com/openeuler-mirror/docker-official-image/blob/main/Dockerfile-22.03-lts-aarch64) | ||
- [`22.03-lts-sp1`](https://github.com/openeuler-mirror/docker-official-image/blob/main/Dockerfile-22.03-lts-sp1-aarch64) | ||
- [`22.03-lts-sp2`](https://github.com/openeuler-mirror/docker-official-image/blob/main/Dockerfile-22.03-lts-sp2-aarch64) | ||
- [`23.09`](https://github.com/openeuler-mirror/docker-official-image/blob/main/Dockerfile-23.09-aarch64) | ||
|
||
|
||
# Quick reference (cont.) | ||
|
||
- **Where to file issues**: | ||
[GitHub](https://github.com/openeuler-mirror/docker-official-image/issues) | ||
|
||
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64)) | ||
`amd64` and `arm64v8` | ||
|
||
- **Published image artifact details**: | ||
[repo-info repo's `repos/openeuler/` directory](https://github.com/docker-library/repo-info/blob/master/repos/openeuler) ([history](https://github.com/docker-library/repo-info/commits/master/repos/openeuler)) | ||
(image metadata, transfer size, etc) | ||
|
||
- **Image updates**: | ||
[official-images repo's `library/openeuler` label](https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Fopeneuler) | ||
[official-images repo's `library/openeuler` file](https://github.com/docker-library/official-images/blob/master/library/openeuler) ([history](https://github.com/docker-library/official-images/commits/master/library/openeuler)) | ||
|
||
- **Source of this description**: | ||
[docs repo's `openeuler/` directory](https://github.com/docker-library/docs/tree/master/openeuler) ([history](https://github.com/docker-library/docs/commits/master/openeuler)) | ||
|
||
# openEuler OS | ||
|
||
[openEuler OS](https://openeuler.org/en/) is an open source, free Linux distribution platform. The platform provides an open community for global developers to build an open, diversified, and architecture-inclusive software ecosystem. openEuler is also an innovative platform that encourages everyone to propose new ideas, explore new approaches, and practice new solutions. | ||
|
||
 | ||
|
||
# How to use this image | ||
|
||
Use like you would any other base image: | ||
|
||
```dockerfile | ||
FROM %%IMAGE%%:22.03-lts-sp2 | ||
RUN dnf install -y mysql | ||
ENTRYPOINT ["mysql"] | ||
``` | ||
|
||
# License | ||
|
||
View [license information](./license.md) for the software contained in this image. | ||
|
||
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). | ||
|
||
Some additional license information which was able to be auto-detected might be found in [the `repo-info` repository's `openeuler/` directory](https://github.com/docker-library/repo-info/tree/master/repos/openeuler). | ||
|
||
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within. |
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,18 @@ | ||
# openEuler OS | ||
|
||
[openEuler OS](https://openeuler.org/en/) is an open source, free Linux distribution platform. The platform provides an open community for global developers to build an open, diversified, and architecture-inclusive software ecosystem. openEuler is also an innovative platform that encourages everyone to propose new ideas, explore new approaches, and practice new solutions. | ||
|
||
%%LOGO%% | ||
|
||
# How to use this image | ||
|
||
## Usage | ||
|
||
Use like you would any other base image: | ||
|
||
```dockerfile | ||
FROM %%IMAGE%%:22.03-lts-sp2 | ||
RUN dnf install -y mysql | ||
ENTRYPOINT ["mysql"] | ||
``` | ||
|
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 @@ | ||
https://github.com/openeuler-mirror/docker-official-image |
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 @@ | ||
[GitHub](%%GITHUB-REPO%%/issues) |
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 @@ | ||
openEuler is licensed under the MulanPSL2 license - https://github.com/openeuler-mirror/docker-official-image/blob/main/LICENSE |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
[The openEuler CloudNative SIG](%%GITHUB-REPO%%) |