Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

feat: add new fields to image list #284

Closed alex1307 closed 2 years ago

alex1307 commented 2 years ago

Description

We should provide more information about the docker images rather than short image name. We should return:

[
  { image_name: "base_node",
    display_name: "Base Node",
    docker_image: "quay.io/tarilabs..."
  },
  {
    image_name: "sha3_miner",
    display_name: "SHA3 Miner",
    docker_image: "quay.io/tarilabs..."
  },
...
]

Motivation and Context Add useful info for the launchpad's user.

How Has This Been Tested? Shold be tested along with the front-end.

tarnas14 commented 2 years ago

oh wow github shows rust warnings oO

CjS77 commented 2 years ago

oh wow github shows rust warnings oO

It does now :)

tarnas14 commented 2 years ago

276