Skip to content

Commit

Permalink
try deploy docker to guyos (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkonevets committed Sep 30, 2022
1 parent d6c3439 commit ab0cfd2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions buildimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# 1. Get last commit hash
VERSION=$(git rev-parse --short HEAD)
TAG="chorusone/solido:$VERSION"
BASETAG="chorusone/solido-base"
TAG="guyos/solido:$VERSION"
BASETAG="guyos/solido-base"
SOLIPATH="/root/.local/share/solana/install/releases/1.8.16/solana-release/bin/solido"


Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM chorusone/solido-base
FROM guyos/solido-base

ENV SOLVERSION=1.8.16
ENV SOLINSTALLCHECKSUM=08c092af36706e0556a0516e270171d9ea3683965246ee81d979e0c157a3864e
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.maintainer
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM chorusone/solido-base
FROM guyos/solido-base

ENV SOLIDOBUILDPATH="/solido-build"
ENV SOLIDOPATH="/solido"
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '3.9'
services:
solido-base:
image: chorusone/solido-base
image: guyos/solido-base
build:
context: ../
dockerfile: docker/Dockerfile.base
solido:
image: chorusone/solido-maintainer:${SOLIDO_VERSION}
image: guyos/solido-maintainer:${SOLIDO_VERSION}
build:
context: ../
dockerfile: docker/Dockerfile.maintainer

0 comments on commit ab0cfd2

Please sign in to comment.