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
Firstly python is not linked as python3, simple fix is to change the line in 0-test-compile.sh to: python3 -m py_compile packages/*-SAMPLE_CODE-1.0/application.py
Secondly 3-build-container.sh is failing on the gzip command somewhere:
=> => naming to docker.io/library/code_asset 0.0s
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
docker export --output=code_asset.tar $(docker create code_asset:latest)
WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
gzip -9 code_asset.tar
gzip: code_asset.tar.gz: Operation not permitted
gzip: code_asset.tar.gz: Operation not permitted
Error while compressing the exported docker tar file
The text was updated successfully, but these errors were encountered:
Following the instructions found here.
Firstly python is not linked as python3, simple fix is to change the line in 0-test-compile.sh to:
python3 -m py_compile packages/*-SAMPLE_CODE-1.0/application.py
Secondly 3-build-container.sh is failing on the gzip command somewhere:
The text was updated successfully, but these errors were encountered: