Skip to content

Commit c4765d1

Browse files
authored
Merge pull request #166 from andyzhangx/add-arch
feat: add ARCH in Dockerfile
2 parents 0c89c63 + b894ed8 commit c4765d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM k8s.gcr.io/build-image/debian-base-amd64:v2.1.3
15+
ARG ARCH=amd64
16+
17+
FROM k8s.gcr.io/build-image/debian-base-${ARCH}:v2.1.3
1618

1719
# Copy nfsplugin from build _output directory
1820
COPY bin/nfsplugin /nfsplugin

0 commit comments

Comments
 (0)