Skip to content

Update Dockerfile.processor IPED Version #90

Update Dockerfile.processor IPED Version

Update Dockerfile.processor IPED Version #90

Re-run triggered July 10, 2024 18:00
Status Failure
Total duration 36m 51s
Artifacts

cicd_iped.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export ACTION_GH_TOKEN=$(cat /run/secrets/ACTION_GH_TOKEN) && mkdir -p /opt/IPED/ && cd /opt/IPED/ && apt-get update && apt-get install -y jq curl && if [ \"${SNAPSHOT}\" = \"true\" ]; then echo \"#####################################\" && echo \"Installing IPED from SNAPSHOT \" && echo \"#####################################\" && echo -n \"Getting snapshot with run ID ${SNAPSHOT_WORKFLOW_ID}...\" && snapshotURL=$(curl -s -L -H \"Accept: application/vnd.github+json\" -H \"Authorization: ***" -H \"X-GitHub-Api-Version: 2022-11-28\" https://api.github.com/repos/sepinf-inc/IPED/actions/artifacts | jq --arg workflow_id $SNAPSHOT_WORKFLOW_ID -c '.artifacts[] | select(.workflow_run.id|tostring == $workflow_id) | .archive_download_url' | tr -d '\\\"') && echo \"Downloading ${snapshotURL}...\" && curl -L -H \"Accept: application/vnd.github+json\" -H \"Authorization: ***" -H \"X-GitHub-Api-Version: 2022-11-28\" --output ${PKGTMPDIR}/iped.zip ${snapshotURL} && unzip -p ${PKGTMPDIR}/iped.zip | tar -xvz --strip-components=1; else echo \"#####################################\" && echo \"Installing IPED from RELEASE \" && echo \"#####################################\" && curl -L https://github.com/sepinf-inc/IPED/releases/download/$IPED_RELEASE_VERSION/IPED-${IPED_RELEASE_VERSION}_plus_java_plugins.zip --output ${PKGTMPDIR}/iped.zip && unzip ${PKGTMPDIR}/iped.zip ; fi && echo \"Creating IPED simbolic link...\" && ls | grep \"iped-\" | xargs -i sh -c 'ln -s \"{}\" iped' && echo \"#####################################\" && echo \"Configuring Local config with our default values\" && echo \"#####################################\" && echo \"If you need to change the IPED LocalConfig, use the environment variables available on /entrypoint.sh\" && echo \"#####################################\" && sed -i -e \"s/locale =.*/locale = pt-BR/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/indexTemp =.*/indexTemp = \\/mnt\\/ipedtmp/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/indexTempOnSSD =.*/indexTempOnSSD = true/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/outputOnSSD =.*/outputOnSSD = false/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/numThreads =.*/numThreads = 8/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/#hashesDB =.*/hashesDB = \\/mnt\\/hashesdb\\/iped-hashes.db/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/#tskJarPath =.*/tskJarPath = \\/usr\\/share\\/java\\/sleuthkit-4.12.0.jar/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/mplayerPath =.*/mplayerPath = \\/usr\\/bin\\/mplayer/\" /opt/IPED/iped/LocalConfig.txt && echo \"#####################################\" && echo \"Configuring GraphConfig with our default values:BR\" && echo \"#####################################\" && sed -i -e \"s/\\\"phone-region\\\":.*/\\\"phone-region\\\":\\\"BR\\\",/\" /opt/IPED/iped/conf/GraphConfig.json && echo \"#####################################\" && echo \"Creating custom Profiles\" && echo \"#####################################\" && echo \"FastRobust: Disable IndexUnknownFiles and enable excludeKffIgnorable, externalParsers and robustImageReading\" && echo \"General analysis cases where processing errors are occurring\" && echo \"#####################################\" && cp -r /opt/IPED/iped/profiles/forensic /opt/IPED/iped/profiles/fastrobust && echo \"parseUnknown = false\" >> /opt/IPED/iped/profiles/fastrobust/conf/ParsingTaskConfig.txt && echo \"excludeKnown = true\" >> /opt/IPED/iped/profiles/fastrobust/conf/HashDBLookupConfig.txt && echo \"robustImageReading = true\" >> /opt/IPED/iped/profiles/fastrobust/conf/Fi
build
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/setup-buildx-action@v1. 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 uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v1, 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/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/