envd
envd copied to clipboard
feat(lang): Embed dockerfile to build.envd
Description
def build():
dockerfile(`
RUN apt instal
ENV PATH $PATH:a
`
)
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
Good idea, But we need more details about the limit in embeded Dockerfile.
Good idea, it will be useful for some developer is familiar with dockerfile usage.
refer to: https://github.com/moby/buildkit/blob/18879bc80c235d7eba6610dc94cf54d543e2328d/examples/dockerfile2llb/main.go#L12