Skip to content

Commit 774cfcd

Browse files
committed
Update templated files to rev 5b98ce9 (#555)
Automatically created PR based on commit 5b98ce9b5fee5262debefcaf4f0b59a775e59de0 in stackabletech/operator-templating repo. Triggered by: Daily run triggered
1 parent f743ffa commit 774cfcd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.dockerignore

+5
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@ target/
55
.idea/
66
*.iws
77

8+
Cargo.nix
9+
crate-hashes.json
10+
result
11+
image.tar
12+
813
# We do NOT want to ignore .git because we use the `built` crate to gather the current git commit hash at built time
914
# This means we need the .git directory in our Docker image, it will be thrown away and won't be included in the final image

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ target/
1313
Cargo.nix
1414
crate-hashes.json
1515
result
16+
image.tar

0 commit comments

Comments
 (0)