Skip to content
Snippets Groups Projects
Commit c1eb9249 authored by nimrod's avatar nimrod
Browse files

Personal registry.

parent fe9c245a
No related branches found
No related tags found
No related merge requests found
Pipeline #593 failed
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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment