Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make sure we use latest released amw-relayer #2194

Merged
merged 6 commits into from
Oct 22, 2024

Conversation

arturrez
Copy link
Collaborator

@arturrez arturrez commented Sep 27, 2024

Why this should be merged

right now we use latest awm-relayer docker image that might not be an issue as https://hub.docker.com/r/avaplatform/awm-relayer/tags contains test images

How this works

now it queries latest released version and uses it

How this was tested

by running wiz command and verifying that container tag matches released latest awm-relayer version
before

ubuntu@ip-172-31-18-165:~$ docker ps
CONTAINER ID   IMAGE                              COMMAND                  CREATED              STATUS              PORTS     NAMES
04d599301372   avaplatform/awm-relayer            "/usr/bin/awm-relaye…"   30 seconds ago       Up 29 seconds                 awm-relayer
3d459d1a41c3   avaplatform/avalanchego:v1.11.11   "./avalanchego --con…"   About a minute ago   Up About a minute             avalanchego

after

ubuntu@ip-172-31-22-49:~$ docker ps
CONTAINER ID   IMAGE                              COMMAND                  CREATED              STATUS              PORTS     NAMES
7345ca8b04f6   avaplatform/awm-relayer:v1.4.0     "/usr/bin/awm-relaye…"   4 seconds ago        Up 3 seconds                  awm-relayer
c674150719c7   avaplatform/avalanchego:v1.11.11   "./avalanchego --con…"   About a minute ago   Up About a minute             avalanchego

How is this documented

n/a - transparent for the user

@arturrez arturrez requested a review from a team as a code owner September 27, 2024 19:02
@arturrez arturrez merged commit 1053bda into main Oct 22, 2024
33 checks passed
@arturrez arturrez deleted the latest-released-awm-relayer branch October 22, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants