Chas Honton

Results 34 comments of Chas Honton

@rohanKanojia rebased as requested

Sure. Use the [maven-resources-plugin](https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html) to "filter" a resource file. The resource file should contain the same expression that use to tag the image. Alternatively, use [properties-maven-plugin](https://www.mojohaus.org/properties-maven-plugin/write-project-properties-mojo.html) to write the current...

Or, specify a default tag format as a property in the pom, so that developers can build locally. Then, have your build system define an override property, which contains the...

@arauchberger and @JesperTerkelsen: What [Authentication](https://dmp.fabric8.io/#authentication) method are you using? Do you have split push vs pull authentication? What kind of repository are you using? (ECR, gcp, artifactory, dockerhub)

Unfortunately, the local docker cache can only hold one image per name. So it makes sense to only build into the local repository the native image. Now a remote registry...

Sure, your use is valid, but not the usual case. I would willing to review a Pull Request that adds a buildx option that will load a non-native image to...

The purpose of the clean up is to remove any auth credentials that are in clear text. The auth credentials are extracted from one of the many credential locations supported...