-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add github templates and initial poule configuration #54
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
Conversation
9625e56 to
811bd5a
Compare
ehazlett
left a comment
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.
LGTM
.github/ISSUE_TEMPLATE.md
Outdated
| General support can be found at the following locations: | ||
|
|
||
| - Docker Support Forums - https://forums.docker.com | ||
| - IRC - irc.freenode.net #docker channel |
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.
This is super outdated now, isn't it?
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.
holy moly you are right, I'll change thoses 👼
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 did replace it with Slack link 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
811bd5a to
1a549c1
Compare
dnephin
left a comment
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.
LGTM
The `apt` command is meant to provide a user-friendly interface, but does not
have a stable interface, and not recommended for scripting, see:
docker#54 [linux/amd64 build-buster 1/1] RUN xx-apt install --no-install-recommends -y libc6-dev libgcc-8-dev
docker#54 0.706 Hit:1 http://security.debian.org/debian-security buster/updates InRelease
docker#54 0.707 Hit:2 http://deb.debian.org/debian buster InRelease
docker#54 0.708 Hit:3 http://deb.debian.org/debian buster-updates InRelease
docker#54 2.149 Reading package lists...
docker#54 4.917 + apt install --no-install-recommends -y libc6-dev libgcc-8-dev
docker#54 4.934
docker#54 4.934 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
This changes the command to use `apt-get` instead
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
revert Set OPOST on bsd
Signed-off-by: Vincent Demeester vincent@sbr.pm