Skip to content

Commit

Permalink
Add docs for openEuler OS
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Grigorov <[email protected]>
  • Loading branch information
martin-g committed Jan 12, 2024
1 parent 8c98410 commit 48a2fb4
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 0 deletions.
1 change: 1 addition & 0 deletions openeuler/README-short.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The official build of openEuler OS.
60 changes: 60 additions & 0 deletions openeuler/README.md
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.

![logo](./logo.png)

# 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.
18 changes: 18 additions & 0 deletions openeuler/content.md
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"]
```

1 change: 1 addition & 0 deletions openeuler/github-repo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/openeuler-mirror/docker-official-image
1 change: 1 addition & 0 deletions openeuler/issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[GitHub](%%GITHUB-REPO%%/issues)
1 change: 1 addition & 0 deletions openeuler/license.md
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
Binary file added openeuler/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions openeuler/maintainer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[The openEuler CloudNative SIG](%%GITHUB-REPO%%)

0 comments on commit 48a2fb4

Please sign in to comment.