1
0
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:
pit.wegner 2021-06-30 09:29:23 +02:00
parent aa86e5a41e
commit f86d6e8a74

View File

@ -77,7 +77,7 @@ export class NodeShellSession extends ShellSession {
}],
containers: [{
name: "shell",
image: "docker.io/alpine:3.13",
image: (process.env.REGISTRY_MIRROR || "docker.io") + "/alpine:3.13",
securityContext: {
privileged: true,
},