Compare commits
2 Commits
d0502ff5a6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4a4f4fead | ||
|
|
fa565e4f2c |
36
.drone.star
36
.drone.star
@@ -1,24 +1,24 @@
|
|||||||
def main(ctx):
|
def main(ctx):
|
||||||
return [
|
return [
|
||||||
#stepPR("amd64", "motsognir"),
|
stepPR("amd64", "motsognir"),
|
||||||
stepPR("arm64", "motsognir"),
|
stepPR("arm64", "motsognir"),
|
||||||
#stepMergeMaster("amd64", "motsognir"),
|
stepMergeMaster("amd64", "motsognir"),
|
||||||
stepMergeMaster("arm64", "motsognir"),
|
stepMergeMaster("arm64", "motsognir"),
|
||||||
#stepBuildWeekly("amd64", "motsognir"),
|
stepBuildWeekly("amd64", "motsognir"),
|
||||||
stepBuildWeekly("arm64", "motsognir"),
|
stepBuildWeekly("arm64", "motsognir"),
|
||||||
|
|
||||||
#stepPR("amd64", "webtest"),
|
stepPR("amd64", "webtest"),
|
||||||
stepPR("arm64", "webtest"),
|
stepPR("arm64", "webtest"),
|
||||||
#stepMergeMaster("amd64", "webtest"),
|
stepMergeMaster("amd64", "webtest"),
|
||||||
stepMergeMaster("arm64", "webtest"),
|
stepMergeMaster("arm64", "webtest"),
|
||||||
#stepBuildWeekly("amd64", "webtest"),
|
stepBuildWeekly("amd64", "webtest"),
|
||||||
stepBuildWeekly("arm64", "webtest"),
|
stepBuildWeekly("arm64", "webtest"),
|
||||||
|
|
||||||
#stepPR("amd64", "unbound"),
|
stepPR("amd64", "unbound"),
|
||||||
stepPR("arm64", "unbound"),
|
stepPR("arm64", "unbound"),
|
||||||
#stepMergeMaster("amd64", "unbound"),
|
stepMergeMaster("amd64", "unbound"),
|
||||||
stepMergeMaster("arm64", "unbound"),
|
stepMergeMaster("arm64", "unbound"),
|
||||||
#stepBuildWeekly("amd64", "unbound"),
|
stepBuildWeekly("amd64", "unbound"),
|
||||||
stepBuildWeekly("arm64", "unbound"),
|
stepBuildWeekly("arm64", "unbound"),
|
||||||
|
|
||||||
notify(ctx),
|
notify(ctx),
|
||||||
@@ -53,25 +53,25 @@ def notify(ctx):
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
"depends_on": [
|
"depends_on": [
|
||||||
#"docker-build-motsognir-amd64",
|
"docker-build-motsognir-amd64",
|
||||||
"docker-build-motsognir-arm64",
|
"docker-build-motsognir-arm64",
|
||||||
#"docker-build-webtest-amd64",
|
"docker-build-webtest-amd64",
|
||||||
"docker-build-webtest-arm64",
|
"docker-build-webtest-arm64",
|
||||||
#"docker-build-unbound-amd64",
|
"docker-build-unbound-amd64",
|
||||||
"docker-build-unbound-arm64",
|
"docker-build-unbound-arm64",
|
||||||
|
|
||||||
#"docker-publish-motsognir-amd64",
|
"docker-publish-motsognir-amd64",
|
||||||
"docker-publish-motsognir-arm64",
|
"docker-publish-motsognir-arm64",
|
||||||
#"docker-publish-webtest-amd64",
|
"docker-publish-webtest-amd64",
|
||||||
"docker-publish-webtest-arm64",
|
"docker-publish-webtest-arm64",
|
||||||
#"docker-publish-unbound-amd64",
|
"docker-publish-unbound-amd64",
|
||||||
"docker-publish-unbound-arm64",
|
"docker-publish-unbound-arm64",
|
||||||
|
|
||||||
#"docker-publish-weekly-motsognir-amd64",
|
"docker-publish-weekly-motsognir-amd64",
|
||||||
"docker-publish-weekly-motsognir-arm64",
|
"docker-publish-weekly-motsognir-arm64",
|
||||||
#"docker-publish-weekly-webtest-amd64",
|
"docker-publish-weekly-webtest-amd64",
|
||||||
"docker-publish-weekly-webtest-arm64",
|
"docker-publish-weekly-webtest-arm64",
|
||||||
#"docker-publish-weekly-unbound-amd64",
|
"docker-publish-weekly-unbound-amd64",
|
||||||
"docker-publish-weekly-unbound-arm64",
|
"docker-publish-weekly-unbound-arm64",
|
||||||
],
|
],
|
||||||
"trigger": {
|
"trigger": {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM debian:latest
|
|||||||
LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>"
|
LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>"
|
||||||
EXPOSE 5335/udp
|
EXPOSE 5335/udp
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y install unbound netcat
|
&& apt-get -y install unbound netcat-traditional
|
||||||
COPY unbound/config.conf /etc/unbound/unbound.conf.d/
|
COPY unbound/config.conf /etc/unbound/unbound.conf.d/
|
||||||
COPY unbound/entrypoint.sh /
|
COPY unbound/entrypoint.sh /
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT /entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user