Vauxoo / travis2docker

This is a Library to transform travis to docker file
BSD 2-Clause "Simplified" License
13 stars 15 forks source link

Question about build_image travis param #156

Closed GSLabIt closed 2 years ago

GSLabIt commented 2 years ago

hi there,

is build_image in .travis.ymlused to pull the correct image?

It seems should be used as per: https://github.com/Vauxoo/travis2docker/blob/74ba078425b42f454b8510dd0cb6eac1347e6963/src/travis2docker/cli.py#L87

but actually it get the image set in repository configuration:

Schermata 2022-09-19 alle 17 22 28

any hint on how to set image name from .travis.yml?

moylop260 commented 2 years ago

Hi @GSLabIt

It is using the configured in the runbot.repo record

GSLabIt commented 2 years ago

Hi @GSLabIt

It is using the configured in the runbot.repo record

Oh ok, thanks