Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: limengxuan <[email protected]>
  • Loading branch information
archlitchi committed Jan 25, 2025
1 parent 6455e6c commit 6e3291c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile.hamimaster
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ FROM $HAMICORE_IMAGE AS corebuild

FROM $GOLANG_IMAGE AS GOBUILD

Check warning on line 6 in docker/Dockerfile.hamimaster

View workflow job for this annotation

GitHub Actions / Compile

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG $GOLANG_IMAGE results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 6 in docker/Dockerfile.hamimaster

View workflow job for this annotation

GitHub Actions / Compile

Stage names should be lowercase

StageNameCasing: Stage name 'GOBUILD' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/
ADD . /k8s-vgpu
ARG GOPROXY=https://goproxy.cn,direct
ARG VERSION
RUN go env -w GO111MODULE=on
RUN cd /k8s-vgpu && make all VERSION=$VERSION
Expand Down

0 comments on commit 6e3291c

Please sign in to comment.