Giter Site home page Giter Site logo

Directory code is missing about chartbrew HOT 5 CLOSED

chartbrew avatar chartbrew commented on May 18, 2024
Directory code is missing

from chartbrew.

Comments (5)

razvanilin avatar razvanilin commented on May 18, 2024

Hey @sdestivelle 👋 Thanks for reporting this. I'll have a look at this asap

from chartbrew.

razvanilin avatar razvanilin commented on May 18, 2024

I just committed (fb30db0) a fix for this on master. Can you pull the latest changes and let me know if it now builds for you?

from chartbrew.

sdestivelle avatar sdestivelle commented on May 18, 2024

I've got his.

[root@localhost chartbrew]# docker-compose up -d
WARNING: The CB_DB_NAME_DEV variable is not set. Defaulting to a blank string.
WARNING: The CB_DB_USERNAME_DEV variable is not set. Defaulting to a blank string.
WARNING: The CB_DB_PASSWORD_DEV variable is not set. Defaulting to a blank string.
Building chartbrew
Step 1/11 : FROM node:10
---> 5010eb9431a5
Step 2/11 : WORKDIR /code
---> Using cache
---> 9749dcb3e112
Step 3/11 : COPY . .
---> Using cache
---> 2a587de5710f
Step 4/11 : RUN apt-get update && apt-get install -y rsync
---> Running in 26fd1386cb44
Err:1 http://deb.debian.org/debian stretch InRelease
Temporary failure resolving 'deb.debian.org'
Err:2 http://security.debian.org/debian-security stretch/updates InRelease
Temporary failure resolving 'security.debian.org'
Err:3 http://deb.debian.org/debian stretch-updates InRelease
Temporary failure resolving 'deb.debian.org'
Reading package lists...
W: Failed to fetch http://deb.debian.org/debian/dists/stretch/InRelease Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/InRelease Temporary failure resolving 'security.debian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/InRelease Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
Package rsync is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'rsync' has no installation candidate
ERROR: Service 'chartbrew' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y rsync' returned a non-zero code: 100

from chartbrew.

razvanilin avatar razvanilin commented on May 18, 2024

Can you try to update line 7 in Dockerfile with the following:

RUN apt-get update && apt-get upgrade -y && apt-get install -y rsync

Then run docker-compose up --build

from chartbrew.

razvanilin avatar razvanilin commented on May 18, 2024

rsync is not a dependency anymore and the whole Docker environment was revamped. If you still have issues, feel free to come back to this issue

from chartbrew.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.