Skip to content

Commit

Permalink
Add dodona-containerfile-evaluator dep to dodona-docker image
Browse files Browse the repository at this point in the history
This utility allows the judge to check the usage of the USER and WORKDIR
instructions in the Containerfile.
  • Loading branch information
Bond-009 committed Nov 14, 2024
1 parent f4a778f commit 799a736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dodona-docker.dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 799a736

Please sign in to comment.