Skip to content

Commit

Permalink
Downgrade the default pulsar devservice image to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Sep 13, 2024
1 parent b8c5a62 commit 1cd9533
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public class PulsarDevServicesBuildTimeConfig {
*
* Check https://hub.docker.com/r/apachepulsar/pulsar to find the available versions.
*/
@ConfigItem(defaultValue = "apachepulsar/pulsar:3.3.0")
// Alpine-based images starting from 3.3.0 fail to start on aarch64: https://github.com/apache/pulsar/issues/23306
@ConfigItem(defaultValue = "apachepulsar/pulsar:3.2.4")
public String imageName;

/**
Expand Down

0 comments on commit 1cd9533

Please sign in to comment.