Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build on Docker #495

Open
andreaippo opened this issue Jan 17, 2025 · 0 comments
Open

Unable to build on Docker #495

andreaippo opened this issue Jan 17, 2025 · 0 comments
Assignees

Comments

@andreaippo
Copy link

Hi,

I tried the build instructions found in the README file, but neither works for me. I'm on Linux (opensuse tumbleweed).

The docker build requests some credentials, but I don't know what I'm supposed to enter there:

    ~/git/personal/JetBrainsRuntime/jb/project/docker on    main ?5                                                           ✘ INT
❯ podman build \                                                                                                       
  --platform=linux/amd64 \
  --no-cache \
  -t registry.jetbrains.team/p/jbre/containers/oraclelinux8_x64:latest \
  --build-arg profilename=OL8_x64 \
  --build-arg username=$username \
  --build-arg password=$password \
  --build-arg csi=$csi \
  -f Dockerfile.oraclelinux .

Ends with:

A username, password and CSI are required to register a system.
Error: building at STEP "RUN yum -y update &&    yum -y install rhn-setup-2.8.16-13.0.6.module+el8.7.0+21032+057d0dfe &&     /usr/sbin/ulnreg_ks --profilename=$profilename                         --username=$username                         --password=$password                         --csi=$csi": while running runtime: exit status 255

Which username/password/csi values is a simple user supposed to provide there?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants