From 5ff83afc9c0f7691add635daeca5212968d71cc8 Mon Sep 17 00:00:00 2001 From: Vibhu Prashar Date: Wed, 16 Oct 2024 23:37:45 +0530 Subject: [PATCH] fix: remove .dockerignore to ensure clean version computation 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 --- .dockerignore | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 0da375536a..0000000000 --- a/.dockerignore +++ /dev/null @@ -1,4 +0,0 @@ -./_output/ -./ansible/ -./enhancements/ -./manifests/