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

[fingerprint] - buildpacks #2677

Closed
weikanglim opened this issue Aug 30, 2023 · 0 comments · Fixed by #2678
Closed

[fingerprint] - buildpacks #2677

weikanglim opened this issue Aug 30, 2023 · 0 comments · Fixed by #2678
Assignees
Labels

Comments

@weikanglim
Copy link
Contributor

Part of #705

Buildpacks (Alpha)

azd will use pack CLI with a default builder image to build a docker image without Dockerfile similar to the implementation in az.

There will be little build customization support through config flags currently. The current customization experience will rely on project configuration files placed in the project directory. This is currently an implicit opt-in behind an alpha feature flag hen a Dockerfile isn't found.

@weikanglim weikanglim added this to the September 2023 - 1.3.0 milestone Aug 30, 2023
@weikanglim weikanglim self-assigned this Aug 30, 2023
weikanglim added a commit that referenced this issue Aug 31, 2023
Buildpacks allows source to container image transformation without Dockerfiles. When a `Dockerfile` isn't found in `azure.yaml`, and the alpha feature `buildpacks` isn't enabled, `azd` will use [pack](https://buildpacks.io/docs/tools/pack/) CLI to invoke the dockerization build.

Limited build customization is provided with this initial release. The only allowed customization is the builder image to use.

Closes #2677
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant