Skip to content

Commit

Permalink
Merge pull request #129 from GoogleCloudPlatform/issue127
Browse files Browse the repository at this point in the history
bug: fixes invalid copy command #127
  • Loading branch information
ssvaidyanathan authored Sep 5, 2023
2 parents 6e09cfa + 6887dfa commit fb2acc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ RUN go mod download
RUN date +%FT%H:%I:%M+%Z > /tmp/date
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -buildvcs=true -a -gcflags='all="-l"' -ldflags='-s -w -extldflags "-static" -X main.version='${TAG}' -X main.commit='${COMMIT}' -X main.date='$(cat /tmp/date) -o /go/bin/integrationcli /go/src/integrationcli/main.go

FROM ghcr.io/jqlang/jq:latest as jq
COPY --from=jq /jq /usr/local/bin/jq
FROM us-docker.pkg.dev/appintegration-toolkit/internal/jq:latest as jq

# use debug because it includes busybox
FROM gcr.io/distroless/static-debian11:debug
COPY --from=builder /go/bin/integrationcli /usr/local/bin/integrationcli
COPY --from=jq /jq /usr/local/bin/jq
COPY LICENSE.txt /
COPY third-party-licenses.txt /

Expand Down
File renamed without changes.

0 comments on commit fb2acc4

Please sign in to comment.