Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker updates to build and run #696
base: main
Are you sure you want to change the base?
Docker updates to build and run #696
Changes from 45 commits
0446472
c9d3752
bc3b99b
30fe324
eaf0db2
d8e1146
9a9604b
f12cebc
0aff71c
97ba7d7
4be3166
72d2891
2198eed
04a6806
bb847c5
dc486bc
2bfd1eb
55c2ba7
5a8de37
7e56601
e7030cd
64d33e0
18045bf
69bba54
a63925e
3d981d4
c3e83ab
c2524d7
d7b86ee
0071555
b74a3ab
e068017
20f3c2b
5f1f05f
7ca9956
e504092
3c8ed31
11e4b99
9576606
f91ec40
2a4444f
ec9f40a
4760f2b
0ea0c6f
20455c7
e0d0150
e1b6506
7ad6089
c5083dc
1daf28a
be3728d
2c663f4
a0aa458
603cd32
b4368e1
b54fb43
fb097d6
dfcfdb0
4bc7382
5d29b0b
4be38cd
9c069d7
c33b372
5c38a0f
78abedb
019fdd2
2e41206
3bfbe7b
99c8faa
a9fe319
1949a0a
7627b4e
6727d4a
646c16b
575017b
e61ac1c
ca18d33
a22b951
0974579
0fff9b1
dd2b134
b6d5e55
3c3d9e9
747a4ad
54a4184
7d1c55d
10dbeca
0de5ef9
39812e5
01bb8e7
537379c
eb05840
e737742
512533d
227f57e
31ecd72
d8fa7a2
70e7f9e
c98427b
565e344
5499cc2
7286060
df1750c
5b77d7b
528bd94
ec3fd4b
b57e3e0
6d11b34
15cbe70
2825b58
3e669d1
73ca87e
386044f
0e107bf
4b32ea8
c503c78
e18dc70
9d7717c
d3c813a
3d9f862
e919eb8
6d38717
dabec61
51d8b63
88f6aaa
efd5b1d
5248ae4
1f74dd8
d0d687f
e31bb06
3a12658
be1f5c1
c9eae96
467051a
96c4472
5495113
bf84136
c0bf024
bfab77e
3b517a0
d82dd34
8d63c9f
968f54a
1eeb2bf
dfb48e3
21ab682
a540d9c
c93e055
b3224f6
52e0b17
334a45f
0679ffc
3d0973f
40b24a1
aa76d88
46bbe75
61b0977
a2d1792
ea3e5cd
dc9daf2
7082eec
fdad063
b0207f1
7e6c63e
56f8b19
a8fbdde
c52d874
03718df
29bebe3
1cc6775
eb68bfa
839e5d3
d82f71e
d5b4c75
756a31b
6188ee1
76989f8
3ed2b21
36afe82
9ec01a8
a428439
8a515a3
9df4d7d
3cbe37c
ade4766
2425298
a5a688d
b5d6462
1b2d9a1
272ef11
56867b8
69770c9
874be8a
407f708
af70a04
50cfcf3
fddc38c
bdcb06b
68ccadc
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Security: Profiler should not be enabled by default.
The profiler is enabled by default and exposed on port 6060. This could expose sensitive runtime information in production environments.
📝 Committable suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Enhance OS and architecture detection.
The current implementation has limitations:
Consider this enhancement:
📝 Committable suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vishalchangrani - let me know what should be done for tags - i copied what we do for other Flow nodes, but not sure that is what you need