forked from stackrox/stackrox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.containerignore
More file actions
13 lines (12 loc) · 757 Bytes
/
Copy path.containerignore
File metadata and controls
13 lines (12 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is derived of the .dockerignore
# It is required to pass `.git` to the builder containers on RHTAP so we can bake build information into the binary.
# It is required to pass the `.gitignore` files in `image/bin/` and `image/rhel/bin` and the tests in `qa-tests-backend` to avoid a dirty version.
# RHTAP uses Buildah which first looks up for `.containerignore`, then, if absent, `.dockerignore`.
# Having this file enables us to have different exclusion list for RHTAP builds than in GHA.
# To regenerate, replace the below contents with the output of the following command (please keep these comments).
# grep -vF -e '/.git/' -e '/image/' -e '/qa-tests-backend/' .dockerignore
**/node_modules/
/bin/
/linux-gocache/
/operator/*/bin/
.dccache