-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
dockerd: misc maintainence #14839
dockerd: misc maintainence #14839
Conversation
Is there something we have to do differently for this branch rather than the master branch? |
@G-M0N3Y-2503 From my point of view, that should fit. The only thing that puzzles me is why the CI fails. I have already merged the master. That should fit. |
1164e5a
to
140f5cf
Compare
The rebase didn't work either... I did find that it appears there are no docker images for this branch, Or the CI isn't configured for this branch... |
https://downloads.openwrt.org/snapshots/faillogs/arm_mpcore/packages/ a bunch of go packages are failing. ping @jefferyto |
the error for these pipelines is different from that error. We're getting |
I don't believe CI has been set up for 21.02 yet: #14834 (comment) |
Please rebase against current master. |
140f5cf
to
cd7a105
Compare
I assumed you meant current
and others about commits that aren't mine
🤔 |
Should be fine now. |
cd7a105
to
e73c4aa
Compare
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* Moved logic out of config writing * Made default config only specify OpenWrt dictated defaults Otherwise, docker defaults can be assumed Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* Changed from DROP to REJECT to be consistant with other firewall rules Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
e73c4aa
to
1c848f1
Compare
It seems to me that the CI isn't using the correct branch somehow. |
Don't worry about it. CircleCI has been experiencing mass failure recently. |
CircleCI on the openwrt-21.02 branch is still using the sdk for master, maybe that's why it isn't working? Edit: Actually it's configured to build the master branch using the snapshot sdk. |
Maintainer: @G-M0N3Y-2503
Compile tested: x86_x64, VirtualBox,
openwrt-21.02
Run tested: x86_x64, VirtualBox,
openwrt-21.02
Description:
wan
blocking rule now jumps toREJECT
instead ofDROP
to be consistent with other firewall rules/etc/config/dockerd
wan
blocking rule wasn't added if previousiptables
command was taking too longUpdated patch file format