We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f749a21 + 9de6fb9 commit e6d05f2Copy full SHA for e6d05f2
index/server/Dockerfile
@@ -15,6 +15,7 @@
15
16
# Index Server build stage
17
FROM golang:1.21-alpine@sha256:3f8e3ad3e7c128d29ac3004ac8314967c5ddbfa5bfa7caa59b0de493fc01686a AS index-builder
18
+
19
WORKDIR /tools
20
COPY . .
21
RUN CGO_ENABLED=0 go build -mod=vendor -o index-server main.go
oci-registry/build-multi-arch.sh
@@ -76,6 +76,6 @@ else
76
77
# Push and delete local manifest
78
docker manifest push "$DEFAULT_MANIFEST"
79
- docker manifest rm "$$DEFAULT_MANIFEST"
+ docker manifest rm "$DEFAULT_MANIFEST"
80
81
fi
0 commit comments