Skip to content

Commit

Permalink
Merge pull request #2 from superseriousbusiness/0.0.2
Browse files Browse the repository at this point in the history
0.0.2
  • Loading branch information
tsmethurst authored Feb 27, 2022
2 parents bcee28e + 4ab76a7 commit 0f962fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ steps:
- latest
- "0.0.1"
build_args:
- GORELEASER_VERSION=v1.1.0
- GORELEASER_VERSION=v1.5.0
- GO_SWAGGER_VERSION=v0.28.0
- GO_CONTAINER_VERSION=1.17.5-alpine3.14
- GO_CONTAINER_VERSION=1.17.7-alpine3.14
when:
event:
include:
Expand All @@ -42,6 +42,6 @@ trigger:

---
kind: signature
hmac: c84a488d7c1b9473a589ce693591982ed0e03de11581c1ee988ab2d76bc82075
hmac: 6d7da916d43a1307f8014254fae9d6ea35ab0ad56ad7fca93c02b7c94823ae06

...
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ RUN npm install --global yarn
### Install openrc -- for running the docker daemon inside the container
RUN apk add docker openrc

### Enable experimental features on the Docker daemon
COPY daemon.json /etc/docker/daemon.json

### Install goreleaser for performing releases from inside this container
RUN wget "https://github.com/goreleaser/goreleaser/releases/download/${GORELEASER_VERSION}/goreleaser_Linux_x86_64.tar.gz" -O - | tar -xz -C /go/bin
# goreleaser also needs git so add that too
Expand Down
3 changes: 3 additions & 0 deletions daemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"experimental": true
}

0 comments on commit 0f962fe

Please sign in to comment.