概要
- フル名
docker.io/exadel/compreface-api- Registry
- docker.io
- 名前空間
- exadel
- リポジトリ
- compreface-api
- キャッシュ Tag 数
- 11
- 最終同期
- 07/06/2026, 04:52 AM
概要
CompreFace 人脸识别 REST API 镜像,提供人脸注册、比对与检测接口,需 PostgreSQL 与 ML 推理 core 组件。
詳細
exadel/compreface-api 运行 CompreFace REST API Server,处理人脸检测、识别与 subject 管理请求。定位为人脸识别 API 服务,依赖 compreface-postgres-db 与 compreface-core ML 推理;K8s Deployment + Ingress 门禁/考勤系统集成。
快速启动
docker run -d --name compreface-api \
-p 8080:8080 \
-e POSTGRES_URL=jdbc:postgresql://compreface-db:5432/compreface \
docker.io/exadel/compreface-api:latest
推荐实践
docker run -d --name compreface-api \
--restart unless-stopped \
-p 8080:8080 \
-e POSTGRES_URL=jdbc:postgresql://compreface-db:5432/compreface \
-e POSTGRES_PASSWORD=changeme \
docker.io/exadel/compreface-api:1.2.0
核心参数说明
-p 8080:8080— CompreFace REST API-e POSTGRES_URL— 元数据 PostgreSQL-e POSTGRES_PASSWORD— DB 密码(高敏)- 固定 tag — CompreFace pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: compreface-api
spec:
replicas: 2
selector:
matchLabels:
app: compreface-api
template:
metadata:
labels:
app: compreface-api
spec:
containers:
- name: api
image: docker.io/exadel/compreface-api:1.2.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: compreface-api-env
---
apiVersion: v1
kind: Service
metadata:
name: compreface-api
spec:
selector:
app: compreface-api
ports:
- port: 8080
targetPort: 8080
compreface-core 独立 Deployment;Ingress TLS 与 GPU 节点可选。
最新 Tag(20 件)
すべての 11 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/exadel/compreface-api :latest | linux/amd64 | 2023/08/15 04:29 | 227.6 MB | sha256:4e131ba2c51a… | |||
docker.io/exadel/compreface-api :1.2.0 | linux/amd64 | 2023/08/15 04:26 | 227.6 MB | sha256:4e131ba2c51a… | |||
docker.io/exadel/compreface-api :1.1.0 | linux/amd64 | 2023/03/09 21:02 | 205.9 MB | sha256:4c0e3f11d771… | |||
docker.io/exadel/compreface-api :1.0.1 | linux/amd64 | 2022/07/13 17:50 | 202.8 MB | sha256:4dacfbaab6db… | |||
docker.io/exadel/compreface-api :1.0.0 | linux/amd64 | 2022/04/10 16:59 | 202.8 MB | sha256:f4a7d4c8b983… | |||
docker.io/exadel/compreface-api :0.6.1 | linux/amd64 | 2021/10/20 20:53 | 202.8 MB | sha256:3609890fe01e… | |||
docker.io/exadel/compreface-api :0.6.0 | linux/amd64 | 2021/08/29 22:55 | 202.8 MB | sha256:6fb454ba4f7a… | |||
docker.io/exadel/compreface-api :0.5.1 | linux/amd64 | 2021/05/30 17:35 | 196.3 MB | sha256:a078f43864a1… | |||
docker.io/exadel/compreface-api :0.5.0 | linux/amd64 | 2021/04/25 16:51 | 196.3 MB | sha256:aaef71661454… | |||
docker.io/exadel/compreface-api :0.4.1 | linux/amd64 | 2021/01/23 22:45 | 196.2 MB | sha256:ecf3d7d9c36b… | |||
docker.io/exadel/compreface-api :0.4.0 | linux/amd64 | 2020/11/28 21:28 | 196.2 MB | sha256:4b17cb2f57de… |