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
{{ message }}
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Following the instructions on the top-level README.md to build the sample code, the build fails while copying files from the tc_common container, but it's not in the local nor docker hub registry. how to create it? Thanks.
Step 3/10 : COPY --from=tc_common /home/ /home/
invalid from flag value tc_common: pull access denied for tc_common, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
make[2]: *** [xcode-server/CMakeFiles/build_tc_xcode_service.dir/build.make:57: xcode-server/CMakeFiles/build_tc_xcode_service] Error 1
make[1]: *** [CMakeFiles/Makefile2:705: xcode-server/CMakeFiles/build_tc_xcode_service.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the instructions on the top-level README.md to build the sample code, the build fails while copying files from the
tc_common
container, but it's not in the local nor docker hub registry. how to create it? Thanks.The text was updated successfully, but these errors were encountered: