Skip to content

Commit b1cc29d

Browse files
committed
chore : update devfile with ephemeral graphroot directory
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
1 parent c86c25e commit b1cc29d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.devfile.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ components:
1010
image: quay.io/devfile/universal-developer-image:ubi9-latest
1111
memoryLimit: 6Gi
1212
memoryRequest: 256Mi
13+
volumeMounts:
14+
- name: graphroot
15+
path: /home/user/.local/share/containers/storage
16+
- name: graphroot
17+
volume:
18+
ephemeral: true
1319
commands:
1420
- id: build-and-push-base-image
1521
exec:

0 commit comments

Comments
 (0)