Commit 54853747 authored by nimrod's avatar nimrod
Browse files

Replace the reg image.

Instead of using the mirrored `reg` image from Docker Hub, build one
ourselves with the package from Alpine's repos.
parent 6bf8896c
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ services:
      - "registry:/var/lib/registry"

  reg:
    build:
      context: reg/
    command:
      - "server"
      - "--registry"
@@ -31,7 +33,6 @@ services:
          --spider
          http://127.0.0.1:8080/
          || exit 1
    image: registry.shore.co.il/reg:v0.16.1
    restart: always

  crond:

reg/Dockerfile

0 → 100644
+6 −0
Original line number Diff line number Diff line
FROM docker.io/alpine:3.22
# hadolint ignore=DL3018
RUN echo '@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
    apk add --update-cache --no-cache \
        reg@testing \
    ;

reg/README.md

0 → 100644
+3 −0
Original line number Diff line number Diff line
# reg

The WebUI from https://github.com/genuinetools/reg.