Skip to content
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

Added argument dockerfile #61

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Conversation

blumenstiel
Copy link
Collaborator

No description provided.

Signed-off-by: Benedikt Blumenstiel <benedikt.blumenstiel@ibm.com>
@@ -174,6 +174,8 @@ def main():
parser.add_argument('-l', '--log_level', type=str, default='INFO')
parser.add_argument('--dockerfile_template_path', type=str, default='',
help='Path to custom dockerfile template')
parser.add_argument('--dockerfile', type=str, default='dockerfile.generated',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should use Dockerfile.generated over dockerfile.generated - as Dockerfile is de-factor standard

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right!

Signed-off-by: Benedikt Blumenstiel <benedikt.blumenstiel@ibm.com>
@romeokienzler romeokienzler merged commit 09c8ab0 into claimed-framework:main Apr 8, 2024
2 checks passed
@romeokienzler
Copy link
Member

romeokienzler commented Apr 8, 2024

tnx @blumenstiel

  • merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants