The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Use Docker images as build environments hosted on other registries

Vadim Sherstiuk
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 21, 2023

In pipeline steps I used many variables also for authorization on the Azure container repository like below:

- step: &run-tests
    name: Run unit tests
      image:
        name: docker.your-company-name.com/python_unixodbc:3.8.2
        username: $USERNAME
        password: $PASSWORD
      script:
        - ...

But for consistency, I wanted to wrap all variables in curly braces. Bitbucket supports this syntax and I have not seen any problems before.... until today. Turns out I can't use the wrapped in curly braces username and password variables used for authorization to other container repositories.

I hope this helps someone. So use the official documentation :)

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events