We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c7db1 commit 56050faCopy full SHA for 56050fa
Dockerfile
@@ -1,6 +1,6 @@
1
-ARG DF_IMG_TAG=latest
2
-ARG IMAGE_REPOSITORY=deepfenceio
3
-FROM $IMAGE_REPOSITORY/deepfence_vectorscan_build:$DF_IMG_TAG AS vectorscan
+ARG VECTORSCAN_IMG_TAG=latest
+ARG VECTORSCAN_IMAGE_REPOSITORY=deepfenceio
+FROM $VECTORSCAN_IMAGE_REPOSITORY/deepfence_vectorscan_build:$VECTORSCAN_IMG_TAG AS vectorscan
4
5
FROM golang:1.20-alpine3.18 AS builder
6
MAINTAINER DeepFence
0 commit comments