Skip to content

Commit

Permalink
Updated pyicub
Browse files Browse the repository at this point in the history
  • Loading branch information
ddetommaso committed Mar 26, 2024
1 parent f4a8e35 commit 114191a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
DOCKYMAN_VER=v1.2
REPOSITORY=iitschri
PROFILE=development
RELEASE_DATE=2024.02
PYICUB_VERSION=8.0.4
RELEASE_DATE=2024.03
PYICUB_VERSION=8.1.0
VERSION=${PYICUB_VERSION}-${RELEASE_DATE}

PYICUB_BASE_NAME=iitschri/pyicub-docker:${VERSION}

PYICUB_FRONTEND_VERSION=v8.1-ng
PYICUB_FRONTEND_VERSION=v8.3-ng
PYICUB_FRONTEND_BASE_NAME=iitschri/pyicub-frontend-docker:${PYICUB_FRONTEND_VERSION}

COMPOSE_PROFILES=restapi
Expand Down
5 changes: 3 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
source: pyicub-workspace
target: /home/icub/pyicub


pyicub-frontend:
image: ${PYICUB_FRONTEND_BASE_NAME}
container_name: pyicub-frontend.${PYICUB_FRONTEND_VERSION}
Expand All @@ -49,7 +50,7 @@ services:
- type: volume
source: pyicub-frontend-workspace
target: /app/pyicub-frontend

volumes:
pyicub-workspace:
pyicub-frontend-workspace:
pyicub-frontend-workspace:

0 comments on commit 114191a

Please sign in to comment.