Skip to content

Commit

Permalink
Update Dockerfile (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
spetz committed Aug 4, 2024
1 parent 12f1b1a commit 2fadef1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM gcr.io/distroless/cc

ARG IGGY_CMD_PATH
RUN test -n "$IGGY_CMD_PATH" || (echo "IGGY_CMD_PATH not set" && false)
Expand Down
11 changes: 11 additions & 0 deletions Dockerfile.ci.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.config
.github
/assets
/local_data
/certs
/scripts
Dockerfile
docker-compose.yml
.dockerignore
.git
.gitignore
11 changes: 11 additions & 0 deletions Dockerfile.cross.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.config
.github
/assets
/local_data
/certs
/scripts
Dockerfile
docker-compose.yml
.dockerignore
.git
.gitignore

0 comments on commit 2fadef1

Please sign in to comment.