Skip to content

Commit 32fe3e7

Browse files
authored
Merge pull request #6 from krzko/fix-otelcol-configs-2
fix: githubactions otelcol config and tags
2 parents 6e97de0 + 59384d8 commit 32fe3e7

File tree

4 files changed

+1
-31
lines changed

4 files changed

+1
-31
lines changed

distributions/githubactions/.goreleaser.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ dockers:
6262
dockerfile: Dockerfile
6363
image_templates:
6464
- ghcr.io/krzko/otelcol-distributions/githubactions:{{ .Version }}-386
65-
- krzko/otelcol-distributions/otelcol-githubactions:{{ .Version }}-386
6665
extra_files:
6766
- otelcol.yaml
6867
build_flag_templates:
@@ -79,7 +78,6 @@ dockers:
7978
dockerfile: Dockerfile
8079
image_templates:
8180
- ghcr.io/krzko/otelcol-distributions/githubactions:{{ .Version }}-amd64
82-
- krzko/otelcol-distributions/otelcol-githubactions:{{ .Version }}-amd64
8381
extra_files:
8482
- otelcol.yaml
8583
build_flag_templates:
@@ -96,7 +94,6 @@ dockers:
9694
dockerfile: Dockerfile
9795
image_templates:
9896
- ghcr.io/krzko/otelcol-distributions/githubactions:{{ .Version }}-arm64
99-
- krzko/otelcol-distributions/otelcol-githubactions:{{ .Version }}-arm64
10097
extra_files:
10198
- otelcol.yaml
10299
build_flag_templates:
@@ -113,7 +110,6 @@ dockers:
113110
dockerfile: Dockerfile
114111
image_templates:
115112
- ghcr.io/krzko/otelcol-distributions/githubactions:{{ .Version }}-ppc64le
116-
- krzko/otelcol-distributions/otelcol-githubactions:{{ .Version }}-ppc64le
117113
extra_files:
118114
- otelcol.yaml
119115
build_flag_templates:
@@ -132,12 +128,6 @@ docker_manifests:
132128
- ghcr.io/krzko/otelcol-distributions/githubactions:{{ .Version }}-amd64
133129
- ghcr.io/krzko/otelcol-distributions/githubactions:{{ .Version }}-arm64
134130
- ghcr.io/krzko/otelcol-distributions/githubactions:{{ .Version }}-ppc64le
135-
- name_template: krzko/otelcol-githubactions:{{ .Version }}
136-
image_templates:
137-
- krzko/otelcol-distributions/otelcol-githubactions:{{ .Version }}-386
138-
- krzko/otelcol-distributions/otelcol-githubactions:{{ .Version }}-amd64
139-
- krzko/otelcol-distributions/otelcol-githubactions:{{ .Version }}-arm64
140-
- krzko/otelcol-distributions/otelcol-githubactions:{{ .Version }}-ppc64le
141131
sboms:
142132
- id: archive
143133
artifacts: archive

distributions/githubactions/otelcol.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exporters:
2020
service:
2121
pipelines:
2222
traces:
23-
receivers: [otlp]
23+
receivers: [githubactions]
2424
processors: []
2525
exporters: [debug]
2626

distributions/gitlab/.goreleaser.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ dockers:
6262
dockerfile: Dockerfile
6363
image_templates:
6464
- ghcr.io/krzko/otelcol-distributions/gitlab:{{ .Version }}-386
65-
- krzko/otelcol-distributions/otelcol-gitlab:{{ .Version }}-386
6665
extra_files:
6766
- otelcol.yaml
6867
build_flag_templates:
@@ -79,7 +78,6 @@ dockers:
7978
dockerfile: Dockerfile
8079
image_templates:
8180
- ghcr.io/krzko/otelcol-distributions/gitlab:{{ .Version }}-amd64
82-
- krzko/otelcol-distributions/otelcol-gitlab:{{ .Version }}-amd64
8381
extra_files:
8482
- otelcol.yaml
8583
build_flag_templates:
@@ -96,7 +94,6 @@ dockers:
9694
dockerfile: Dockerfile
9795
image_templates:
9896
- ghcr.io/krzko/otelcol-distributions/gitlab:{{ .Version }}-arm64
99-
- krzko/otelcol-distributions/otelcol-gitlab:{{ .Version }}-arm64
10097
extra_files:
10198
- otelcol.yaml
10299
build_flag_templates:
@@ -113,7 +110,6 @@ dockers:
113110
dockerfile: Dockerfile
114111
image_templates:
115112
- ghcr.io/krzko/otelcol-distributions/gitlab:{{ .Version }}-ppc64le
116-
- krzko/otelcol-distributions/otelcol-gitlab:{{ .Version }}-ppc64le
117113
extra_files:
118114
- otelcol.yaml
119115
build_flag_templates:
@@ -132,12 +128,6 @@ docker_manifests:
132128
- ghcr.io/krzko/otelcol-distributions/gitlab:{{ .Version }}-amd64
133129
- ghcr.io/krzko/otelcol-distributions/gitlab:{{ .Version }}-arm64
134130
- ghcr.io/krzko/otelcol-distributions/gitlab:{{ .Version }}-ppc64le
135-
- name_template: krzko/otelcol-gitlab:{{ .Version }}
136-
image_templates:
137-
- krzko/otelcol-distributions/otelcol-gitlab:{{ .Version }}-386
138-
- krzko/otelcol-distributions/otelcol-gitlab:{{ .Version }}-amd64
139-
- krzko/otelcol-distributions/otelcol-gitlab:{{ .Version }}-arm64
140-
- krzko/otelcol-distributions/otelcol-gitlab:{{ .Version }}-ppc64le
141131
sboms:
142132
- id: archive
143133
artifacts: archive

distributions/googlecloudspanner/.goreleaser.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ dockers:
6262
dockerfile: Dockerfile
6363
image_templates:
6464
- ghcr.io/krzko/otelcol-distributions/googlecloudspanner:{{ .Version }}-386
65-
- krzko/otelcol-distributions/otelcol-googlecloudspanner:{{ .Version }}-386
6665
extra_files:
6766
- otelcol.yaml
6867
build_flag_templates:
@@ -79,7 +78,6 @@ dockers:
7978
dockerfile: Dockerfile
8079
image_templates:
8180
- ghcr.io/krzko/otelcol-distributions/googlecloudspanner:{{ .Version }}-amd64
82-
- krzko/otelcol-distributions/otelcol-googlecloudspanner:{{ .Version }}-amd64
8381
extra_files:
8482
- otelcol.yaml
8583
build_flag_templates:
@@ -96,7 +94,6 @@ dockers:
9694
dockerfile: Dockerfile
9795
image_templates:
9896
- ghcr.io/krzko/otelcol-distributions/googlecloudspanner:{{ .Version }}-arm64
99-
- krzko/otelcol-distributions/otelcol-googlecloudspanner:{{ .Version }}-arm64
10097
extra_files:
10198
- otelcol.yaml
10299
build_flag_templates:
@@ -113,7 +110,6 @@ dockers:
113110
dockerfile: Dockerfile
114111
image_templates:
115112
- ghcr.io/krzko/otelcol-distributions/googlecloudspanner:{{ .Version }}-ppc64le
116-
- krzko/otelcol-distributions/otelcol-googlecloudspanner:{{ .Version }}-ppc64le
117113
extra_files:
118114
- otelcol.yaml
119115
build_flag_templates:
@@ -132,12 +128,6 @@ docker_manifests:
132128
- ghcr.io/krzko/otelcol-distributions/googlecloudspanner:{{ .Version }}-amd64
133129
- ghcr.io/krzko/otelcol-distributions/googlecloudspanner:{{ .Version }}-arm64
134130
- ghcr.io/krzko/otelcol-distributions/googlecloudspanner:{{ .Version }}-ppc64le
135-
- name_template: krzko/otelcol-googlecloudspanner:{{ .Version }}
136-
image_templates:
137-
- krzko/otelcol-distributions/otelcol-googlecloudspanner:{{ .Version }}-386
138-
- krzko/otelcol-distributions/otelcol-googlecloudspanner:{{ .Version }}-amd64
139-
- krzko/otelcol-distributions/otelcol-googlecloudspanner:{{ .Version }}-arm64
140-
- krzko/otelcol-distributions/otelcol-googlecloudspanner:{{ .Version }}-ppc64le
141131
sboms:
142132
- id: archive
143133
artifacts: archive

0 commit comments

Comments
 (0)