Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
feb9039582 attempt 2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-11 16:38:25 +02:00
2 changed files with 3 additions and 4 deletions

View File

@@ -17,12 +17,11 @@ def step(arch):
{
"name": "dryrun",
"image": "plugins/docker",
# "image": "thegeeklab/drone-docker:19",
"settings": {
"dockerfile": "motsognir/Dockerfile",
"dry_run": "true",
"purge":"true",
"repo": "dragonchaser/dockerhub-autobuild",
"tag": "latest"
}
},
],

View File

@@ -14,6 +14,6 @@ RUN rm -Rfv /etc/apt/sources.list.*
RUN rm -Rfv /build
RUN useradd -ms /bin/bash -d /gopher gopher
WORKDIR /gopher
COPY motsognir/entrypoint.sh /
COPY motsognir/rsyslog.conf /etc
COPY entrypoint.sh /
COPY rsyslog.conf /etc
ENTRYPOINT ["/entrypoint.sh"]