Skip to content

Commit 1f815d7

Browse files
committedSep 15, 2022
Update templated files to rev 5b98ce9 (#287)
Automatically created PR based on commit 5b98ce9b5fee5262debefcaf4f0b59a775e59de0 in stackabletech/operator-templating repo. Triggered by: Daily run triggered
1 parent ac819e8 commit 1f815d7

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)
Please sign in to comment.