Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Robinson <[email protected]>
  • Loading branch information
autarchprinceps committed Jun 4, 2024
1 parent f251d98 commit f38038e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,39 @@ name: build
on:
push:
branches:
- main
- main

jobs:
build:
runs-on: ubuntu-latest
runs-on: arvato
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
install: true
version: latest
driver-opts: image=moby/buildkit:master
- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{ secrets.GITHUB_TOKEN }}
#username: jenkins-arvato
#password: ${{ secrets.CR_PAT }}
- name: Build and Push Latest
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: true
pull: true
tags: ghcr.io/arvatoaws-labs/opswatch-amp-otel-bridge:latest
cache-from: type=registry,ref=ghcr.io/arvatoaws-labs/opswatch-amp-otel-bridge:latest
cache-to: type=inline
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
install: true
version: latest
driver-opts: image=moby/buildkit:master
- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{ secrets.GITHUB_TOKEN }}
#username: jenkins-arvato
#password: ${{ secrets.CR_PAT }}
- name: Build and Push Latest
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: true
pull: true
tags: ghcr.io/arvatoaws-labs/opswatch-amp-otel-bridge:latest
cache-from: type=registry,ref=ghcr.io/arvatoaws-labs/opswatch-amp-otel-bridge:latest
cache-to: type=inline
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/arvatoaws-labs/fedora:40

RUN dnf install -y gettext
ADD det-arch.sh /usr/local/bin
RUN dnf install -y https://aws-otel-collector.s3.amazonaws.com/redhat/`det-arch.sh a r`/v0.38.1/aws-otel-collector.rpm
RUN dnf install -y https://aws-otel-collector.s3.amazonaws.com/redhat/`det-arch.sh a r`/v0.39.0/aws-otel-collector.rpm

ADD otel-config.yaml /sample-otel-config.yaml
ADD entry.sh /entry.sh
Expand Down

0 comments on commit f38038e

Please sign in to comment.