forces alpine to use local artifact repository
This commit is contained in:
parent
bbcae0a91b
commit
4c911d1280
@ -22,7 +22,8 @@ COPY test-chamber-13.lan.root.crt /usr/local/share/ca-certificates/test-chamber-
|
||||
|
||||
RUN apk add --no-cache --virtual=.packagecache ca-certificates && \\
|
||||
update-ca-certificates --fresh && \\
|
||||
apk del .packagecache
|
||||
apk del .packagecache && \\
|
||||
sed -i 's/dl-cdn.alpinelinux.org/nexus.c.test-chamber-13.lan\\/repository/g' /etc/apk/repositories
|
||||
"""
|
||||
|
||||
def label = "kubernetes-${UUID.randomUUID().toString()}"
|
||||
|
Reference in New Issue
Block a user