Skip to content

Commit

Permalink
qena42
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 27, 2024
1 parent 8d8be16 commit 2f12a9c
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 337 deletions.
38 changes: 5 additions & 33 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,45 +62,17 @@ jobs:
push: true
provenance: false

- name: build tezos v21.0-rc1
- name: build tezos v21.0-rc4
uses: docker/build-push-action@v5
with:
file: containers/tezos/Containerfile
context: .
platforms: linux/amd64,linux/arm64
build-args: |
PROTOCOLS=PsParisC,PsquebeC
IMAGE_TAG=octez-v21.0-rc1
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
tags: ghcr.io/tez-capital/tezbox:tezos-v21.0-rc1.${{steps.prep.outputs.CURRENT_DATE}},ghcr.io/tez-capital/tezbox:tezos-v21.0-rc1
push: true
provenance: false

- name: build tezos v21.0-rc2
uses: docker/build-push-action@v5
with:
file: containers/tezos/Containerfile
context: .
platforms: linux/amd64,linux/arm64
build-args: |
PROTOCOLS=PsParisC,PsQuebecB
IMAGE_TAG=octez-v21.0-rc2
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
tags: ghcr.io/tez-capital/tezbox:tezos-v21.0-rc2.${{steps.prep.outputs.CURRENT_DATE}},ghcr.io/tez-capital/tezbox:tezos-v21.0-rc2
push: true
provenance: false

- name: build tezos v21.0-rc3
uses: docker/build-push-action@v5
with:
file: containers/tezos/Containerfile
file: containers/tzc-tezos/Containerfile
context: .
platforms: linux/amd64,linux/arm64
build-args: |
PROTOCOLS=PsParisC,PsqenaVw
IMAGE_TAG=octez-v21.0-rc3
PROTOCOLS=PsParisC,PsQEna42
IMAGE_TAG=latest
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
tags: ghcr.io/tez-capital/tezbox:tezos-v21.0-rc3.${{steps.prep.outputs.CURRENT_DATE}},ghcr.io/tez-capital/tezbox:tezos-v21.0-rc3
tags: ghcr.io/tez-capital/tezbox:tezos-v21.0-rc4.${{steps.prep.outputs.CURRENT_DATE}},ghcr.io/tez-capital/tezbox:tezos-v21.0-rc4
push: true
provenance: false

Expand Down
6 changes: 6 additions & 0 deletions configuration/protocols/PsQEna42/protocol.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: psqena42
short: PsQEna42
hash: PsQEna427TJJ2dYatjWS12qKihty5huvBDmNHNAgCeTzWCpF673
aliases: [
qenabox
]
6 changes: 0 additions & 6 deletions configuration/protocols/PsQuebecB/protocol.hjson

This file was deleted.

6 changes: 0 additions & 6 deletions configuration/protocols/PsqenaVw/protocol.hjson

This file was deleted.

128 changes: 0 additions & 128 deletions configuration/protocols/PsqenaVw/sandbox-parameters.hjson

This file was deleted.

3 changes: 0 additions & 3 deletions configuration/protocols/PsqenaVw/vote-file.hjson

This file was deleted.

6 changes: 0 additions & 6 deletions configuration/protocols/PsquebeC/protocol.hjson

This file was deleted.

128 changes: 0 additions & 128 deletions configuration/protocols/PsquebeC/sandbox-parameters.hjson

This file was deleted.

3 changes: 0 additions & 3 deletions configuration/protocols/PsquebeC/vote-file.hjson

This file was deleted.

2 changes: 1 addition & 1 deletion configuration/services/node.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--metadata-size-limit=unlimited
--synchronisation-threshold=0
--no-bootstrap-peers
--peer=localhost:9732
--peer=127.0.0.1:9732
--private-mode
]
environment: {
Expand Down
5 changes: 1 addition & 4 deletions containers/tezos/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_TAG=octez-v20.3

FROM docker.io/tezos/tezos:${IMAGE_TAG}
FROM ghcr.io/tez-capital/tezos:${IMAGE_TAG}

ARG PROTOCOLS=parisbox

Expand All @@ -14,9 +14,6 @@ ENV ASCEND_INIT="tezbox init --setup-services"
ENV TEZBOX_USER=tezos
ENV HOME=/tezbox/context/data

# dal scripts need curl
RUN apk add curl

RUN printf '#!/bin/sh\n\
if [ -z "$GITHUB_TOKEN" ]; then\n\
wget "$@" \n\
Expand Down
Loading

0 comments on commit 2f12a9c

Please sign in to comment.