Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update extract-docker-binaries.sh to pull from the correct image tag (#…
…2050) Summary: Pull Request resolved: #2050 Building the local binaries was failng with: ``` Unable to find image 'fbpcs/onedocker:brian-standard-build' locally Error response from daemon: pull access denied for fbpcs/onedocker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ``` This is because the local test onedocker image tag was changed to fbpcs/onedocker/test. This won't affect prod because the [prod workflow](https://fburl.com/code/trv85s87) passes an image name so it doesn't use the default values. Differential Revision: D42626642 fbshipit-source-id: 41d7a8af41af4d0c8375520160d25f3aecba975c
- Loading branch information