avioconsulting / log4j2-sqs-appender

A custom appender for log4j2 which ships all the application logs to specified Amazon SQS queue in a specified region.
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Error to build project #19

Open weslleyEvery opened 8 months ago

weslleyEvery commented 8 months ago

Hi team!

I have been a error to build project with mvn clean install.

The error is the following:

Failed to execute goal io.fabric8:docker-maven-plugin:0.43.0:start (docker-start) on project log4j2-sqs-appender: Execution docker-start of goal io.fabric8:docker-maven-plugin:0.43.0:start failed: No given, no DOCKER_HOST environment variable, no read/writable '/var/run/docker.sock' or '//./pipe/docker_engine' and no external provider like Docker machine configured -> [Help 1]

Anyone have been this error?

adesjardin commented 8 months ago

@weslleyEvery - What OS are you trying to build on? Do you have docker installed? Our build leverages localstack running in docker to test against simulated SQS and S3 endpoints.