We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89c7db1 + 56050fa commit 754e88bCopy full SHA for 754e88b
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