We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0179e66 + 20dffdd commit d2dc797Copy full SHA for d2dc797
1 file changed
Dockerfile
@@ -23,6 +23,10 @@ WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR
23
USER root
24
RUN mkdir -p ${DEST_ROOT}/usr/local/bin/
25
26
+# Remove go.work - not needed for the build and may reference a Go version
27
+# from the CI environment that is higher than the build image provides
28
+RUN rm -f go.work go.work.sum
29
+
30
RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi
31
32
# Build manager
0 commit comments