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

Allow configuring scratch base image in maven/gradle #1794

Closed
loosebazooka opened this issue Jun 20, 2019 · 1 comment · Fixed by #1792
Closed

Allow configuring scratch base image in maven/gradle #1794

loosebazooka opened this issue Jun 20, 2019 · 1 comment · Fixed by #1792
Milestone

Comments

@loosebazooka
Copy link
Member

Allow configuring

  • maven
    <from><image>scratch</image></from>
    
  • gradle
    jib.from.image = "scratch"
    
@chanseokoh
Copy link
Member

NOTE: scratch starts with empty, meaning no JVM, no bare-minimum Linux system, etc., so not for practical use for Java applications.

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

Successfully merging a pull request may close this issue.

2 participants