ソースを参照

dockerfile for building console on CI missed an argument that specifies the i18n namespace

Mylanos 3 年 前
コミット
54dc5534d9
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .devcontainer/Dockerfile.console

+ 1 - 0
.devcontainer/Dockerfile.console

@@ -9,6 +9,7 @@ ENV OC_PLUGIN_NAME=$OC_PLUGIN_NAME
 USER root
 CMD eval "oc login $OC_URL -u $OC_USER -p $OC_PASS --insecure-skip-tls-verify" && \
     /opt/bridge/bin/bridge -public-dir=/opt/bridge/static \
+    -i18n-namespaces=plugin__$OC_PLUGIN_NAME \
     -plugins $OC_PLUGIN_NAME=http://localhost:9001 \
     -k8s-mode-off-cluster-thanos=$(oc -n openshift-config-managed get configmap monitoring-shared-config -o jsonpath='{.data.thanosPublicURL}') \
     -k8s-mode-off-cluster-endpoint=$(oc whoami --show-server) \