Skip to content

docker-compose isn't setting up right #337

@jondkelley

Description

@jondkelley

Expected Behavior

Description...

Can't docker-compose up

make info

.:: OPENEDX-DOCKER ::.

== Active configuration ==

* EDX_RELEASE                : hawthorn.1
* FLAVOR                     : oee
* FLAVORED_EDX_RELEASE_PATH  : releases/hawthorn/1/oee
* EDX_RELEASE_REF            : hawthorn.1
* EDX_ARCHIVE_URL            : https://github.com/edx/edx-platform/archive/open-release/hawthorn.1.tar.gz
* EDX_DEMO_RELEASE_REF       : open-release/hawthorn.1
* EDX_DEMO_ARCHIVE_URL       : https://github.com/edx/edx-demo-course/archive/open-release/hawthorn.1.tar.gz
* REDIS_SERVICE              : redis
* EDXAPP_IMAGE_NAME          : edxapp
* EDXAPP_IMAGE_TAG           : hawthorn.1-oee
* EDXAPP_NGINX_IMAGE_NAME    : edxapp-nginx

Actual Behavior

ERROR: build path /Users/toor/workspace/openedx-docker/releases/master/0/bare either does not exist, is not accessible, or is not a valid URL.

Steps to Reproduce

Description...

toor@galileo:~/workspace/openedx-docker$ bin/activate
Select an available flavored release to activate:
[1] /ironwood/2/oee (default)
[2] /hawthorn/1/oee
[3] /eucalyptus/3/wb
[4] /dogwood/3/fun
Your choice: 1

# Copy/paste /ironwood/2/oee environment:
export EDX_RELEASE="ironwood.2"
export FLAVOR="oee"
export EDX_RELEASE_REF="ironwood.2"
export EDX_DEMO_RELEASE_REF="open-release/ironwood.2"

# Or run the following command:
. bin/../releases//ironwood/2/oee/activate

# You can check your environment with:
make info
toor@galileo:~/workspace/openedx-docker$ export EDX_RELEASE="ironwood.2"
toor@galileo:~/workspace/openedx-docker$ export FLAVOR="oee"
toor@galileo:~/workspace/openedx-docker$ export EDX_RELEASE_REF="ironwood.2"
toor@galileo:~/workspace/openedx-docker$ export EDX_DEMO_RELEASE_REF="open-release/ironwood.2"
toor@galileo:~/workspace/openedx-docker$ docker-compose up
WARNING: The DOCKER_UID variable is not set. Defaulting to a blank string.
WARNING: The DOCKER_GID variable is not set. Defaulting to a blank string.
ERROR: build path /Users/toor/workspace/openedx-docker/releases/master/0/bare either does not exist, is not accessible, or is not a valid URL.

Specifications

  • Version: master
  • Platform: Mac OS Docker version 20.10.13, build a224086

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions