Skip to content

Commit 780b010

Browse files
committed
fixup! fix: update README.md for installtion add Dockerfile version and labels
Signed-off-by: Kevin Klopfenstein <kk@sudo-i.net>
1 parent bcd7d4d commit 780b010

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY package.json /plugins/capsule/package.json
1919
FROM scratch
2020

2121
# cp is needed at runtime to support the documented pattern:
22-
# command: ['cp', '-r', '/plugins/capsule', '/plugins']
22+
# command: ['/bin/cp', '-r', '/plugins/capsule', '/target/plugins']
2323
# mkdir is build-time only and not included here.
2424
COPY --from=busybox /bin/cp /bin/cp
2525
COPY --from=busybox /usr/bin/cp /usr/bin/cp

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ spec:
5353
volumeMounts:
5454
- name: plugins
5555
mountPath: /plugins
56-
containers:
57-
- name: headlamp
58-
volumeMounts:
59-
- name: plugins
60-
mountPath: /plugins
6156
volumes:
6257
- name: plugins
6358
emptyDir: {}

0 commit comments

Comments
 (0)