Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • I IMP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IMP
  • IMP
  • Issues
  • #125

Closed
Open
Created Feb 12, 2018 by easternbluebird@easternbluebird

Error when rebuilding docker container

I think I might have found a fix for #123.

#### Add IMP user
RUN groupadd imp && useradd -g imp -d /home/imp imp \
    && chown imp:imp -R /home/imp/ \
    && chmod -R 0777 /home/imp \
    && echo 'imp:imp' |chpasswd \
    && echo "imp ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/imp \
    && chmod 0440 /etc/sudoers.d/imp # <-- I added this line here

The last line for this code chunk.

However, I could not test it because I could not rebuild the docker container according to the instructions of BUILD_TARBALL.md.

This step fails:

$ docker build -t docker-r3lab.uni.lu/imp/imp:1.4.1.1 .                                                   
Sending build context to Docker daemon  43.01kB
Step 1/18 : FROM docker-r3lab.uni.lu/imp/imp-tools:1.4.1.1
Get https://docker-r3lab.uni.lu/v2/imp/imp-tools/manifests/1.4.1.1: no basic auth credentials

How can I get access to that?

Assignee
Assign to
Time tracking