2 Commits

Author SHA1 Message Date
2a32977d80 docker-reg-ui needs to be latest 2022-02-01 18:56:27 +01:00
9f117548c3 armhf experiments 2022-02-01 18:56:08 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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