This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 8ac00e0 chore: docker-compose use fixed image tag to replace `latest`
(#5242)
8ac00e0 is described below
commit 8ac00e0610eded0f8e2738c5fb6afc0776434552
Author: leslie <[email protected]>
AuthorDate: Fri Oct 15 08:50:41 2021 +0800
chore: docker-compose use fixed image tag to replace `latest` (#5242)
---
ci/pod/docker-compose.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ci/pod/docker-compose.yml b/ci/pod/docker-compose.yml
index 64a781c..c71ab63 100644
--- a/ci/pod/docker-compose.yml
+++ b/ci/pod/docker-compose.yml
@@ -64,7 +64,7 @@ services:
kafka_net:
kafka-server1:
- image: bitnami/kafka:latest
+ image: bitnami/kafka:2.8.1
env_file:
- ci/pod/kafka/kafka-server/env/common.env
environment:
@@ -79,7 +79,7 @@ services:
kafka_net:
kafka-server2:
- image: bitnami/kafka:latest
+ image: bitnami/kafka:2.8.1
env_file:
- ci/pod/kafka/kafka-server/env/common.env
environment:
@@ -138,7 +138,7 @@ services:
## OpenLDAP
openldap:
- image: bitnami/openldap:latest
+ image: bitnami/openldap:2.5.8
environment:
LDAP_ADMIN_USERNAME: amdin
LDAP_ADMIN_PASSWORD: adminpassword