ConfigHubPub / ConfigHubPub/ConfigHubPlatform

Errors run ConfigHub using docker-compose

Open
#184 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
80
Forks
25
PR merge metrics
No merged PRs in 30d

Description

I download ConfigHubPlatform

# wget https://github.com/ConfigHubPub/ConfigHubPlatform/archive/refs/heads/master.zip

unpacked into a directory ConfigHubPub/

# cd ConfigHubPub
# docker-compose up

and geting error:

Step 7/9 : COPY        rest/target/ROOT.war /
ERROR: Service 'confighub' failed to build: COPY failed: file not found in build context or excluded by .dockerignore: stat rest/target/ROOT.war: file does not exist

My OS and env:

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:        20.04
Codename:       focal
# docker-compose version
docker-compose version 1.25.0, build unknown
docker-py version: 4.1.0
CPython version: 3.8.10
OpenSSL version: OpenSSL 1.1.1f  31 Mar 2020

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the docker-compose configuration and the build context referenced by the failing COPY of rest/target/ROOT.war. Determine how that artifact is expected to be produced before running docker-compose up, then reproduce the build and confirm it completes without the missing-file error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose
Domain
build-system, devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.