mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-11 02:09:00 +00:00
docs: add Scarf Docker pull URLs across README, release workflow, and features
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -65,8 +65,8 @@ jobs:
|
|||||||
## Docker Images
|
## Docker Images
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull ghcr.io/shankar0123/certctl-server:${{ steps.version.outputs.VERSION }}
|
docker pull shankar0123.docker.scarf.sh/certctl-server:${{ steps.version.outputs.VERSION }}
|
||||||
docker pull ghcr.io/shankar0123/certctl-agent:${{ steps.version.outputs.VERSION }}
|
docker pull shankar0123.docker.scarf.sh/certctl-agent:${{ steps.version.outputs.VERSION }}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|||||||
@@ -126,6 +126,13 @@ flowchart LR
|
|||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
### Docker Pull
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker pull shankar0123.docker.scarf.sh/certctl-server
|
||||||
|
docker pull shankar0123.docker.scarf.sh/certctl-agent
|
||||||
|
```
|
||||||
|
|
||||||
### Docker Compose (Recommended)
|
### Docker Compose (Recommended)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
+2
-2
@@ -1035,8 +1035,8 @@ The web dashboard is the primary operational interface for certctl. Built with *
|
|||||||
- **GitHub Actions** — `.github/workflows/ci.yml`
|
- **GitHub Actions** — `.github/workflows/ci.yml`
|
||||||
- **Parallel Jobs** — Go (build, vet, test+coverage, gates) and Frontend (tsc, vitest, vite build)
|
- **Parallel Jobs** — Go (build, vet, test+coverage, gates) and Frontend (tsc, vitest, vite build)
|
||||||
- **Coverage Gates** — Service layer ≥30%, handler layer ≥50%
|
- **Coverage Gates** — Service layer ≥30%, handler layer ≥50%
|
||||||
- **Release Workflow** — Tag push → build → publish Docker images to `ghcr.io`
|
- **Release Workflow** — Tag push → build → publish Docker images to GitHub Container Registry
|
||||||
- **Docker Tags** — `:latest`, `:v{version}` (ghcr.io/shankar0123/certctl)
|
- **Docker Tags** — `:latest`, `:v{version}` (`shankar0123.docker.scarf.sh/certctl-server`, `shankar0123.docker.scarf.sh/certctl-agent`)
|
||||||
|
|
||||||
### Test Suite
|
### Test Suite
|
||||||
- **Unit Tests** — 625+ test functions across service, handler, middleware, domain layers
|
- **Unit Tests** — 625+ test functions across service, handler, middleware, domain layers
|
||||||
|
|||||||
Reference in New Issue
Block a user