From d8fa5141364d72282acebada6f56f00f7f15361e Mon Sep 17 00:00:00 2001 From: Sofiane Gerhardt Date: Wed, 27 Nov 2024 15:59:46 +0100 Subject: [PATCH] First commit --- .gitea/workflows/build.yaml | 47 ++++++++++++++++++++ Dockerfile | 4 ++ dragonfly.svg | 86 +++++++++++++++++++++++++++++++++++++ mantis.svg | 86 +++++++++++++++++++++++++++++++++++++ 4 files changed, 223 insertions(+) create mode 100644 .gitea/workflows/build.yaml create mode 100644 Dockerfile create mode 100644 dragonfly.svg create mode 100644 mantis.svg diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..adc1430 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,47 @@ +name: Build and Push container +run-name: Build and Push container + +on: + push: + tags: + - '[0-9]+.[0-9]+.[0-9]+' + +env: + IMAGE: git.kvant.cloud/phoenix/blockscout + VERSION: ${{ github.ref_name }} + +jobs: + build_besu: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + + - name: Login to gitea registry + uses: docker/login-action@v3 + with: + registry: git.kvant.cloud + username: ${{ vars.PHOENIX_PACKAGE_WRITER_USERNAME }} + password: ${{ secrets.PHOENIX_PACKAGE_WRITER_TOKEN }} + + - name: Update Dockerfile FROM version + run: sed -i "s|^FROM .\+|FROM blockscout/blockscout:${{ env.VERSION }}|" Dockerfile + + - name: Build and push to gitea registry + uses: docker/build-push-action@v6 + with: + push: true + context: . + build-args: | + VERSION=${{ env.VERSION }} + image: ${{ env.IMAGE }} + cache-from: | + type=registry,ref=${{ env.IMAGE }}:${{ env.VERSION }} + type=registry,ref=${{ env.IMAGE }}:latest + cache-to: type=inline + tags: | + ${{ env.IMAGE }}:${{ env.VERSION }} + ${{ env.IMAGE }}:latest diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e0f4c37 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM blockscout/blockscout:latest + +COPY mantis.svg /images/mantis.svg +COPY dragonfly.svg /images/dragonfly.svg diff --git a/dragonfly.svg b/dragonfly.svg new file mode 100644 index 0000000..3fd50b1 --- /dev/null +++ b/dragonfly.svg @@ -0,0 +1,86 @@ +Hexapod Dragonfly Symbol +Hexapod Symbol Color + + + + + BBF Corporate Messaging + BBF Corporate Messaging + True + www.bbf.ch + 2022-02-28T16:32:03+01:00 + xmp.iid:7455fce4-8306-4d0a-bff7-d1f1de4d8ef7 + xmp.did:29b3ad3b-f0c3-459e-ac67-1b1fee9e1dea + xmp.did:29b3ad3b-f0c3-459e-ac67-1b1fee9e1dea + + + + + saved + xmp.iid:29b3ad3b-f0c3-459e-ac67-1b1fee9e1dea + 2022-02-28T16:27:33+01:00 + Adobe Bridge 2022 (Macintosh) + /metadata + + + + + saved + xmp.iid:7455fce4-8306-4d0a-bff7-d1f1de4d8ef7 + 2022-02-28T16:32:03+01:00 + Adobe Bridge 2022 (Macintosh) + /metadata + + + + + + + BBF Corporate Messaging + + + + + Hexapod Symbol Color + + + + + BBF Schifflände 26 8001 Zürich + + + + + Hexapod Symbol Color + + + + + Hexapod Dragonfly Symbol + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mantis.svg b/mantis.svg new file mode 100644 index 0000000..38153a1 --- /dev/null +++ b/mantis.svg @@ -0,0 +1,86 @@ +Hexapod Mantis +Hexapod Symbol Color + + + + + BBF Corporate Messaging + BBF Corporate Messaging + True + www.bbf.ch + 2022-02-28T16:30:26+01:00 + xmp.iid:335e112b-e77d-4bc9-8ee3-b04dd7212893 + xmp.did:953afc27-c122-4d75-acf1-eb8fa95e5716 + xmp.did:953afc27-c122-4d75-acf1-eb8fa95e5716 + + + + + saved + xmp.iid:953afc27-c122-4d75-acf1-eb8fa95e5716 + 2022-02-28T16:27:33+01:00 + Adobe Bridge 2022 (Macintosh) + /metadata + + + + + saved + xmp.iid:335e112b-e77d-4bc9-8ee3-b04dd7212893 + 2022-02-28T16:30:26+01:00 + Adobe Bridge 2022 (Macintosh) + /metadata + + + + + + + BBF Corporate Messaging + + + + + Hexapod Symbol Color + + + + + BBF Schifflände 26 8001 Zürich + + + + + Hexapod Symbol Color + + + + + Hexapod Mantis + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file