Skip to content

Commit

Permalink
Snapshot id changed
Browse files Browse the repository at this point in the history
  • Loading branch information
murilosb committed Sep 6, 2023
1 parent 0baa425 commit 94c5f5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.processor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ipeddocker/iped:dependencies

ARG SNAPSHOT=true IPED_RELEASE_VERSION=4.1.4 SNAPSHOT_WORKFLOW_ID=879587834 PKGTMPDIR=/tmp/pkgs
ARG SNAPSHOT=true IPED_RELEASE_VERSION=4.1.4 SNAPSHOT_WORKFLOW_ID=6091785872 PKGTMPDIR=/tmp/pkgs


RUN --mount=type=secret,id=ACTION_GH_TOKEN export ACTION_GH_TOKEN=$(cat /run/secrets/ACTION_GH_TOKEN) \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.transcriptor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nvidia/cuda:11.6.2-cudnn8-runtime-ubuntu20.04

ARG SNAPSHOT=true IPED_RELEASE_VERSION=4.1.4 SNAPSHOT_WORKFLOW_ID=879587834 PKGTMPDIR=/tmp/pkgs
ARG SNAPSHOT=true IPED_RELEASE_VERSION=4.1.4 SNAPSHOT_WORKFLOW_ID=6091785872 PKGTMPDIR=/tmp/pkgs

ENV TZ=Brazil/East DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8 LC_ALL=C.UTF-8 \
SAL_USE_VCLPLUGIN='gtk' JAVA_HOME=/usr/lib/jvm/bellsoft-java11-runtime-amd64/ \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.transcriptor_central_node
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

ARG SNAPSHOT=true IPED_RELEASE_VERSION=4.1.4 SNAPSHOT_WORKFLOW_ID=879587834 PKGTMPDIR=/tmp/pkgs
ARG SNAPSHOT=true IPED_RELEASE_VERSION=4.1.4 SNAPSHOT_WORKFLOW_ID=6091785872 PKGTMPDIR=/tmp/pkgs

ENV TZ=Brazil/East DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8 LC_ALL=C.UTF-8 \
JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/
Expand Down

0 comments on commit 94c5f5b

Please sign in to comment.