Files
careit/error.log
2026-01-30 13:10:48 +07:00

65 lines
4.3 KiB
Plaintext

docker-compose : time="2026-01-29T19:02:09+07:00" level=warning
msg="C:\\Users\\rengginang\\Desktop\\CAREIT_V4\\docker-compose.yml: the attribute `version` is
obsolete, it will be ignored, please remove it to avoid potential confusion"
At line:1 char:1
+ docker-compose build --no-cache backend 2>&1 | Tee-Object -FilePath " ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (time="2026-01-2...tial confusion":String) [], RemoteExcept
ion
+ FullyQualifiedErrorId : NativeCommandError
Image careit_v4-backend Building
#1 [internal] load local bake definitions
#1 reading from stdin 603B done
#1 DONE 0.0s
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 360B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/alpine:latest
#3 ...
#4 [auth] library/alpine:pull token for registry-1.docker.io
#4 DONE 0.0s
#5 [auth] library/golang:pull token for registry-1.docker.io
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/library/golang:1.23-alpine
#6 DONE 2.1s
#3 [internal] load metadata for docker.io/library/alpine:latest
#3 DONE 2.1s
#7 [internal] load .dockerignore
#7 transferring context: 349B done
#7 DONE 0.0s
#8 [stage-1 1/4] FROM docker.io/library/alpine:latest@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
#8 resolve docker.io/library/alpine:latest@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 0.0s done
#8 DONE 0.0s
#9 [stage-1 2/4] WORKDIR /app
#9 CACHED
#10 [builder 1/6] FROM docker.io/library/golang:1.23-alpine@sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f
#10 resolve docker.io/library/golang:1.23-alpine@sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f 0.0s done
#10 DONE 0.0s
#11 [builder 2/6] WORKDIR /app
#11 CACHED
#12 [internal] load build context
#12 transferring context: 2.17kB done
#12 DONE 0.0s
#13 [builder 3/6] COPY go.mod go.sum ./
#13 DONE 0.0s
#14 [builder 4/6] RUN go mod download
#14 DONE 5.1s
#15 [stage-1 3/4] RUN apk add --no-cache ca-certificates
#15 ...