Skip to content

Commit

Permalink
custom image
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Apr 23, 2024
1 parent b4ddc56 commit 34abbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap/startup.json.default
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"core": {
"tag": "factory",
"image": "bluerobotics/blueos-core",
"image": "williangalvani/blueos-core",
"enabled": true,
"webui": false,
"network": "host",
Expand Down
4 changes: 2 additions & 2 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ command -v raspi-config && (

echo "Downloading bootstrap"
BLUEOS_BOOTSTRAP="bluerobotics/blueos-bootstrap:$VERSION" # Use current version
BLUEOS_CORE="bluerobotics/blueos-core:$VERSION" # We don't have a stable tag yet
BLUEOS_FACTORY="bluerobotics/blueos-core:factory" # used for "factory reset"
BLUEOS_CORE="williangalvani/blueos-core:$VERSION" # We don't have a stable tag yet
BLUEOS_FACTORY="williangalvani/blueos-core:factory" # used for "factory reset"

docker pull $BLUEOS_BOOTSTRAP
docker pull $BLUEOS_CORE
Expand Down

0 comments on commit 34abbbc

Please sign in to comment.