mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
use env var for registry mirror
Signed-off-by: pit.wegner <pit.wegner@zorc-cybernetics.com>
This commit is contained in:
parent
aa86e5a41e
commit
f86d6e8a74
@ -77,7 +77,7 @@ export class NodeShellSession extends ShellSession {
|
|||||||
}],
|
}],
|
||||||
containers: [{
|
containers: [{
|
||||||
name: "shell",
|
name: "shell",
|
||||||
image: "docker.io/alpine:3.13",
|
image: (process.env.REGISTRY_MIRROR || "docker.io") + "/alpine:3.13",
|
||||||
securityContext: {
|
securityContext: {
|
||||||
privileged: true,
|
privileged: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user