From 799a7367b572ba655effbf99153b5d70fdb50fff Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Thu, 14 Nov 2024 13:41:34 +0100 Subject: [PATCH] Add dodona-containerfile-evaluator dep to dodona-docker image This utility allows the judge to check the usage of the USER and WORKDIR instructions in the Containerfile. --- dodona-docker.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dodona-docker.dockerfile b/dodona-docker.dockerfile index 4150e0b..1691b36 100644 --- a/dodona-docker.dockerfile +++ b/dodona-docker.dockerfile @@ -1,5 +1,6 @@ FROM busybox:musl +COPY --from=ghcr.io/bond-009/dodona-containerfile-evaluator:v0.1.0 /bin/dodona-containerfile-evaluator /bin/dodona-containerfile-evaluator COPY --from=hadolint/hadolint:2.12.0 /bin/hadolint /bin/hadolint COPY --from=ghcr.io/jqlang/jq:1.7.1 /jq /bin/jq COPY --from=gcr.io/kaniko-project/executor:v1.23.2-slim /kaniko /kaniko