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