Skip to content

Dockerfile in project #227

Answered by matthewmueller
jfmario asked this question in Q&A
Discussion options

You must be logged in to vote

Awesome, thanks for sharing!

Another note: I'm using ubuntu because I've had trouble running go v8 on alpine, if anyone can do this I'd be interested.

We'll be moving to Goja soon so all the V8 woes will no longer be a problem 😄

Anyways, is there interest in cleaning this up and dropping something like this into new projects on bud create, or on bud add dockerfile or something like that?

I think this should start out as a custom command plugin. Custom commands are something I'd like to return to after v0.3 is out. You should be able to add your own scaffolders.

Something like command/add/dockerfile/command.go:

package dockerfile

type Command struct {
  // dependencies
}

type Flag st…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jfmario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants