Compare commits
1 commit
b96206cd43
...
184687dd5f
Author | SHA1 | Date | |
---|---|---|---|
184687dd5f |
1 changed files with 3 additions and 3 deletions
|
@ -60,11 +60,11 @@ spec:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: get-architecture
|
- name: get-architecture
|
||||||
image: alpine:latest
|
image: debian:12.9
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
command: [
|
command: [
|
||||||
"sh", "-c",
|
"sh", "-c",
|
||||||
"apk update && apk add dpkg && dpkg --print-architecture | cut -d'-' -f3 > /var/lib/dpkg/arch"
|
"dpkg --print-architecture > /var/lib/dpkg/arch"
|
||||||
]
|
]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/dpkg
|
- mountPath: /var/lib/dpkg
|
||||||
|
|
Loading…
Add table
Reference in a new issue