Skip to content

Commit

Permalink
chore: Pin hadolint image version
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Jun 9, 2024
1 parent 67157c2 commit e4bfc87
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ignored:
- DL3006
- DL3018
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /src
COPY . .
RUN go build -trimpath -gcflags=all="-B" -ldflags="-s -w -buildid=" -o ovai ./cmd/ovai/main.go

FROM prantlf/healthchk as healthchk
FROM prantlf/healthchk:0 as healthchk

# FROM gcr.io/distroless/static-debian12
FROM busybox:stable
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ docker-start:
docker-kill:
docker container kill ovai

docker-log:
docker logs ovai

docker-up:
IMAGE_HUB= docker compose -f docker-compose.yml up -d --wait

Expand Down

0 comments on commit e4bfc87

Please sign in to comment.