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
|
||||
initContainers:
|
||||
- name: get-architecture
|
||||
image: alpine:latest
|
||||
imagePullPolicy: Always
|
||||
image: debian:12.9
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [
|
||||
"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:
|
||||
- mountPath: /var/lib/dpkg
|
||||
|
|
Loading…
Add table
Reference in a new issue