Skip to content

Commit 9d24b07

Browse files
authored
fix: switch Zookeeper image from bitnami to bitnamilegacy (#431)
Long-term it's a subject to re-consider the approach as bitnamilegacy won't be updated
1 parent 906e77b commit 9d24b07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/zookeeper/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ use std::borrow::Cow;
22

33
use testcontainers::{core::WaitFor, Image};
44

5-
const NAME: &str = "bitnami/zookeeper";
5+
const NAME: &str = "bitnamilegacy/zookeeper";
66
const TAG: &str = "3.9.0";
77

88
/// # [Apache ZooKeeper] image for [testcontainers](https://crates.io/crates/testcontainers).
99
///
10-
/// This image is based on the [`bitnami/zookeeper` docker image].
10+
/// This image is based on the [`bitnamilegacy/zookeeper` docker image].
1111
/// By default, anonymous logins are allowed.
1212
/// See the [Zookeeper documentation] for additional options.
1313
///
@@ -40,7 +40,7 @@ const TAG: &str = "3.9.0";
4040
///
4141
///
4242
/// [Apache ZooKeeper]: https://zookeeper.apache.org/
43-
/// [`bitnami/zookeeper` docker image]: https://hub.docker.com/r/bitnami/openldap
43+
/// [`bitnamilegacy/zookeeper` docker image]: https://hub.docker.com/r/bitnamilegacy/zookeeper
4444
/// [Zookeeper documentation]: https://zookeeper.apache.org/documentation.html
4545
#[derive(Debug, Default, Clone)]
4646
pub struct Zookeeper {

0 commit comments

Comments
 (0)