You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it's too slow, i used kaniko in tektoncd. Here's the result, lt takes for almost 30min. tbcd-bmjg8-task-build-docker-image-g77cd-pod-5g7cr 0/4 Completed 0 28m, how to speed up the building.
The text was updated successfully, but these errors were encountered:
INFO[0046] RUN go mod download
INFO[0046] Found cached layer, extracting to filesystem
INFO[0052] COPY . ${WORKDIR}/
INFO[0052] Resolving 298 paths
INFO[0052] Taking snapshot of files...
INFO[0052] Pushing layer registry/xxx/authservice/cache:1d81cf67542851ede46bb37265d2d63b9e87cd67b78dac2f3d198938dbf1a755 to cache now
INFO[0052] RUN go build -o ${WORKDIR}/server ${WORKDIR}/main.go
INFO[0052] Taking snapshot of full filesystem...
INFO[0061] Resolving 28025 paths
INFO[0065] cmd: /bin/sh
INFO[0065] args: [-c go build -o ${WORKDIR}/server ${WORKDIR}/main.go]
INFO[0065] Running: [/bin/sh -c go build -o ${WORKDIR}/server ${WORKDIR}/main.go]
INFO[0068] Taking snapshot of full filesystem...
INFO[0072] Resolving 28491 paths
INFO[0075] Pushing layer registry/xxx/cache:02a2be3cc0c8ff402f4b5ec67b5b91f2aa72c5e702dbc60edb537fb8689f071f to cache now
@yaphetsglhf Can you please try the images described in #1305. You could compare the time
with --snapshotMode=redo and --use-new-run and see if that speeds up your build.
Part of my config:
However, it's too slow, i used kaniko in tektoncd. Here's the result, lt takes for almost 30min.
tbcd-bmjg8-task-build-docker-image-g77cd-pod-5g7cr 0/4 Completed 0 28m
, how to speed up the building.The text was updated successfully, but these errors were encountered: