Skip to content

Commit

Permalink
Remove dockers from goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamo committed Jun 5, 2023
1 parent cfd6507 commit f7c409a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,3 @@ brews:
install: |
bin.install "po-test"
license: "MIT"
dockers:
- image_templates: ["loveholidays/{{ .ProjectName }}:{{ .Version }}-amd64"]
goarch: amd64
dockerfile: Dockerfile
build_flag_templates:
- --platform=linux/amd64
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.source=https://github.com/loveholidays/po-test
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses=MIT
- image_templates: [ "loveholidays/{{ .ProjectName }}:latest" ]
goarch: amd64
dockerfile: Dockerfile
build_flag_templates:
- --platform=linux/amd64
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.source=https://github.com/loveholidays/po-test
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses=MIT
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ FROM busybox
COPY --from=build /app/bin/po-test /go/bin/po-test
COPY --from=prom/prometheus /bin/promtool /go/bin/promtool
ENV PATH $PATH:/go/bin
#Required to communicate with pubsub... and likely anything external
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
ENTRYPOINT ["/go/bin/po-test"]

0 comments on commit f7c409a

Please sign in to comment.