Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
112 stars 70 forks source link

Create pipeline for generetaring docker image #12987

Closed mirkoSekulic closed 3 months ago

mirkoSekulic commented 3 months ago

Currently, designer API has pipeline for building and pushing an image defined manually in azure devops which is manually created in azure devops.

For this new service we'll use github actions along with other pipelines we have in altinn studio repo. For this to work we'll need to have access from github to push the image to ACR.

The strategy in the future will be to move the designer pipelines to github as well.

Note

We're already building docker images on each PR to verify if it's successful. For docker images, we're missing the push step only.

Details

Container name: altinntjenestercontainerregistry.azurecr.io New repository name: studio-eid-logger We'll need access later for existing repository: altinn-core

Altinn studio repo where we'll define pipelines: https://github.com/Altinn/altinn-studio

mirkoSekulic commented 3 months ago

@bengtfredh I've updated the issue with details. It's altinntjenestercontainerregistry.azurecr.io container registry that we need access to push

bengtfredh commented 3 months ago

Details sendt in pm