Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pushing to ECR times out when --repository flag is used #25

Open
absynthe opened this issue Feb 1, 2023 · 5 comments
Open

Pushing to ECR times out when --repository flag is used #25

absynthe opened this issue Feb 1, 2023 · 5 comments

Comments

@absynthe
Copy link

absynthe commented Feb 1, 2023

Building a container with the default naming works, but using a custom name leads to time out when the repository flag is used. The repository will be created, but a new version will not be pushed.

Steps to reproduce:
sm-docker build . --role YOUR_ROLE --repository CUSTOM_NAME:VERSION

You will get a log similar to the below:

...[Container] 2023/01/31 14:14:43 Waiting for agent ping

[Container] 2023/01/31 14:14:44 Waiting for DOWNLOAD_SOURCE
[Container] 2023/01/31 14:14:47 Phase is DOWNLOAD_SOURCE
[Container] 2023/01/31 14:14:47 CODEBUILD_SRC_DIR=/codebuild/output/src789716962/src
[Container] 2023/01/31 14:14:47 YAML location is /codebuild/output/src789716962/src/buildspec.yml
[Container] 2023/01/31 14:14:47 Setting HTTP client timeout to higher timeout for S3 source
[Container] 2023/01/31 14:14:47 Processing environment variables
[Container] 2023/01/31 14:14:47 No runtime version selected in buildspec.
[Container] 2023/01/31 14:14:47 Moving to directory /codebuild/output/src789716962/src
[Container] 2023/01/31 14:14:48 Configuring ssm agent with target id: codebuild:17ad40cb-2840-4a49-a1ec-47b176de5fe9
[Container] 2023/01/31 14:14:48 Successfully updated ssm agent configuration
[Container] 2023/01/31 14:14:48 Registering with agent
[Container] 2023/01/31 14:14:48 Phases found in YAML: 3
[Container] 2023/01/31 14:14:48  POST_BUILD: 3 commands
[Container] 2023/01/31 14:14:48  PRE_BUILD: 9 commands
[Container] 2023/01/31 14:14:48  BUILD: 4 commands
[Container] 2023/01/31 14:14:48 Phase complete: DOWNLOAD_SOURCE State: SUCCEEDED
[Container] 2023/01/31 14:14:48 Phase context status code:  Message:
[Container] 2023/01/31 14:14:48 Entering phase INSTALL
[Container] 2023/01/31 14:14:48 Phase complete: INSTALL State: SUCCEEDED
[Container] 2023/01/31 14:14:48 Phase context status code:  Message:
[Container] 2023/01/31 14:14:48 Entering phase PRE_BUILD
[Container] 2023/01/31 14:14:48 Running command echo Logging in to Amazon ECR...
Logging in to Amazon ECR...

[Container] 2023/01/31 14:14:48 Running command $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION)
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

[Container] 2023/01/31 14:15:04 Running command $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 763104351884)
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

[Container] 2023/01/31 14:15:05 Running command $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 217643126080)
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

[Container] 2023/01/31 14:15:05 Running command $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 727897471807)
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

[Container] 2023/01/31 14:15:06 Running command $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 626614931356)
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

[Container] 2023/01/31 14:15:06 Running command $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 683313688378)
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

[Container] 2023/01/31 14:15:07 Running command $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 520713654638)
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

[Container] 2023/01/31 14:15:07 Running command $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 462105765813)
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

[Container] 2023/01/31 14:15:08 Phase complete: PRE_BUILD State: SUCCEEDED
[Container] 2023/01/31 14:15:08 Phase context status code:  Message:
[Container] 2023/01/31 14:15:08 Entering phase BUILD
[Container] 2023/01/31 14:15:08 Running command echo Build started on `date`
Build started on Tue Jan 31 14:15:08 UTC 2023

[Container] 2023/01/31 14:15:08 Running command echo Building the Docker image...
Building the Docker image...

