Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible: project_build.yml needs a way to add build-args to the build task #51

Closed
tepene opened this issue May 24, 2024 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@tepene
Copy link
Collaborator

tepene commented May 24, 2024

Describe the feature

The playbook anvil/ansible/playbooks/project_build.yml currently has no option to add build-args to the container build task. Therefore it's not possible to build bluefin for example.

According to the build-image.sh script we need at least

    --build-arg="AKMODS_FLAVOR=main" \
    --build-arg="BASE_IMAGE_NAME=${base_image}" \
    --build-arg="SOURCE_IMAGE=${base_image}-main" \
    --build-arg="FEDORA_MAJOR_VERSION=${version}" \
    --build-arg="IMAGE_FLAVOR=main" \

maybe even more.

@tepene
Copy link
Collaborator Author

tepene commented May 27, 2024

ready to be releaed

@tepene tepene closed this as completed May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant