aiidalab / aiidalab/aiidalab-demo-server
Pin a specific version of the image
- 主要言語
- HTML
- スター
- 3
- フォーク
- 4
- 平均マージ
- 28分
- マージ済み PR(30日)
- 2
説明
We should pin a specific version for the AiiDAlab (or QE app) image we deploy on the demo server. As pointed out by @giovannipizzi, in this way we can safely deploy the latest image of the app without the risk of propagating potential issues in the server.
Now we do this:
```yaml
singleuser:
image:
name: aiidalab/qe
tag: latest
pullPolicy: Always
```
we should pin:
```yaml
singleuser:
image:
name: aiidalab/qe
tag: {{ environ('TAG') }}
pullPolicy: Always
```
also, maybe we can then put the `pullPolicy` to be `IfNotPresent` instead of `Always`, as maybe it can save startup time. We do not need to check the digest then (as now currently done using the `Always` policy), but only the tag name.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。