diff options
| author | 2025-03-23 11:39:34 +0100 | |
|---|---|---|
| committer | 2025-03-23 11:39:34 +0100 | |
| commit | 808031ca01be890a877214a71493a4dc3d24c2b4 (patch) | |
| tree | f388bc277530b2297eb8bea4710c9b001438d1f0 | |
| parent | bumps modernc.org/sqlite to v1.36.1-concurrency-workaround (#3926) (diff) | |
| download | gotosocial-808031ca01be890a877214a71493a4dc3d24c2b4.tar.xz | |
[chore] Add extra `org.opencontainers.image` labels to docker build (#3930)
* [chore] Add extra `org.opencontainers.image` tags to docker build
* add more labels, fuck it
| -rw-r--r-- | .goreleaser.yml | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 233fe7a8a..39ae5c186 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -107,10 +107,16 @@ dockers: - "{{ if .IsSnapshot }}superseriousbusiness/{{ .ProjectName }}:snapshot-amd64{{ end }}" build_flag_templates: - "--platform=linux/amd64" - - "--label=org.opencontainers.image.created={{.Date}}" - - "--label=org.opencontainers.image.title={{.ProjectName}}" - - "--label=org.opencontainers.image.revision={{.FullCommit}}" + - "--label=org.opencontainers.image.title=GoToSocial" + - "--label=org.opencontainers.image.authors=GoToSocial Authors" + - "--label=org.opencontainers.image.description=Fast, fun, small ActivityPub server." + - "--label=org.opencontainers.image.url=https://docs.gotosocial.org" + - "--label=org.opencontainers.image.documentation=https://docs.gotosocial.org/en/latest/getting_started/installation/container/" + - "--label=org.opencontainers.image.source=https://github.com/superseriousbusiness/gotosocial" - "--label=org.opencontainers.image.version={{.Version}}" + - "--label=org.opencontainers.image.revision={{.FullCommit}}" + - "--label=org.opencontainers.image.created={{.Date}}" + - "--label=org.opencontainers.image.licenses=AGPL-3.0-or-later" extra_files: - web - go.mod @@ -130,10 +136,16 @@ dockers: - "{{ if .IsSnapshot }}superseriousbusiness/{{ .ProjectName }}:snapshot-arm64v8{{ end }}" build_flag_templates: - "--platform=linux/arm64/v8" - - "--label=org.opencontainers.image.created={{.Date}}" - - "--label=org.opencontainers.image.title={{.ProjectName}}" - - "--label=org.opencontainers.image.revision={{.FullCommit}}" + - "--label=org.opencontainers.image.title=GoToSocial" + - "--label=org.opencontainers.image.authors=GoToSocial Authors" + - "--label=org.opencontainers.image.description=Fast, fun, small ActivityPub server." + - "--label=org.opencontainers.image.url=https://docs.gotosocial.org" + - "--label=org.opencontainers.image.documentation=https://docs.gotosocial.org/en/latest/getting_started/installation/container/" + - "--label=org.opencontainers.image.source=https://github.com/superseriousbusiness/gotosocial" - "--label=org.opencontainers.image.version={{.Version}}" + - "--label=org.opencontainers.image.revision={{.FullCommit}}" + - "--label=org.opencontainers.image.created={{.Date}}" + - "--label=org.opencontainers.image.licenses=AGPL-3.0-or-later" extra_files: - web - go.mod |
