Skip to content

Commit

Permalink
fix: remove .dockerignore to ensure clean version computation (#1809)
Browse files Browse the repository at this point in the history
This commit removes the `.dockerignore` file from the repository. The
current build process relies on `git describe` to compute the Kepler
version. However, the `.dockerignore` file was causing certain
Git-tracked files to be excluded from the Docker build context, leading
to `dirty` version state. By removing the `.dockerignore` file, we
ensure that all files are included, allowing Git to recognize a clean
working directory during the image build process

Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 authored Oct 16, 2024
1 parent 3eb6297 commit 91c8e62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .dockerignore

This file was deleted.

0 comments on commit 91c8e62

Please sign in to comment.