Skip to content

Commit

Permalink
Do not push images to Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
talal committed Nov 26, 2021
1 parent c7c1cfc commit 69d3926
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
14 changes: 0 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,6 @@ builds:
archives:
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"

dockers:
- image_templates:
- "sapcc/absent-metrics-operator:{{ .Tag }}"
- "sapcc/absent-metrics-operator:latest"
dockerfile: Dockerfile.goreleaser
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.source={{.GitURL}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=source_repository={{.GitURL}}" # this label is needed for Keppel

checksum:
name_template: "checksums.txt"

Expand Down
13 changes: 0 additions & 13 deletions Dockerfile.goreleaser

This file was deleted.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ annotations:

## Usage

We provide pre-compiled binaries and container images. See the latest
[release](https://github.com/sapcc/absent-metrics-operator/releases/latest).
You can download pre-compiled binaries for the [latest release](https://github.com/sapcc/absent-metrics-operator/releases/latest).

Alternatively, you can build with `make`, install with `make install`, `go get`, or
Alternatively, you can build with `make`, install with `make install`, `go install`, or
`docker build`.

For usage instructions:
Expand Down

0 comments on commit 69d3926

Please sign in to comment.