Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix: yara tools
Browse files Browse the repository at this point in the history
Yara version installed in yara-tools-server and vmclarity-cli images
must be the same to avoid compatibilkity issues.
  • Loading branch information
chrisgacsal committed Feb 22, 2024
1 parent 37f24a9 commit d6c49ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021

ARG VMCLARITY_TOOLS_BASE=ghcr.io/openclarity/vmclarity-tools-base:v0.5.1@sha256:43a1d8d9fed33e0561edb8d422a1b2645633e0ec9055519aac070186fb1ce770
ARG VMCLARITY_TOOLS_BASE=ghcr.io/openclarity/vmclarity-tools-base:latest@sha256:ff214a2eaa1114c2f48bd7b6fa1aa3e1c153b1eb8f4eef7f8dcd27b8dfadeb24
# xx is a helper for cross-compilation
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 AS xx

Expand Down
2 changes: 1 addition & 1 deletion installation/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ services:
condition: on-failure

yara-rule-server:
image: ${VMCLARITY_YARA_RULE_SERVER_CONTAINER_IMAGE:-ghcr.io/openclarity/yara-rule-server:v0.1.0}
image: ${VMCLARITY_YARA_RULE_SERVER_CONTAINER_IMAGE:-ghcr.io/openclarity/yara-rule-server:latest@sha256:765ec4e6bfef661319dd1e5ee232f1f2dc8131b7ba9433433215773913eb783c}
command:
- run
ports:
Expand Down

0 comments on commit d6c49ca

Please sign in to comment.