[Container] 2023/01/31 14:15:08 Running command docker build -t $IMAGE_REPO_NAME:$IMAGE_TAG .
Sending build context to Docker daemon  6.656kB
Step 1/13 : FROM python:3.10
3.10: Pulling from library/python
bbeef03cda1f: Pulling fs layer
f049f75f014e: Pulling fs layer
56261d0e6b05: Pulling fs layer
9bd150679dbd: Pulling fs layer
5b282ee9da04: Pulling fs layer
03f027d5e312: Pulling fs layer
33acf7002bd0: Pulling fs layer
b577b9b74834: Pulling fs layer
2761e6c6b897: Pulling fs layer
03f027d5e312: Waiting
9bd150679dbd: Waiting
5b282ee9da04: Waiting
33acf7002bd0: Waiting
b577b9b74834: Waiting
2761e6c6b897: Waiting
56261d0e6b05: Verifying Checksum
56261d0e6b05: Download complete
f049f75f014e: Verifying Checksum
f049f75f014e: Download complete
bbeef03cda1f: Verifying Checksum
bbeef03cda1f: Download complete
9bd150679dbd: Verifying Checksum
9bd150679dbd: Download complete
33acf7002bd0: Verifying Checksum
33acf7002bd0: Download complete
03f027d5e312: Verifying Checksum
03f027d5e312: Download complete
b577b9b74834: Verifying Checksum
b577b9b74834: Download complete
2761e6c6b897: Verifying Checksum
2761e6c6b897: Download complete
5b282ee9da04: Verifying Checksum
5b282ee9da04: Download complete
bbeef03cda1f: Pull complete
f049f75f014e: Pull complete
56261d0e6b05: Pull complete
9bd150679dbd: Pull complete
5b282ee9da04: Pull complete
03f027d5e312: Pull complete
33acf7002bd0: Pull complete
b577b9b74834: Pull complete
2761e6c6b897: Pull complete
Digest: sha256:5ef345608493927ad12515e75ebe0004f5633dd5d7b08c13c52c3432e9a7963a
Status: Downloaded newer image for python:3.10
 ---> 13ad26b9696b
Step 2/13 : ARG NB_USER="sagemaker-user"
 ---> Running in d10ce2cc52a1
Removing intermediate container d10ce2cc52a1
 ---> 083417691092
Step 3/13 : ARG NB_UID="1000"
 ---> Running in acaea6b1ebcf
Removing intermediate container acaea6b1ebcf
 ---> 2047404a41c8
Step 4/13 : ARG NB_GID="100"
 ---> Running in dba243ad30b0
Removing intermediate container dba243ad30b0
 ---> 15678eec1de9
