Commit c1eb9249 authored by nimrod's avatar nimrod
Browse files

Personal registry.

parent fe9c245a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM docker:19.03 as docker

# hadolint ignore=DL3006
FROM adarnimrod/cron as supersonic
FROM registry.shore.co.il/cron as supersonic
COPY --from=docker /usr/local/bin/docker /usr/local/bin/
COPY --chown=root:root crontab /crontab
# hadolint ignore=DL3002
+0 −6
Original line number Diff line number Diff line
@@ -28,10 +28,7 @@ services:

  clamd:
    build:
      # cache_from:
      #   - adarnimrod/clamd
      context: clamd/
    # image: adarnimrod/clamd
    restart: always
    volumes:
      - _run_clamav:/run/clamav
@@ -39,10 +36,7 @@ services:

  spamd:
    build:
      # cache_from:
      #   - adarnimrod/spamd
      context: spamd/
    # image: adarnimrod/spamd
    restart: always
    volumes:
      - _run_spamd:/run/spamd