Yuqi Gu created BIGTOP-3354:
-------------------------------
Summary: Dockers fail to start with Ubuntu18.04 images in
Provisioner
Key: BIGTOP-3354
URL: https://issues.apache.org/jira/browse/BIGTOP-3354
Project: Bigtop
Issue Type: Bug
Components: docker
Reporter: Yuqi Gu
Assignee: Yuqi Gu
Dockers fail to start with Ubuntu18.04 images in Provisioner
config.yaml:
{code:java}
docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-ubuntu-18.04"
repo: "http://repos.bigtop.apache.org/releases/1.4.0/ubuntu/16.04/$(ARCH)"
distro: debian
components: [logstash]
enable_local_repo: true
smoke_test_components: [logstash]
{code}
Deploy container:
{code:java}
$ cd provisioner/docker/
$ ./docker-hadoop.sh -C config_ubuntu-16.04.yaml -c 1 -s
{code}
Log:
{code:java}
ERROR: for 20200507183507r24835_bigtop_1 Cannot start service bigtop: OCI
runtime create failed: container_linux.go:349: starting container process
caused "exec: \"/sbin/init\": stat /sbin/init: no such file or directory":
unknown
ERROR: for bigtop Cannot start service bigtop: OCI runtime create failed:
container_linux.go:349: starting container process caused "exec:
\"/sbin/init\": stat /sbin/init: no such file or directory": unknown
ERROR: Encountered errors while bringing up the project.
[LOG] Docker container(s) startup failed!
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)