diff --git a/images/dvcr/werf.inc.yaml b/images/dvcr/werf.inc.yaml index 420ddad58..dc9f6c236 100644 --- a/images/dvcr/werf.inc.yaml +++ b/images/dvcr/werf.inc.yaml @@ -1,3 +1,14 @@ --- -image: {{ $.ImageName }} +image: {{ $.ImageName }}-source-image from: docker.io/registry:2.8.2@sha256:da1fbcd13a7ddc77d0d964a5c5c4cb707b5d440a028b0b42fe574b9e99077e27 +--- +image: {{ $.ImageName }} +fromImage: base-scratch +import: +- image: {{ $.ImageName }}-source-image + add: /bin + to: /bin + after: install + includePaths: + - registry +# Registry configuration is stored in configmap: templates/dvcr/configmap.yaml