You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maven plugin com.spotify:dockerfile-maven-plugin that we are using to build Docker images has been discontinued and not supported for quite some time. There are also things that don't work anymore with this plugin, like for example building on M1 Mac with an ARM based JVM.
The suggested replacement is io.fabric8:docker-maven-plugin (https://dmp.fabric8.io) which is actively mantained.
CI is failing while building the docker image. maybe we have to fine tune this patch
2022-07-29T02:07:11.1326799Z [INFO] ------------------------------------------------------------------------
2022-07-29T02:07:11.1442724Z [ERROR] Failed to execute goal on project pulsar-all-docker-image: Could not resolve dependencies for project org.apache.pulsar:pulsar-all-docker-image:pom:2.11.0-SNAPSHOT: Could not find artifact org.apache.pulsar:pulsar-docker-image:jar:docker-info:2.11.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]
2022-07-29T02:07:11.1444564Z [ERROR]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The maven plugin
com.spotify:dockerfile-maven-pluginthat we are using to build Docker images has been discontinued and not supported for quite some time. There are also things that don't work anymore with this plugin, like for example building on M1 Mac with an ARM based JVM.The suggested replacement is
io.fabric8:docker-maven-plugin(https://dmp.fabric8.io) which is actively mantained.doc-not-needed