ARM image build support

* upgrade `chromedriver` for ARM support
* upgrade `pynacl` to fix `libsodium` build issue on ARM
* remove unnecessary i686-specific `libstdc++.so.6` package
* install `kubectl` and `tini` from upstream binaries for ARM support
* use upstream `postgres` and `alpine` docker images for `postgresql` helm chart

Fixes #7051
This commit is contained in:
Andrew Gaffney
2020-07-11 13:53:30 +00:00
committed by Ryan Petrello
parent fed02ef14a
commit 02252f3f97
6 changed files with 314 additions and 61 deletions

View File

@@ -43,7 +43,7 @@
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-preset-env": "^1.6.0",
"chromedriver": "^2.35.0",
"chromedriver": "^77.0.0",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.5",