Block a user
ofelia (1.12)
Published 2026-02-09 03:08:25 +02:00 by andreas
Installation
docker pull gitea.phadric.de/andreas/ofelia:1.12sha256:2f63b191a2e007a6a43ef0b28cb6443205df0d2e5ed41420b974f141e947cd04
Images
| Digest | OS / Arch | Size |
|---|---|---|
| cba5174217 | linux/amd64 | 20 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.0-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.title=Ofelia org.opencontainers.image.description=A docker job scheduler (based on mcuadros/ofelia) org.opencontainers.image.url=https://github.com/netresearch/ofelia org.opencontainers.image.documentation=https://github.com/netresearch/ofelia#readme org.opencontainers.image.source=https://github.com/netresearch/ofelia org.opencontainers.image.vendor=Netresearch DTT GmbH org.opencontainers.image.licenses=MIT org.opencontainers.image.authors=Netresearch DTT GmbH <info@netresearch.de> org.opencontainers.image.base.name=alpine:3.23 |
| LABEL ofelia.service=true ofelia.enabled=true |
| RUN /bin/sh -c apk add --no-cache ca-certificates tini tzdata # buildkit |
| COPY /go/bin/ofelia /usr/bin/ofelia # buildkit |
| HEALTHCHECK &{["CMD-SHELL" "pgrep ofelia >/dev/null || exit 1"] "10s" "3s" "30s" "0s" '\x03'} |
| ENTRYPOINT ["/sbin/tini" "-g" "--" "/usr/bin/ofelia"] |
| CMD ["daemon" "--config" "/etc/ofelia/config.ini"] |
| RUN /bin/sh -c apk add --no-cache docker-cli # buildkit |
| COPY ofelia.conf /etc/ # buildkit |
Labels
| Key | Value |
|---|---|
| ofelia.enabled | true |
| ofelia.service | true |
| org.opencontainers.image.authors | Netresearch DTT GmbH <info@netresearch.de> |
| org.opencontainers.image.base.name | alpine:3.23 |
| org.opencontainers.image.created | 2026-02-09T01:08:06.002Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.documentation | https://github.com/netresearch/ofelia |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 350ec7e1f1148469c20c7131625ef49bee0c292a |
| org.opencontainers.image.source | https://gitea.phadric.de/andreas/ofelia |
| org.opencontainers.image.title | ofelia |
| org.opencontainers.image.url | https://gitea.phadric.de/andreas/ofelia |
| org.opencontainers.image.vendor | Netresearch DTT GmbH |
| org.opencontainers.image.version | 1.12.1 |