hantsy / devops-sandbox

DevOps sandbox
7 stars 4 forks source link

Failed to get D-Bus connection: Operation not permitted #1

Open JannemanDev opened 4 years ago

JannemanDev commented 4 years ago

When building the Oracle Express image, I followed your instructions on https://github.com/hantsy/devops-sandbox/blob/master/oracle-database-18.4.0-xe.md, with docker build -t oracle/database:18.4.0-xe -f Dockerfile.xe . I get an error/warning:

  Installing : 1:dbus-libs-1.10.24-14.0.1.el7_8.x86_64                   96/119
  Installing : systemd-219-73.0.3.el7_8.9.x86_64                         97/119
  Failed to get D-Bus connection: Operation not permitted
  Installing : 1:dbus-1.10.24-14.0.1.el7_8.x86_64                        98/119
  Installing : elfutils-default-yama-scope-0.176-4.el7.noarch            99/119

Does this do any harm?

hantsy commented 4 years ago

Try to rebuild it again, I did not encounter this issue.

JannemanDev commented 4 years ago

Tried it several times. Had the same issue when rebuilding the Enterprise edition. Probably local config issue/conflict. I am using Docker on Windows 10. Leaving this issue here for future reference. Maybe others encounter this as well.

hantsy commented 4 years ago

Try to use Administrator to build the docker image.