Skip to content

Commit

Permalink
fix(try): sg release pin to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Jan 1, 2025
1 parent 33a83f1 commit 4798a9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3-alpine3.20 as builder
FROM golang:1.23.3-alpine3.20 AS builder

WORKDIR /app

Expand Down
16 changes: 5 additions & 11 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,16 @@ To use Sulfone Boron, ensure you have Docker installed and running on your syste

## Quick Start

#### Linux/OSX AMD
#### Linux/OSX
```bash
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/atomicloud/sulfone.boron/sulfone-boron-amd:latest setup
docker run --rm -it -p 9000:9000 --network cyanprint -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/atomicloud/sulfone.boron/sulfone-boron-amd:latest
```

#### Linux/OSX ARM
```bash
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/atomicloud/sulfone.boron/sulfone-boron-arm:latest setup
docker run --rm -it -p 9000:9000 --network cyanprint -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/atomicloud/sulfone.boron/sulfone-boron-arm:latest
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/atomicloud/sulfone.boron/sulfone-boron:latest setup
docker run --rm -it -p 9000:9000 --network cyanprint -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/atomicloud/sulfone.boron/sulfone-boron:latest
```

#### Windows
```bash
docker run --rm -v //var/run/docker.sock:/var/run/docker.sock.sock ghcr.io/atomicloud/sulfone.boron/sulfone-boron-arm:latest setup
docker run --rm -it -p 9000:9000 --network cyanprint -v //var/run/docker.sock:/var/run/docker.sock ghcr.io/atomicloud/sulfone.boron/sulfone-boron-arm:latest
docker run --rm -v //var/run/docker.sock:/var/run/docker.sock.sock ghcr.io/atomicloud/sulfone.boron/sulfone-boron:latest setup
docker run --rm -it -p 9000:9000 --network cyanprint -v //var/run/docker.sock:/var/run/docker.sock ghcr.io/atomicloud/sulfone.boron/sulfone-boron:latest
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/sh
rm .git/hooks/*
sg release || true
sg release -i npm || true

0 comments on commit 4798a9d

Please # to comment.