-
Notifications
You must be signed in to change notification settings - Fork 16
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
[WIP] init(dockerfile): add additional file #3
base: master
Are you sure you want to change the base?
[WIP] init(dockerfile): add additional file #3
Conversation
currently fails on pypa/virtualenv#1907 if I understand correctly to test run 'docker built -t test -f pre-commit.Dockerfile .' and see the error
@ellerbrock are you still maintaining this repo? |
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.
@georgettica nice work! I left a couple of comments, but this seems like a nice idea.
pre-commit.Dockerfile
Outdated
@@ -0,0 +1,61 @@ | |||
# Developer: | |||
# --------- | |||
# Name: Maik Ellerbrock |
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.
I wouldnt write this under Maik's name. as he did not write it, you can write it your name here, it does not bear any responsibility 😄
pre-commit.Dockerfile
Outdated
|
||
FROM bash:5 | ||
|
||
MAINTAINER Maik Ellerbrock |
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.
Put my name here instead, as Maik is not really present now
# | ||
# Description: | ||
# ----------- | ||
# Bash Shell v.5 bats and deps for development |
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.
as I said, lets just use the minimal dockerfile that you wrote for the pre-commit- no need for complicated stuff
I'll fix these issues and I am glad you reviewed it :) Thanks |
Co-authored-by: Noah Gorny <noah@gittabags.com>
it is 1Gi, if we still want to keep it I am all for it :) you can review again @NoahGorny |
Good job @georgettica ! |
Hi @ellerbrock |
related to Bash-it/bash-it#1753
currently fails on pypa/virtualenv#1907 if I understand correctly
to test run 'docker built -t test -f pre-commit.Dockerfile .' and see the error