Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from koor-tech/add_ceph_v18
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt committed Jul 14, 2023
2 parents 4fe612d + e33492c commit 2b78bbf
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.git/
.github/
.editorconfig
.env
LICENSE
README.md
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{yml,yaml}]
indent_size = 2
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CONTAINER_REGISTRY=koorinc
CONTAINER_REPO=koor-ceph-container
CONTAINER_REGISTRY=docker.io
CONTAINER_REPO=koorinc/koor-ceph-container
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# Runs "At 11:45 every day" (see https://crontab.guru)
- cron: '45 11 * * *'

# Allow running rebuilds manually
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ jobs:
disable_matcher: false
additional_files: build/reset build/sed-in-place
format: gcc

10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ Added functionality/ support for:
* **Ceph FS Top Utility**: Used to provide extra CephFS metrics for monitoring in
realtime. For more details, please refer: https://docs.ceph.com/en/quincy/cephfs/cephfs-top/

## Ceph Versions

We only rebuild the last 3 Ceph versions images as they are updated.

For a list of the Ceph versions, see [`VERSIONS` file](/VERSIONS).

## Find koor-ceph-container image:

The koor-ceph-container is hosted on [Koor's Docker Hub registry](https://hub.docker.com/repository/docker/koorinc/) and can be pulled using:

```console
docker pull koorinc/koor-ceph-container:$VERSION_TAG
docker pull docker.io/koorinc/koor-ceph-container:$VERSION_TAG
```

Version tags can be found on [Koor's Docker Hub registry](https://hub.docker.com/repository/docker/koorinc/koor-ceph-container/tags?page=1&ordering=last_updated)
Expand All @@ -35,7 +41,7 @@ rebuilds them with dependencies and configurations needed for additional feature
support using `src/Dockerfile` tagged as:

```console
koorinc/koor-ceph-container:$RELEASE_VERSION
docker.io/koorinc/koor-ceph-container:$RELEASE_VERSION
```

The packaged images are based of CentOS. The rebuild image is then pushed to
Expand Down
2 changes: 2 additions & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
v16
# Ceph Quincy
v17
# Ceph Reef
v18

0 comments on commit 2b78bbf

Please sign in to comment.