Bug 20629 - Anolis OS 23.2 is not able to keep alive through /sbin/init
Summary: Anolis OS 23.2 is not able to keep alive through /sbin/init
Status: NEW
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Images&Installations (show other bugs) Images&Installations
Version: 23.2
Hardware: All Linux
: P3-Medium S2-major
Target Milestone: ---
Assignee: Jacob
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-23 11:15 UTC by Weisson
Modified: 2025-04-23 11:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Weisson alibaba_cloud_group 2025-04-23 11:15:33 UTC
Description of problem:
Anolis OS 23.2 docker 镜像无法通过 /sbin/init 保持后台运行


Version-Release number of selected component (if applicable):

REPOSITORY                                                         TAG       IMAGE ID       CREATED        SIZE
registry.openanolis.cn/openanolis/anolisos                         23.2      4d5b44bb2675   3 months ago   324MB


How reproducible:
Always

Steps to Reproduce:
1. docker pull registry.openanolis.cn/openanolis/anolisos:23.2
2. sudo docker run --name "an-test" -d 4d5b44bb2675 /sbin/init
3. sudo docker exec -it an-test /bin/bash

Actual results:

Error response from daemon: container d9fd5a055a453c1e366a12f57ae4a61b7f13b7936d68b397c71641d3e28527af is not running

Expected results:

container is alive and we can access its shell through docker cli.

Additional info: