On my fedora 30 machine (5.2.9-200.fc30.x86_64), i have an core dump on the step 7 of 17 of docker-compose up. There is any work arround?
All details are below:
$ docker-compose up
Building kong-migration
Step 1/17 : FROM alpine:3.6
---> 43773d1dba76
Step 2/17 : ENV KONG_VERSION 0.12.1
---> Using cache
---> 60276893fd0b
Step 3/17 : ENV KONG_SHA256 9f699e20e7d3aa6906b14d6b52cae9996995d595d646f9b10ce09c61d91a4257
---> Using cache
---> 2d08100e8359
Step 4/17 : RUN apk update && apk add git && apk add musl-dev && apk add gcc && apk add pcre-dev && apk add --virtual .build-deps wget tar ca-certificates && apk add libgcc openssl pcre perl && wget -O kong.tar.gz "https://bintray.com/kong/kong-community-edition-alpine-tar/download_file?file_path=kong-community-edition-$KONG_VERSION.apk.tar.gz" && echo "$KONG_SHA256 kong.tar.gz" | sha256sum -c - && tar -xzf kong.tar.gz -C /tmp && rm -f kong.tar.gz && cp -R /tmp/usr / && rm -rf /tmp/usr && apk del .build-deps && rm -rf /var/cache/apk/
---> Using cache
---> 75578f19b8df
Step 5/17 : COPY docker-entrypoint.sh /docker-entrypoint.sh
---> Using cache
---> d9eb5e25a7aa
Step 6/17 : ENTRYPOINT ["/docker-entrypoint.sh"]
---> Using cache
---> 41e249d9721c
Step 7/17 : RUN luarocks install busted
---> Running in eeb44d95cdcb
Illegal instruction (core dumped)
ERROR: Service 'kong-migration' failed to build: The command '/bin/sh -c luarocks install busted' returned a non-zero code: 132
On my fedora 30 machine (5.2.9-200.fc30.x86_64), i have an core dump on the step 7 of 17 of docker-compose up. There is any work arround?
All details are below: