Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host bash is being deleted on zookeeper container start #291

Open
mastery-benjamin-palko opened this issue Apr 23, 2024 · 0 comments
Open

Comments

@mastery-benjamin-palko
Copy link

mastery-benjamin-palko commented Apr 23, 2024

Hello, I'm having an issue where both my /bin/bash & /sbin/ldconfig are being deleted from the host machine when starting the latest zookeeper image through docker-compose.

System Specs

OS: Ubuntu 22.04.4 LTS x86_64
Host: 21K5001BUS ThinkPad P14s Gen 4
Kernel: 6.5.0-1020-oem
CPU: AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics (16) @ 5.132GHz
GPU: AMD ATI 64:00.0 Device 15bf

Docker info

Client: Docker Engine - Community
Version: 26.1.0
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.14.0
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.26.1
Path: /usr/libexec/docker/cli-plugins/docker-compose

Config

...

zookeeper:
    image: confluentinc/cp-zookeeper:latest
    hostname: zookeeper-offers
    container_name: zookeeper-offers
    ports:
      - "2181:2181"
    environment:
      ZOOKEEPER_CLIENT_PORT: 2181
      ZOOKEEPER_TICK_TIME: 2000
...

Downgrading from latest to 7.2.9 has temporarily fixed the issue but this is not a suitable long term fix.

@mastery-benjamin-palko mastery-benjamin-palko changed the title Bash is being deleted on zookeeper container start Host bash is being deleted on zookeeper container start Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant