Commit Graph

9 Commits

Author SHA1 Message Date
G. Roggemans 741a706811 Fix armv7 docker builds
Moves the ARCH build argument after the first FROM so it has the proper
value. Default value is empty as required by release-tools/build.make.
(https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact)

Adds the GOARM=7 option to the armv7 GO build.
2021-11-01 13:21:12 +01:00
andyzhangx c5247b92df feat: support arm64 image build
chore: fix container build failure

revert

fix build failure
2021-09-21 04:15:31 +00:00
andyzhangx 83ad09b7aa chore: upgrade base image to fix CVE issue 2021-05-12 10:45:03 +00:00
andyzhangx b894ed8a7e feat: add ARCH in Dockerfile
set default ARG value
2021-02-22 13:11:21 +00:00
andyzhangx 525c6bcad6 chore: change base image to debian
add mount
2021-02-20 14:14:48 +00:00
Jiaxun Song bfdc82f398 fix: make verify checks 2020-11-18 19:02:49 +00:00
Jan Wozniak a45e9ea6b5 Change base image to centos:latest 2020-03-15 15:20:57 +01:00
Patrick Ohly 1e5a0c1634 switch to csi-release-tools
This imports the shared csi-release-tools and uses it for Travis CI
and building. The binary and image name are "nfsplugin", as before.
2019-02-20 09:10:47 +01:00
prateekpandey14 cb7d61a49d Update deployment files and Dockerfile
Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
2019-02-07 19:53:29 +05:30