You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adamrehn/ue4-full 4.23.1 431c572bbc63 2 hours ago 20.4GB
adamrehn/ue4-full 4.23.1-opengl-ubuntu18.04 431c572bbc63 2 hours ago 20.4GB
adamrehn/ue4-minimal 4.23.1 50059ae76c42 2 hours ago 19.2GB
adamrehn/ue4-minimal 4.23.1-opengl-ubuntu18.04 50059ae76c42 2 hours ago 19.2GB
adamrehn/ue4-source 4.23.1 e64166660925 18 hours ago 38.5GB
adamrehn/ue4-source 4.23.1-opengl-ubuntu18.04 e64166660925 18 hours ago 38.5GB
adamrehn/ue4-build-prerequisites opengl-ubuntu18.04 75c2a6d4a9cd 19 hours ago 783MB
I change just this lines in dockerfiles
FROM adamrehn/ue4-build-prerequisites:opengl
to
FROM adamrehn/ue4-build-prerequisites:opengl-ubuntu18.04
FROM adamrehn/ue4-full:4.23.1-opengl as builder
to
FROM adamrehn/ue4-full:4.23.1-opengl-ubuntu18.04 as builder
if i don't change this lines i get this error
Building server
Sending build context to Docker daemon 678.9kB
Step 1/12 : FROM adamrehn/ue4-full:4.23.1-opengl as builder
pull access denied for adamrehn/ue4-full, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR: Service 'server' failed to build : Build failed
Building server
Sending build context to Docker daemon 678.9kB
Step 1/12 : FROM adamrehn/ue4-full:4.23.1-opengl as builder
pull access denied for adamrehn/ue4-full, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR: Service 'server' failed to build : Build failed
./start-server.sh error
cares-ue4/1.16.1@adamrehn/4.23: WARN: This conanfile has no package step
protobuf-ue4/3.19.1@adamrehn/4.23: WARN: This conanfile has no package step
ERROR: grpc-ue4/1.42.0@adamrehn/4.23: Error in package_info() method, line 123
self.user_info.build_data = json.dumps([self.deps_cpp_info["protobuf-ue4"].bin_paths[0], self.cpp_info.bin_paths[0]])
IndexError: list index out of range
Traceback (most recent call last):
File "/usr/local/bin/ue4", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.6/dist-packages/ue4cli/cli.py", line 222, in main
SUPPORTED_COMMANDS[command]['action'](manager, args)
File "/usr/local/lib/python3.6/dist-packages/conan_ue4cli/main.py", line 48, in main
SUBCOMMANDS[subcommand]['function'](manager, args[1:])
File "/usr/local/lib/python3.6/dist-packages/conan_ue4cli/commands/build.py", line 130, in build
builder.build(name, version, args.options if args.options is not None else [])
File "/usr/local/lib/python3.6/dist-packages/conan_ue4cli/common/PackageBuilder.py", line 45, in build
self._executor.execute(command, cwd=tempDir, check=True)
File "/usr/local/lib/python3.6/dist-packages/conan_ue4cli/common/CommandExecutor.py", line 19, in execute
return subprocess.run(command, **kwargs).returncode == 0
File "/usr/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['conan', 'install', 'grpc-ue4/1.42.0@adamrehn/4.23', '--profile=ue4.23-Linux-x86_64-unknown-linux-gnu', '--build=missing']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
Hi, how to solve this problem ?
Docker images
adamrehn/ue4-full 4.23.1 431c572bbc63 2 hours ago 20.4GB
adamrehn/ue4-full 4.23.1-opengl-ubuntu18.04 431c572bbc63 2 hours ago 20.4GB
adamrehn/ue4-minimal 4.23.1 50059ae76c42 2 hours ago 19.2GB
adamrehn/ue4-minimal 4.23.1-opengl-ubuntu18.04 50059ae76c42 2 hours ago 19.2GB
adamrehn/ue4-source 4.23.1 e64166660925 18 hours ago 38.5GB
adamrehn/ue4-source 4.23.1-opengl-ubuntu18.04 e64166660925 18 hours ago 38.5GB
adamrehn/ue4-build-prerequisites opengl-ubuntu18.04 75c2a6d4a9cd 19 hours ago 783MB
I change just this lines in dockerfiles
FROM adamrehn/ue4-build-prerequisites:opengl
to
FROM adamrehn/ue4-build-prerequisites:opengl-ubuntu18.04
FROM adamrehn/ue4-full:4.23.1-opengl as builder
to
FROM adamrehn/ue4-full:4.23.1-opengl-ubuntu18.04 as builder
if i don't change this lines i get this error
Building server
Sending build context to Docker daemon 678.9kB
Step 1/12 : FROM adamrehn/ue4-full:4.23.1-opengl as builder
pull access denied for adamrehn/ue4-full, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR: Service 'server' failed to build : Build failed
Building server
Sending build context to Docker daemon 678.9kB
Step 1/12 : FROM adamrehn/ue4-full:4.23.1-opengl as builder
pull access denied for adamrehn/ue4-full, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR: Service 'server' failed to build : Build failed
./start-server.sh error
cares-ue4/1.16.1@adamrehn/4.23: WARN: This conanfile has no package step
protobuf-ue4/3.19.1@adamrehn/4.23: WARN: This conanfile has no package step
ERROR: grpc-ue4/1.42.0@adamrehn/4.23: Error in package_info() method, line 123
self.user_info.build_data = json.dumps([self.deps_cpp_info["protobuf-ue4"].bin_paths[0], self.cpp_info.bin_paths[0]])
IndexError: list index out of range
Traceback (most recent call last):
File "/usr/local/bin/ue4", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.6/dist-packages/ue4cli/cli.py", line 222, in main
SUPPORTED_COMMANDS[command]['action'](manager, args)
File "/usr/local/lib/python3.6/dist-packages/conan_ue4cli/main.py", line 48, in main
SUBCOMMANDS[subcommand]['function'](manager, args[1:])
File "/usr/local/lib/python3.6/dist-packages/conan_ue4cli/commands/build.py", line 130, in build
builder.build(name, version, args.options if args.options is not None else [])
File "/usr/local/lib/python3.6/dist-packages/conan_ue4cli/common/PackageBuilder.py", line 45, in build
self._executor.execute(command, cwd=tempDir, check=True)
File "/usr/local/lib/python3.6/dist-packages/conan_ue4cli/common/CommandExecutor.py", line 19, in execute
return subprocess.run(command, **kwargs).returncode == 0
File "/usr/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['conan', 'install', 'grpc-ue4/1.42.0@adamrehn/4.23', '--profile=ue4.23-Linux-x86_64-unknown-linux-gnu', '--build=missing']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: