mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
chore: update gorelease
This commit is contained in:
parent
bb04560323
commit
af95153899
127
.goreleaser.yml
127
.goreleaser.yml
@ -47,47 +47,16 @@ brews:
|
||||
test: |
|
||||
system "#{bin}/contentserver --version"
|
||||
|
||||
docker_manifests:
|
||||
# basic
|
||||
- name_template: 'foomo/contentserver:latest'
|
||||
image_templates:
|
||||
- 'foomo/contentserver:{{ .Tag }}-amd64'
|
||||
- 'foomo/contentserver:{{ .Tag }}-arm64'
|
||||
|
||||
- name_template: 'foomo/contentserver:v{{ .Major }}.{{ .Minor }}'
|
||||
image_templates:
|
||||
- 'foomo/contentserver:v{{ .Major }}.{{ .Minor }}-amd64'
|
||||
- 'foomo/contentserver:v{{ .Major }}.{{ .Minor }}-arm64'
|
||||
|
||||
- name_template: 'foomo/contentserver:{{ .Tag }}'
|
||||
image_templates:
|
||||
- 'foomo/contentserver:{{ .Tag }}-amd64'
|
||||
- 'foomo/contentserver:{{ .Tag }}-arm64'
|
||||
|
||||
# alpine
|
||||
- name_template: 'foomo/contentserver:latest-alpine'
|
||||
image_templates:
|
||||
- 'foomo/contentserver:{{ .Tag }}-alpine-amd64'
|
||||
- 'foomo/contentserver:{{ .Tag }}-alpine-arm64'
|
||||
|
||||
- name_template: 'foomo/contentserver:v{{ .Major }}.{{ .Minor }}-alpine'
|
||||
image_templates:
|
||||
- 'foomo/contentserver:v{{ .Major }}.{{ .Minor }}-alpine-amd64'
|
||||
- 'foomo/contentserver:v{{ .Major }}.{{ .Minor }}-alpine-arm64'
|
||||
|
||||
- name_template: 'foomo/contentserver:{{ .Tag }}-alpine'
|
||||
image_templates:
|
||||
- 'foomo/contentserver:{{ .Tag }}-alpine-amd64'
|
||||
- 'foomo/contentserver:{{ .Tag }}-alpine-arm64'
|
||||
dockers:
|
||||
- use: buildx
|
||||
goos: linux
|
||||
goarch: amd64
|
||||
dockerfile: build/buildx.Dockerfile
|
||||
image_templates:
|
||||
- 'foomo/contentserver:latest-amd64'
|
||||
- 'foomo/contentserver:{{ .Tag }}-amd64'
|
||||
- 'foomo/contentserver:v{{ .Major }}.{{ .Minor }}-amd64'
|
||||
- '{{ if eq .Prerelease "" }}foomo/contentserver:latest-amd64{{ end }}'
|
||||
- 'foomo/contentserver:{{ .Version }}-amd64'
|
||||
- '{{ if eq .Prerelease "" }}foomo/contentserver:{{ .Major }}-amd64{{ end }}'
|
||||
- '{{ if eq .Prerelease "" }}foomo/contentserver:{{ .Major }}.{{ .Minor }}-amd64{{ end }}'
|
||||
build_flag_templates:
|
||||
- '--pull'
|
||||
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
|
||||
@ -106,60 +75,44 @@ dockers:
|
||||
goarch: arm64
|
||||
dockerfile: build/buildx.Dockerfile
|
||||
image_templates:
|
||||
- '{{ if eq .Prerelease "" }}foomo/contentserver:latest-arm64{{ end }}'
|
||||
- 'foomo/contentserver:{{ .Version }}-arm64'
|
||||
- '{{ if eq .Prerelease "" }}foomo/contentserver:{{ .Major }}-arm64{{ end }}'
|
||||
- '{{ if eq .Prerelease "" }}foomo/contentserver:{{ .Major }}.{{ .Minor }}-arm64{{ end }}'
|
||||
build_flag_templates:
|
||||
- '--pull'
|
||||
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
|
||||
- '--label=org.opencontainers.image.title={{.ProjectName}}'
|
||||
- '--label=org.opencontainers.image.description=Serves content tree structures very quickly'
|
||||
- '--label=org.opencontainers.image.source={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.url={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.documentation={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.created={{.Date}}'
|
||||
- '--label=org.opencontainers.image.revision={{.FullCommit}}'
|
||||
- '--label=org.opencontainers.image.version={{.Version}}'
|
||||
- '--platform=linux/arm64'
|
||||
|
||||
docker_manifests:
|
||||
# basic
|
||||
- name_template: 'foomo/contentserver:latest'
|
||||
image_templates:
|
||||
- 'foomo/contentserver:latest-amd64'
|
||||
- 'foomo/contentserver:latest-arm64'
|
||||
- 'foomo/contentserver:{{ .Tag }}-arm64'
|
||||
- 'foomo/contentserver:v{{ .Major }}.{{ .Minor }}-arm64'
|
||||
build_flag_templates:
|
||||
- '--pull'
|
||||
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
|
||||
- '--label=org.opencontainers.image.title={{.ProjectName}}'
|
||||
- '--label=org.opencontainers.image.description=Serves content tree structures very quickly'
|
||||
- '--label=org.opencontainers.image.source={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.url={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.documentation={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.created={{.Date}}'
|
||||
- '--label=org.opencontainers.image.revision={{.FullCommit}}'
|
||||
- '--label=org.opencontainers.image.version={{.Version}}'
|
||||
- '--platform=linux/arm64'
|
||||
skip_push: auto
|
||||
|
||||
- use: buildx
|
||||
goos: linux
|
||||
goarch: amd64
|
||||
dockerfile: build/buildx-alpine.Dockerfile
|
||||
- name_template: 'foomo/contentserver:{{ .Version }}'
|
||||
image_templates:
|
||||
- 'foomo/contentserver:latest-alpine-amd64'
|
||||
- 'foomo/contentserver:{{ .Tag }}-alpine-amd64'
|
||||
- 'foomo/contentserver:v{{ .Major }}.{{ .Minor }}-alpine-amd64'
|
||||
build_flag_templates:
|
||||
- '--pull'
|
||||
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
|
||||
- '--label=org.opencontainers.image.title={{.ProjectName}}'
|
||||
- '--label=org.opencontainers.image.description=Serves content tree structures very quickly'
|
||||
- '--label=org.opencontainers.image.source={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.url={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.documentation={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.created={{.Date}}'
|
||||
- '--label=org.opencontainers.image.revision={{.FullCommit}}'
|
||||
- '--label=org.opencontainers.image.version={{.Version}}'
|
||||
- '--platform=linux/amd64'
|
||||
- 'foomo/contentserver:{{ .Version }}-amd64'
|
||||
- 'foomo/contentserver:{{ .Version }}-arm64'
|
||||
|
||||
- use: buildx
|
||||
goos: linux
|
||||
goarch: arm64
|
||||
dockerfile: build/buildx-alpine.Dockerfile
|
||||
- name_template: 'foomo/contentserver:{{ .Major }}'
|
||||
image_templates:
|
||||
- 'foomo/contentserver:latest-alpine-arm64'
|
||||
- 'foomo/contentserver:{{ .Tag }}-alpine-arm64'
|
||||
- 'foomo/contentserver:v{{ .Major }}.{{ .Minor }}-alpine-arm64'
|
||||
build_flag_templates:
|
||||
- '--pull'
|
||||
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
|
||||
- '--label=org.opencontainers.image.title={{.ProjectName}}'
|
||||
- '--label=org.opencontainers.image.description=Serves content tree structures very quickly'
|
||||
- '--label=org.opencontainers.image.source={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.url={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.documentation={{.GitURL}}'
|
||||
- '--label=org.opencontainers.image.created={{.Date}}'
|
||||
- '--label=org.opencontainers.image.revision={{.FullCommit}}'
|
||||
- '--label=org.opencontainers.image.version={{.Version}}'
|
||||
- '--platform=linux/arm64'
|
||||
- 'foomo/contentserver:{{ .Major }}-amd64'
|
||||
- 'foomo/contentserver:{{ .Major }}-arm64'
|
||||
skip_push: auto
|
||||
|
||||
- name_template: 'foomo/contentserver:{{ .Major }}.{{ .Minor }}'
|
||||
image_templates:
|
||||
- 'foomo/contentserver:{{ .Major }}.{{ .Minor }}-amd64'
|
||||
- 'foomo/contentserver:{{ .Major }}.{{ .Minor }}-arm64'
|
||||
skip_push: auto
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
# syntax=docker/dockerfile:1.4
|
||||
FROM golang:1.21-alpine
|
||||
|
||||
# related to https://github.com/golangci/golangci-lint/issues/3107
|
||||
ENV GOROOT /usr/local/go
|
||||
|
||||
# Allow to download a more recent version of Go.
|
||||
# https://go.dev/doc/toolchain
|
||||
# GOTOOLCHAIN=auto is shorthand for GOTOOLCHAIN=local+auto
|
||||
ENV GOTOOLCHAIN auto
|
||||
|
||||
# gcc is required to support cgo;
|
||||
# git and mercurial are needed most times for go get`, etc.
|
||||
# See https://github.com/docker-library/golang/issues/80
|
||||
RUN apk --no-cache add gcc musl-dev git mercurial
|
||||
|
||||
# Set all directories as safe
|
||||
RUN git config --global --add safe.directory '*'
|
||||
|
||||
COPY contentserver /usr/bin/
|
||||
ENTRYPOINT ["/usr/bin/contentserver"]
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 9200
|
||||
EXPOSE 9400
|
||||
@ -1,20 +1,9 @@
|
||||
# syntax=docker/dockerfile:1.4
|
||||
FROM golang:1.21
|
||||
FROM alpine:3.19.1
|
||||
|
||||
# related to https://github.com/golangci/golangci-lint/issues/3107
|
||||
ENV GOROOT /usr/local/go
|
||||
|
||||
# Allow to download a more recent version of Go.
|
||||
# https://go.dev/doc/toolchain
|
||||
# GOTOOLCHAIN=auto is shorthand for GOTOOLCHAIN=local+auto
|
||||
ENV GOTOOLCHAIN auto
|
||||
|
||||
# Set all directories as safe
|
||||
RUN git config --global --add safe.directory '*'
|
||||
RUN apk --no-cache add ca-certificates
|
||||
RUN addgroup -S contentserver && adduser -S -g contentserver contentserver
|
||||
|
||||
COPY contentserver /usr/bin/
|
||||
ENTRYPOINT ["/usr/bin/contentserver"]
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 9200
|
||||
EXPOSE 9400
|
||||
USER contentserver
|
||||
ENTRYPOINT ["contentserver"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user