Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Fix default build mechanism priority for jib #7

@grayside

Description

@grayside

Default build priority doesn't cover all the supported build methods, and incorrectly prioritizes Dockerfiles over Jib for Java.

Current Practice

  • README command
  • Dockerfile
  • Jib

Preferred

  • README command
  • Jib
  • Dockerfile

Notes on the preferred ordering:

  • Jib is the primary recommendation for building Java containers in Cloud Run. Jib may be configured in a project to use a Dockerfile to create a base image.

This raises a secondary problem: what if it's a Java project that wants to build from a Dockerfile, not use jib?

This issue affects two categories in my review of the repository:

  • Correctness: Is the implemented business logic correct?
  • Scope: Does the tool have the breadth of features and flexibility to support reasonable testing needs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions