How changes in ansible or adding new dependencies updates the docker image? #2568
-
I couldn't understand how the docker image in ghcr.io/autowarefoundation/autoware-universe:latest is updated with changes in ansible. Anyone would like to explain? |
Beta Was this translation helpful? Give feedback.
Answered by
kenji-miyake
Apr 27, 2022
Replies: 0 comments 2 replies
-
Currently, the Autoware Docker images are built biweekly by this workflow. In that, docker-bake.hcl is referenced. And in the Dockerfile, it runs @brkay54 Is this clear for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brkay54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the Autoware Docker images are built biweekly by this workflow.
In that, docker-bake.hcl is referenced.
autoware/.github/actions/docker-build-and-push/action.yaml
Line 97 in 2b1d5ea
And in the Dockerfile, it runs
setup-dev-env.sh
that internally executes Ansible.autoware/docker/autoware-universe/Dockerfile
Line 29 in 2b1d5ea
@brkay54 Is this clear for you?