How to set parameters for pipeline service images

Hiren Patel September 29, 2017

For example, there is an image "rabbitmq" (https://hub.docker.com/_/rabbitmq/) that takes parameter to customize default port. (-P 8080:15672).

How can I specify this parameter in Bitbucket Pipeline "Services" section?

definitions:

  services:

    rabbitmq:

      image: rabbitmq:3.6.12-management

      # how to provide -P option here???

 

 

1 answer

0 votes
Deleted user June 15, 2018

Very interested in this as well. I've combed through most of the documentation on using containers as services and there doesn't seem to be any information about what keys are actually available outside of the limited amount of examples. My use case is an Oracle DB container service that automatically exposes a port, but doesn't bind it to the same host port every time, making it very difficult to grab that information within the pipeline.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events