You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup proxy to be used during build. I am building it using maven and the spring-boot-maven-plugin, using paketobuildpacks/builder-jammy-base.
This runs in gitlab, using an image based on the official docker:20.10.22 image.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi.
I am trying to setup proxy to be used during build. I am building it using maven and the
spring-boot-maven-plugin
, usingpaketobuildpacks/builder-jammy-base
.This runs in gitlab, using an image based on the official
docker:20.10.22
image.I have the following configuration:
I am not sure the proxy configuration is being picked up, though.
During build I see these logs:
You can see that this download takes a long time, which makes me suspect that it's not being pulled through the proxy.
For comparison, there's this other download:
Which seems to be pulled through the proxy, because it runs reasonably fast.
So my question is: how can I verify that the download of
builder-jammy-base
goes through the proxy as well?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions