Skip to content

Commit

Permalink
chore(renaming): axoflow-otel-collector
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Feb 13, 2024
1 parent 7b550f7 commit cb83bb2
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 234 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dockers:
goarch: amd64
dockerfile: distributions/otelcol-contrib/Dockerfile
image_templates:
- ghcr.io/axoflow/opentelemetry-collector-releases/opentelemetry-collector-contrib:{{ .Version }}-amd64
- ghcr.io/axoflow/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest-amd64
- ghcr.io/axoflow/axoflow-otel-collector/opentelemetry-collector-contrib:{{ .Version }}-amd64
- ghcr.io/axoflow/axoflow-otel-collector/opentelemetry-collector-contrib:latest-amd64
extra_files:
- configs/otelcol-contrib.yaml
build_flag_templates:
Expand All @@ -44,8 +44,8 @@ dockers:
goarch: arm64
dockerfile: distributions/otelcol-contrib/Dockerfile
image_templates:
- ghcr.io/axoflow/opentelemetry-collector-releases/opentelemetry-collector-contrib:{{ .Version }}-arm64
- ghcr.io/axoflow/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest-arm64
- ghcr.io/axoflow/axoflow-otel-collector/opentelemetry-collector-contrib:{{ .Version }}-arm64
- ghcr.io/axoflow/axoflow-otel-collector/opentelemetry-collector-contrib:latest-arm64
extra_files:
- configs/otelcol-contrib.yaml
build_flag_templates:
Expand All @@ -58,11 +58,11 @@ dockers:
- --label=org.opencontainers.image.source={{.GitURL}}
use: buildx
docker_manifests:
- name_template: ghcr.io/axoflow/opentelemetry-collector-releases/opentelemetry-collector-contrib:{{ .Version }}
- name_template: ghcr.io/axoflow/axoflow-otel-collector/opentelemetry-collector-contrib:{{ .Version }}
image_templates:
- ghcr.io/axoflow/opentelemetry-collector-releases/opentelemetry-collector-contrib:{{ .Version }}-amd64
- ghcr.io/axoflow/opentelemetry-collector-releases/opentelemetry-collector-contrib:{{ .Version }}-arm64
- name_template: ghcr.io/axoflow/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest
- ghcr.io/axoflow/axoflow-otel-collector/opentelemetry-collector-contrib:{{ .Version }}-amd64
- ghcr.io/axoflow/axoflow-otel-collector/opentelemetry-collector-contrib:{{ .Version }}-arm64
- name_template: ghcr.io/axoflow/axoflow-otel-collector/opentelemetry-collector-contrib:latest
image_templates:
- ghcr.io/axoflow/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest-amd64
- ghcr.io/axoflow/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest-arm64
- ghcr.io/axoflow/axoflow-otel-collector/opentelemetry-collector-contrib:latest-amd64
- ghcr.io/axoflow/axoflow-otel-collector/opentelemetry-collector-contrib:latest-arm64
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# OpenTelemetry Collector distributions

> :warning: **Important note:** Git tags in this repository may change at any time to fix any issues found during a release. They are only meant to trigger Github releases and should not be relied upon.
# Axoflow Distribution for OpenTelemetry Collector

This repository assembles OpenTelemetry Collector distributions, such as the "core" distribution, or "contrib". It may contain non-official distributions, focused on specific use-cases, such as the load-balancer.

Each distribution contains:

- Binaries for a multitude of platforms and architectures (at least linux_amd64, linux_arm64, windows_amd64 and darwin_arm64)
- Multi-arch container images (at least amd64 and arm64)
- Packages to be used with Linux distributions (apk, RPM, deb), Mac OS (brew) for the above-mentioned architectures

More details about each individual distribution can be seen in its own readme files.

Current list of distributions:

- [OpenTelemetry Collector (also known as "otelcol")](./distributions/otelcol)
- [OpenTelemetry Collector Contrib (also known as "otelcol-contrib")](./distributions/otelcol-contrib)
- [Axoflow Distribution for OpenTelemetry Collector (also known as "axoflow-otel-collector")](./distributions/otelcol-contrib)
2 changes: 1 addition & 1 deletion cmd/goreleaser/internal/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
const ArmArch = "arm"

var (
ImagePrefixes = []string{"ghcr.io/axoflow/opentelemetry-collector-releases"}
ImagePrefixes = []string{"ghcr.io/axoflow/axoflow-otel-collector"}
Architectures = []string{"amd64", "arm64"}
ArmVersions = []string{}
)
Expand Down
71 changes: 0 additions & 71 deletions configs/otelcol.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions distributions/otelcol/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions distributions/otelcol/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions distributions/otelcol/manifest.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions distributions/otelcol/otelcol.conf

This file was deleted.

15 changes: 0 additions & 15 deletions distributions/otelcol/otelcol.service

This file was deleted.

22 changes: 0 additions & 22 deletions distributions/otelcol/postinstall.sh

This file was deleted.

17 changes: 0 additions & 17 deletions distributions/otelcol/preinstall.sh

This file was deleted.

20 changes: 0 additions & 20 deletions distributions/otelcol/preremove.sh

This file was deleted.

0 comments on commit cb83bb2

Please sign in to comment.