diff --git a/images/drydock/Dockerfile.ubuntu_jammy b/images/drydock/Dockerfile.ubuntu_jammy index 827b6dbd..cc48c8db 100644 --- a/images/drydock/Dockerfile.ubuntu_jammy +++ b/images/drydock/Dockerfile.ubuntu_jammy @@ -12,7 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG FROM=ubuntu:jammy +# +# In order to fix rate limit error +# +# 429 Too Many Requests - Server message: too many requests: +# You have reached your pull rate limit. +# You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit +ARG FROM=public.ecr.aws/ubuntu/ubuntu:jammy FROM golang:1.22.7 as baclient_builder