Skip to content

Commit

Permalink
Missed a comment commit
Browse files Browse the repository at this point in the history
  • Loading branch information
regularfry committed Mar 15, 2024
1 parent 182be42 commit 29fa0cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/docker/docker.lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ function docker-bake-dockerfile() {
_create-effective-dockerfile
}


# Run hadolint over the generated Dockerfile.
# Arguments (provided as environment variables):
# dir=[path to the image directory where the Dockerfile.effective is located, default is '.']
function docker-lint() {
local dir=${dir:-$PWD}
file=${dir}/Dockerfile.effective ./scripts/docker/dockerfile-linter.sh
}


# Check test Docker image.
# Arguments (provided as environment variables):
# args=[arguments to pass to Docker to run the container, default is none/empty]
Expand Down

0 comments on commit 29fa0cb

Please sign in to comment.