How to point to nexus3 local cluster proxy repo in my tekton s2i task? #1165
alansenairj
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am using s2i tekton task from tekton hub. I am building an image of a dotnet 6 app.
I have a pod running nexus 3 to work as an proxy to speedup build process. I want to use it when I build this image.
I added this code at line 111 into the task s2i:
image: >-
registry.access.redhat.com/ubi8/dotnet-60@sha256:813cc1f5b893e2cf548af6e9e053568f0a70949faf9252c80d7a151a685237b4
name: add-nexus3-repo
resources: {}
volumeMounts:
name: gen-source
workingDir: $(workspaces.source.path)
It showed to me I could add this repo but it stucked at s2i step.
How can you solve this problem? Any ideas ?
Beta Was this translation helpful? Give feedback.
All reactions