Step 5/13 : RUN     apt-get update &&     apt-get install -y sudo &&     useradd -m -s /bin/bash -N -u $NB_UID $NB_USER &&     chmod g+w /etc/passwd &&     echo "${NB_USER}    ALL=(ALL)    NOPASSWD:    ALL" >> /etc/sudoers &&     rm -rf /var/lib/apt/lists/*
 ---> Running in e86e2943bf13
Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [218 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
Fetched 8624 kB in 1s (7644 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  sudo
0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
Need to get 1061 kB of archives.
After this operation, 4699 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 sudo amd64 1.9.5p2-3+deb11u1 [1061 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1061 kB in 0s (51.1 MB/s)
Selecting previously unselected package sudo.
(Reading database ... 23422 files and directories currently installed.)
Preparing to unpack .../sudo_1.9.5p2-3+deb11u1_amd64.deb ...
Unpacking sudo (1.9.5p2-3+deb11u1) ...
Setting up sudo (1.9.5p2-3+deb11u1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container e86e2943bf13
 ---> 2f2b930385c7
Step 6/13 : RUN pip install poetry
 ---> Running in 3da32ff6be18
Collecting poetry
  Downloading poetry-1.3.2-py3-none-any.whl (218 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 218.9/218.9 kB 33.9 MB/s eta 0:00:00
Collecting urllib3<2.0.0,>=1.26.0
  Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 43.7 MB/s eta 0:00:00
Collecting keyring<24.0.0,>=23.9.0
  Downloading keyring-23.13.1-py3-none-any.whl (37 kB)
Collecting requests<3.0,>=2.18
  Downloading requests-2.28.2-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 17.9 MB/s eta 0:00:00
Collecting requests-toolbelt<0.11.0,>=0.9.1
  Downloading requests_toolbelt-0.10.1-py2.py3-none-any.whl (54 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 21.2 MB/s eta 0:00:00
Collecting jsonschema<5.0.0,>=4.10.0
  Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 18.0 MB/s eta 0:00:00
Collecting shellingham<2.0,>=1.5
  Downloading shellingham-1.5.0.post1-py2.py3-none-any.whl (9.4 kB)
Collecting tomli<3.0.0,>=2.0.1
  Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting poetry-core==1.4.0
  Downloading poetry_core-1.4.0-py3-none-any.whl (546 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 546.4/546.4 kB 60.5 MB/s eta 0:00:00
Collecting dulwich<0.21.0,>=0.20.46
  Downloading dulwich-0.20.50-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (499 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 500.0/500.0 kB 70.3 MB/s eta 0:00:00
Collecting trove-classifiers>=2022.5.19
  Downloading trove_classifiers-2023.1.20-py3-none-any.whl (13 kB)
Collecting cleo<3.0.0,>=2.0.0
  Downloading cleo-2.0.1-py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.3/77.3 kB 24.0 MB/s eta 0:00:00
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
  Downloading CacheControl-0.12.11-py2.py3-none-any.whl (21 kB)
Collecting pexpect<5.0.0,>=4.7.0
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 20.3 MB/s eta 0:00:00
Collecting virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3
  Downloading virtualenv-20.17.1-py3-none-any.whl (8.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 118.1 MB/s eta 0:00:00
Collecting html5lib<2.0,>=1.0
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 37.4 MB/s eta 0:00:00
Collecting poetry-plugin-export<2.0.0,>=1.2.0
  Downloading poetry_plugin_export-1.3.0-py3-none-any.whl (10 kB)
Collecting pkginfo<2.0,>=1.5
  Downloading pkginfo-1.9.6-py3-none-any.whl (30 kB)
Collecting lockfile<0.13.0,>=0.12.2
  Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Collecting tomlkit!=0.11.2,!=0.11.3,<1.0.0,>=0.11.1
  Downloading tomlkit-0.11.6-py3-none-any.whl (35 kB)
Collecting platformdirs<3.0.0,>=2.5.2
  Downloading platformdirs-2.6.2-py3-none-any.whl (14 kB)
Collecting packaging>=20.4
  Downloading packaging-23.0-py3-none-any.whl (42 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 kB 12.8 MB/s eta 0:00:00
Collecting crashtest<0.5.0,>=0.4.1
  Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB)
Collecting filelock<4.0.0,>=3.8.0
  Downloading filelock-3.9.0-py3-none-any.whl (9.7 kB)
Collecting msgpack>=0.5.2
  Downloading msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 317.0/317.0 kB 68.5 MB/s eta 0:00:00
Collecting rapidfuzz<3.0.0,>=2.2.0
  Downloading rapidfuzz-2.13.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 114.0 MB/s eta 0:00:00
Collecting six>=1.9
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting webencodings
  Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 20.8 MB/s eta 0:00:00
Collecting attrs>=17.4.0
  Downloading attrs-22.2.0-py3-none-any.whl (60 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 kB 21.1 MB/s eta 0:00:00
Collecting jeepney>=0.4.2
  Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 16.1 MB/s eta 0:00:00
Collecting jaraco.classes
  Downloading jaraco.classes-3.2.3-py3-none-any.whl (6.0 kB)
Collecting SecretStorage>=3.2
  Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
Collecting importlib-metadata>=4.11.4
  Downloading importlib_metadata-6.0.0-py3-none-any.whl (21 kB)
Collecting ptyprocess>=0.5
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting charset-normalizer<4,>=2
  Downloading charset_normalizer-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (198 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.8/198.8 kB 55.1 MB/s eta 0:00:00
Collecting idna<4,>=2.5
  Downloading idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 21.8 MB/s eta 0:00:00
Collecting certifi>=2017.4.17
  Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 48.1 MB/s eta 0:00:00
Collecting distlib<1,>=0.3.6
  Downloading distlib-0.3.6-py2.py3-none-any.whl (468 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.5/468.5 kB 94.4 MB/s eta 0:00:00
Collecting zipp>=0.5
  Downloading zipp-3.12.0-py3-none-any.whl (6.6 kB)
Collecting cryptography>=2.0
  Downloading cryptography-39.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 128.9 MB/s eta 0:00:00
Collecting more-itertools
  Downloading more_itertools-9.0.0-py3-none-any.whl (52 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 20.1 MB/s eta 0:00:00
Collecting cffi>=1.12
  Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 77.9 MB/s eta 0:00:00
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 39.4 MB/s eta 0:00:00
Installing collected packages: webencodings, trove-classifiers, ptyprocess, msgpack, lockfile, distlib, charset-normalizer, zipp, urllib3, tomlkit, tomli, six, shellingham, rapidfuzz, pyrsistent, pycparser, poetry-core, platformdirs, pkginfo, pexpect, packaging, more-itertools, jeepney, idna, filelock, crashtest, certifi, attrs, virtualenv, requests, jsonschema, jaraco.classes, importlib-metadata, html5lib, dulwich, cleo, cffi, requests-toolbelt, cryptography, cachecontrol, SecretStorage, keyring, poetry-plugin-export, poetry
Successfully installed SecretStorage-3.3.3 attrs-22.2.0 cachecontrol-0.12.11 certifi-2022.12.7 cffi-1.15.1 charset-normalizer-3.0.1 cleo-2.0.1 crashtest-0.4.1 cryptography-39.0.0 distlib-0.3.6 dulwich-0.20.50 filelock-3.9.0 html5lib-1.1 idna-3.4 importlib-metadata-6.0.0 jaraco.classes-3.2.3 jeepney-0.8.0 jsonschema-4.17.3 keyring-23.13.1 lockfile-0.12.2 more-itertools-9.0.0 msgpack-1.0.4 packaging-23.0 pexpect-4.8.0 pkginfo-1.9.6 platformdirs-2.6.2 poetry-1.3.2 poetry-core-1.4.0 poetry-plugin-export-1.3.0 ptyprocess-0.7.0 pycparser-2.21 pyrsistent-0.19.3 rapidfuzz-2.13.7 requests-2.28.2 requests-toolbelt-0.10.1 shellingham-1.5.0.post1 six-1.16.0 tomli-2.0.1 tomlkit-0.11.6 trove-classifiers-2023.1.20 urllib3-1.26.14 virtualenv-20.17.1 webencodings-0.5.1 zipp-3.12.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip available: 22.3.1 -> 23.0
[notice] To update, run: pip install --upgrade pip
Removing intermediate container 3da32ff6be18
 ---> f407d281cd37
Step 7/13 : RUN poetry config virtualenvs.create false --local
 ---> Running in 640b22c6cbe7
Removing intermediate container 640b22c6cbe7
 ---> 50469dcd0c66
Step 8/13 : COPY pyproject.toml /
 ---> cb77f4bfead5
Step 9/13 : RUN poetry install
 ---> Running in 12842688843e
Skipping virtualenv creation, as specified in config file.
Updating dependencies
Resolving dependencies...

Writing lock file

Package operations: 25 installs, 0 updates, 0 removals

  • Installing asttokens (2.2.1)
  • Installing executing (1.2.0)
  • Installing parso (0.8.3)
  • Installing pure-eval (0.2.2)
  • Installing traitlets (5.9.0)
  • Installing wcwidth (0.2.6)
  • Installing backcall (0.2.0)
  • Installing decorator (5.1.1)
  • Installing jedi (0.18.2)
  • Installing jupyter-core (5.2.0)
  • Installing matplotlib-inline (0.1.6)
  • Installing pickleshare (0.7.5)
  • Installing prompt-toolkit (3.0.36)
  • Installing pygments (2.14.0)
  • Installing python-dateutil (2.8.2)
  • Installing pyzmq (25.0.0)
  • Installing stack-data (0.6.2)
  • Installing tornado (6.2)
  • Installing ipython (8.9.0)
  • Installing ipython-genutils (0.2.0)
  • Installing jupyter-client (8.0.2)
  • Installing pytz (2022.7.1)
  • Installing numpy (1.24.1)
  • Installing ipykernel (5.5.6)
  • Installing pandas (1.5.3)
Removing intermediate container 12842688843e
 ---> c2ad7e61633d
Step 10/13 : RUN python -m ipykernel install --sys-prefix
 ---> Running in d3dc05fde23c
Installed kernelspec python3 in /usr/local/share/jupyter/kernels/python3
Removing intermediate container d3dc05fde23c
 ---> 5996d0014174
Step 11/13 : CMD jupyter kernelspec list --json
 ---> Running in 46cebaafe848
Removing intermediate container 46cebaafe848
 ---> 6c9cb62b063a
Step 12/13 : ENV SHELL=/bin/bash
 ---> Running in 5c1f61a50603
Removing intermediate container 5c1f61a50603
 ---> 9e4e7e6a0144
Step 13/13 : USER $NB_UID
 ---> Running in a5909f39cda6
Removing intermediate container a5909f39cda6
 ---> 7f9f547132c6
Successfully built 7f9f547132c6
Successfully tagged poetry-2:2.0

[Container] 2023/01/31 14:16:07 Running command docker tag $IMAGE_REPO_NAME:$IMAGE_TAG $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$IMAGE_REPO_NAME:$IMAGE_TAG

[Container] 2023/01/31 14:16:07 Phase complete: BUILD State: SUCCEEDED
[Container] 2023/01/31 14:16:07 Phase context status code:  Message:
[Container] 2023/01/31 14:16:07 Entering phase POST_BUILD
[Container] 2023/01/31 14:16:07 Running command echo Build completed on `date`
Build completed on Tue Jan 31 14:16:07 UTC 2023

[Container] 2023/01/31 14:16:07 Running command echo Pushing the Docker image...
Pushing the Docker image...

[Container] 2023/01/31 14:16:07 Running command docker push $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$IMAGE_REPO_NAME:$IMAGE_TAG
The push refers to repository [718026778991.dkr.ecr.us-east-1.amazonaws.com/poetry-2]
d2fdc4294ee4: Preparing
409a963c4bb0: Preparing
fb798a98dc82: Preparing
919b9aaa34c1: Preparing
d61ce5953464: Preparing
1598ddcd2a10: Preparing
14f8c1c57058: Preparing
7c9f55d641e2: Preparing
2a5e0ed31f5a: Preparing
dc6462f7bb8b: Preparing
a4db1a405763: Preparing
9f4f964da727: Preparing
49b333f7bad4: Preparing
a463dbda4664: Preparing
a9099c3159f5: Preparing
1598ddcd2a10: Waiting
14f8c1c57058: Waiting
7c9f55d641e2: Waiting
2a5e0ed31f5a: Waiting
dc6462f7bb8b: Waiting
a4db1a405763: Waiting
9f4f964da727: Waiting
49b333f7bad4: Waiting
a463dbda4664: Waiting
a9099c3159f5: Waiting
409a963c4bb0: Retrying in 5 seconds
fb798a98dc82: Retrying in 5 seconds
d2fdc4294ee4: Retrying in 5 seconds
d61ce5953464: Retrying in 5 seconds
919b9aaa34c1: Retrying in 5 seconds
409a963c4bb0: Retrying in 4 seconds
fb798a98dc82: Retrying in 4 seconds
d2fdc4294ee4: Retrying in 4 seconds
d61ce5953464: Retrying in 4 seconds
919b9aaa34c1: Retrying in 4 seconds
409a963c4bb0: Retrying in 3 seconds
fb798a98dc82: Retrying in 3 seconds
d2fdc4294ee4: Retrying in 3 seconds
d61ce5953464: Retrying in 3 seconds
919b9aaa34c1: Retrying in 3 seconds
409a963c4bb0: Retrying in 2 seconds
fb798a98dc82: Retrying in 2 seconds
d2fdc4294ee4: Retrying in 2 seconds
d61ce5953464: Retrying in 2 seconds
919b9aaa34c1: Retrying in 2 seconds
409a963c4bb0: Retrying in 1 second
fb798a98dc82: Retrying in 1 second
d2fdc4294ee4: Retrying in 1 second
d61ce5953464: Retrying in 1 second
919b9aaa34c1: Retrying in 1 second
409a963c4bb0: Retrying in 10 seconds
d2fdc4294ee4: Retrying in 10 seconds
fb798a98dc82: Retrying in 10 seconds
d61ce5953464: Retrying in 10 seconds
919b9aaa34c1: Retrying in 10 seconds
409a963c4bb0: Retrying in 9 seconds
d2fdc4294ee4: Retrying in 9 seconds
fb798a98dc82: Retrying in 9 seconds
d61ce5953464: Retrying in 9 seconds
919b9aaa34c1: Retrying in 9 seconds
409a963c4bb0: Retrying in 8 seconds
d2fdc4294ee4: Retrying in 8 seconds
fb798a98dc82: Retrying in 8 seconds
919b9aaa34c1: Retrying in 8 seconds
d61ce5953464: Retrying in 8 seconds
409a963c4bb0: Retrying in 7 seconds
d2fdc4294ee4: Retrying in 7 seconds
fb798a98dc82: Retrying in 7 seconds
d61ce5953464: Retrying in 7 seconds
919b9aaa34c1: Retrying in 7 seconds
409a963c4bb0: Retrying in 6 seconds
d2fdc4294ee4: Retrying in 6 seconds
fb798a98dc82: Retrying in 6 seconds
d61ce5953464: Retrying in 6 seconds
919b9aaa34c1: Retrying in 6 seconds
409a963c4bb0: Retrying in 5 seconds
d2fdc4294ee4: Retrying in 5 seconds
fb798a98dc82: Retrying in 5 seconds
919b9aaa34c1: Retrying in 5 seconds
d61ce5953464: Retrying in 5 seconds
409a963c4bb0: Retrying in 4 seconds
d2fdc4294ee4: Retrying in 4 seconds
fb798a98dc82: Retrying in 4 seconds
d61ce5953464: Retrying in 4 seconds
919b9aaa34c1: Retrying in 4 seconds
409a963c4bb0: Retrying in 3 seconds
d2fdc4294ee4: Retrying in 3 seconds
fb798a98dc82: Retrying in 3 seconds
d61ce5953464: Retrying in 3 seconds
919b9aaa34c1: Retrying in 3 seconds
409a963c4bb0: Retrying in 2 seconds
d2fdc4294ee4: Retrying in 2 seconds
fb798a98dc82: Retrying in 2 seconds
d61ce5953464: Retrying in 2 seconds
919b9aaa34c1: Retrying in 2 seconds
409a963c4bb0: Retrying in 1 second
d2fdc4294ee4: Retrying in 1 second
fb798a98dc82: Retrying in 1 second
919b9aaa34c1: Retrying in 1 second
d61ce5953464: Retrying in 1 second
409a963c4bb0: Retrying in 15 seconds
d2fdc4294ee4: Retrying in 15 seconds
fb798a98dc82: Retrying in 15 seconds
d61ce5953464: Retrying in 15 seconds
919b9aaa34c1: Retrying in 15 seconds
409a963c4bb0: Retrying in 14 seconds
d2fdc4294ee4: Retrying in 14 seconds
fb798a98dc82: Retrying in 14 seconds
d61ce5953464: Retrying in 14 seconds
919b9aaa34c1: Retrying in 14 seconds
409a963c4bb0: Retrying in 13 seconds
d2fdc4294ee4: Retrying in 13 seconds
fb798a98dc82: Retrying in 13 seconds
d61ce5953464: Retrying in 13 seconds
919b9aaa34c1: Retrying in 13 seconds
409a963c4bb0: Retrying in 12 seconds
d2fdc4294ee4: Retrying in 12 seconds
fb798a98dc82: Retrying in 12 seconds
d61ce5953464: Retrying in 12 seconds
919b9aaa34c1: Retrying in 12 seconds
409a963c4bb0: Retrying in 11 seconds
d2fdc4294ee4: Retrying in 11 seconds
fb798a98dc82: Retrying in 11 seconds
d61ce5953464: Retrying in 11 seconds
919b9aaa34c1: Retrying in 11 seconds
409a963c4bb0: Retrying in 10 seconds
d2fdc4294ee4: Retrying in 10 seconds
fb798a98dc82: Retrying in 10 seconds
d61ce5953464: Retrying in 10 seconds
919b9aaa34c1: Retrying in 10 seconds
409a963c4bb0: Retrying in 9 seconds
d2fdc4294ee4: Retrying in 9 seconds
fb798a98dc82: Retrying in 9 seconds
d61ce5953464: Retrying in 9 seconds
919b9aaa34c1: Retrying in 9 seconds
409a963c4bb0: Retrying in 8 seconds
d2fdc4294ee4: Retrying in 8 seconds
fb798a98dc82: Retrying in 8 seconds
d61ce5953464: Retrying in 8 seconds
919b9aaa34c1: Retrying in 8 seconds
409a963c4bb0: Retrying in 7 seconds
d2fdc4294ee4: Retrying in 7 seconds
fb798a98dc82: Retrying in 7 seconds
d61ce5953464: Retrying in 7 seconds
919b9aaa34c1: Retrying in 7 seconds
409a963c4bb0: Retrying in 6 seconds
d2fdc4294ee4: Retrying in 6 seconds
fb798a98dc82: Retrying in 6 seconds
d61ce5953464: Retrying in 6 seconds
919b9aaa34c1: Retrying in 6 seconds
409a963c4bb0: Retrying in 5 seconds
d2fdc4294ee4: Retrying in 5 seconds
fb798a98dc82: Retrying in 5 seconds
d61ce5953464: Retrying in 5 seconds
919b9aaa34c1: Retrying in 5 seconds
409a963c4bb0: Retrying in 4 seconds
d2fdc4294ee4: Retrying in 4 seconds
fb798a98dc82: Retrying in 4 seconds
d61ce5953464: Retrying in 4 seconds
919b9aaa34c1: Retrying in 4 seconds
409a963c4bb0: Retrying in 3 seconds
d2fdc4294ee4: Retrying in 3 seconds
fb798a98dc82: Retrying in 3 seconds
d61ce5953464: Retrying in 3 seconds
919b9aaa34c1: Retrying in 3 seconds
409a963c4bb0: Retrying in 2 seconds
d2fdc4294ee4: Retrying in 2 seconds
fb798a98dc82: Retrying in 2 seconds
d61ce5953464: Retrying in 2 seconds
919b9aaa34c1: Retrying in 2 seconds
409a963c4bb0: Retrying in 1 second
d2fdc4294ee4: Retrying in 1 second
fb798a98dc82: Retrying in 1 second
d61ce5953464: Retrying in 1 second
919b9aaa34c1: Retrying in 1 second
409a963c4bb0: Retrying in 20 seconds
fb798a98dc82: Retrying in 20 seconds
d2fdc4294ee4: Retrying in 20 seconds
d61ce5953464: Retrying in 20 seconds
919b9aaa34c1: Retrying in 20 seconds
409a963c4bb0: Retrying in 19 seconds
fb798a98dc82: Retrying in 19 seconds
d2fdc4294ee4: Retrying in 19 seconds
d61ce5953464: Retrying in 19 seconds
919b9aaa34c1: Retrying in 19 seconds
409a963c4bb0: Retrying in 18 seconds
fb798a98dc82: Retrying in 18 seconds
d2fdc4294ee4: Retrying in 18 seconds
d61ce5953464: Retrying in 18 seconds
919b9aaa34c1: Retrying in 18 seconds
409a963c4bb0: Retrying in 17 seconds
fb798a98dc82: Retrying in 17 seconds
d2fdc4294ee4: Retrying in 17 seconds
d61ce5953464: Retrying in 17 seconds
919b9aaa34c1: Retrying in 17 seconds
409a963c4bb0: Retrying in 16 seconds
fb798a98dc82: Retrying in 16 seconds
d2fdc4294ee4: Retrying in 16 seconds
d61ce5953464: Retrying in 16 seconds
919b9aaa34c1: Retrying in 16 seconds
409a963c4bb0: Retrying in 15 seconds
fb798a98dc82: Retrying in 15 seconds
d2fdc4294ee4: Retrying in 15 seconds
d61ce5953464: Retrying in 15 seconds
919b9aaa34c1: Retrying in 15 seconds
409a963c4bb0: Retrying in 14 seconds
fb798a98dc82: Retrying in 14 seconds
d2fdc4294ee4: Retrying in 14 seconds
d61ce5953464: Retrying in 14 seconds
919b9aaa34c1: Retrying in 14 seconds
409a963c4bb0: Retrying in 13 seconds
fb798a98dc82: Retrying in 13 seconds
d2fdc4294ee4: Retrying in 13 seconds
d61ce5953464: Retrying in 13 seconds
919b9aaa34c1: Retrying in 13 seconds
409a963c4bb0: Retrying in 12 seconds
fb798a98dc82: Retrying in 12 seconds
d2fdc4294ee4: Retrying in 12 seconds
d61ce5953464: Retrying in 12 seconds
919b9aaa34c1: Retrying in 12 seconds
409a963c4bb0: Retrying in 11 seconds
fb798a98dc82: Retrying in 11 seconds
d2fdc4294ee4: Retrying in 11 seconds
d61ce5953464: Retrying in 11 seconds
919b9aaa34c1: Retrying in 11 seconds
409a963c4bb0: Retrying in 10 seconds
fb798a98dc82: Retrying in 10 seconds
d2fdc4294ee4: Retrying in 10 seconds
d61ce5953464: Retrying in 10 seconds
919b9aaa34c1: Retrying in 10 seconds
409a963c4bb0: Retrying in 9 seconds
fb798a98dc82: Retrying in 9 seconds
d2fdc4294ee4: Retrying in 9 seconds
d61ce5953464: Retrying in 9 seconds
919b9aaa34c1: Retrying in 9 seconds
409a963c4bb0: Retrying in 8 seconds
fb798a98dc82: Retrying in 8 seconds
d2fdc4294ee4: Retrying in 8 seconds
d61ce5953464: Retrying in 8 seconds
919b9aaa34c1: Retrying in 8 seconds
409a963c4bb0: Retrying in 7 seconds
fb798a98dc82: Retrying in 7 seconds
d2fdc4294ee4: Retrying in 7 seconds
d61ce5953464: Retrying in 7 seconds
919b9aaa34c1: Retrying in 7 seconds
409a963c4bb0: Retrying in 6 seconds
fb798a98dc82: Retrying in 6 seconds
d2fdc4294ee4: Retrying in 6 seconds
d61ce5953464: Retrying in 6 seconds
919b9aaa34c1: Retrying in 6 seconds
409a963c4bb0: Retrying in 5 seconds
fb798a98dc82: Retrying in 5 seconds
d2fdc4294ee4: Retrying in 5 seconds
d61ce5953464: Retrying in 5 seconds
919b9aaa34c1: Retrying in 5 seconds
409a963c4bb0: Retrying in 4 seconds
fb798a98dc82: Retrying in 4 seconds
d2fdc4294ee4: Retrying in 4 seconds
d61ce5953464: Retrying in 4 seconds
919b9aaa34c1: Retrying in 4 seconds
409a963c4bb0: Retrying in 3 seconds
fb798a98dc82: Retrying in 3 seconds
d2fdc4294ee4: Retrying in 3 seconds
d61ce5953464: Retrying in 3 seconds
919b9aaa34c1: Retrying in 3 seconds
409a963c4bb0: Retrying in 2 seconds
fb798a98dc82: Retrying in 2 seconds
d2fdc4294ee4: Retrying in 2 seconds
d61ce5953464: Retrying in 2 seconds
919b9aaa34c1: Retrying in 2 seconds
409a963c4bb0: Retrying in 1 second
fb798a98dc82: Retrying in 1 second
d2fdc4294ee4: Retrying in 1 second
d61ce5953464: Retrying in 1 second
919b9aaa34c1: Retrying in 1 second
EOF

[Container] 2023/01/31 14:16:57 Command did not exit successfully docker push $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$IMAGE_REPO_NAME:$IMAGE_TAG exit status 1
[Container] 2023/01/31 14:16:57 Phase complete: POST_BUILD State: FAILED
[Container] 2023/01/31 14:16:57 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: docker push $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$IMAGE_REPO_NAME:$IMAGE_TAG. Reason: exit status 1
@rauldiaz
Copy link

rauldiaz commented Feb 1, 2023

Just ran into the exact issue today. Any ideas on how to solve this?

@absynthe
Copy link
Author

absynthe commented Feb 1, 2023

So far I did not find a fix. For now I am using the default name and just putting the different containers in different image tags.

@rauldiaz
Copy link

rauldiaz commented Feb 2, 2023

Found the issue @absynthe, at least in my case.

Check the IAM permissions for the CodeBuild execution. In my case, repo names must start with sagemaker in their names to be pushed. The IAM policy should look like this, and this could be the reason why images are not being pushed.

        {
            "Effect": "Allow",
            "Action": [
                "ecr:CreateRepository",
                "ecr:BatchGetImage",
                "ecr:CompleteLayerUpload",
                "ecr:DescribeImages",
                "ecr:DescribeRepositories",
                "ecr:UploadLayerPart",
                "ecr:ListImages",
                "ecr:InitiateLayerUpload",
                "ecr:BatchCheckLayerAvailability",
                "ecr:PutImage"
            ],
            "Resource": "arn:aws:ecr:*:*:repository/sagemaker*"
        }

@absynthe
Copy link
Author

absynthe commented Feb 2, 2023

Ah, so it's a feature not a bug. Then it should either be documented or the permissions have to be opened up :D

@loni9164
Copy link

Found the issue @absynthe, at least in my case.

Check the IAM permissions for the CodeBuild execution. In my case, repo names must start with sagemaker in their names to be pushed. The IAM policy should look like this, and this could be the reason why images are not being pushed.

        {
            "Effect": "Allow",
            "Action": [
                "ecr:CreateRepository",
                "ecr:BatchGetImage",
                "ecr:CompleteLayerUpload",
                "ecr:DescribeImages",
                "ecr:DescribeRepositories",
                "ecr:UploadLayerPart",
                "ecr:ListImages",
                "ecr:InitiateLayerUpload",
                "ecr:BatchCheckLayerAvailability",
                "ecr:PutImage"
            ],
            "Resource": "arn:aws:ecr:*:*:repository/sagemaker*"
        }

Thank you!. I was struggling with issue. Just updated the repo name in the policy and issue resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants