Skip to content

Refactor Dockerfile to optimize image size and update LibML installat… #13

Refactor Dockerfile to optimize image size and update LibML installat…

Refactor Dockerfile to optimize image size and update LibML installat… #13

Triggered via push September 25, 2024 12:39
Status Failure
Total duration 4m 18s
Artifacts

build-snort3.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /work && wget https://github.com/snort3/libml/archive/refs/tags/${LIBML_VERSION}.tar.gz && tar -xvf ${LIBML_VERSION}.tar.gz && cd libml-${LIBML_VERSION} && chmod +x configure.sh && ./configure.sh && mkdir build && cd build && make -j$(nproc) && make install && cd /work && rm -rf libml-${LIBML_VERSION} ${LIBML_VERSION}.tar.gz" did not complete successfully: exit code: 1
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/