Skip to content

Commit

Permalink
chore(core, dvcr): use alt-linux for dvcr as base image
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Sysoev <[email protected]>
  • Loading branch information
Roman Sysoev committed Jun 16, 2024
1 parent 9b90641 commit af65f33
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion images/dvcr/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit af65f33

Please sign in to comment.