MCPcopy Index your code
hub / github.com/dagger/dagger / JavaImage

Method JavaImage

sdk/java/runtime/main.go:478–480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476var javaImage string
477
478func (m *JavaSdk) JavaImage() *dagger.Container {
479 return dag.Directory().WithNewFile("Dockerfile", javaImage).DockerBuild()
480}

Callers 2

jreContainerMethod · 0.95
invokeFunction · 0.80

Calls 3

DirectoryMethod · 0.65
DockerBuildMethod · 0.45
WithNewFileMethod · 0.45

Tested by

no test coverage detected