Compare commits
2 Commits
cfd86e1aa7
...
2a32977d80
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a32977d80 | |||
| 9f117548c3 |
@@ -21,7 +21,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: registry-ui
|
- name: registry-ui
|
||||||
#image: cr.lan/docker-registry-ui:arm64
|
#image: cr.lan/docker-registry-ui:arm64
|
||||||
image: docker.io/joxit/docker-registry-ui:main-debian
|
image: docker.io/joxit/docker-registry-ui:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: NGINX_PROXY_PASS_URL
|
- name: NGINX_PROXY_PASS_URL
|
||||||
|
|||||||
@@ -57,9 +57,9 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /kaniko/executor
|
- /kaniko/executor
|
||||||
args:
|
args:
|
||||||
- --customPlattform=arm32
|
- --build-arg="GOARCH=arm"
|
||||||
- --dockerfile=$(params.pathToDockerFile)
|
- --dockerfile=$(params.pathToDockerFile)
|
||||||
- --destination=$(resources.outputs.builtImage.url):armhf
|
- --destination=$(resources.outputs.builtImage.url)
|
||||||
- --context=$(params.pathToContext)
|
- --context=$(params.pathToContext)
|
||||||
- --snapshotMode=redo
|
- --snapshotMode=redo
|
||||||
- --skip-tls-verify
|
- --skip-tls-verify
|
||||||
|
|||||||
Reference in New Issue
Block a user