Replies: 2 comments 1 reply
-
slim.report.json btw
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Same issue here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I have a problem, I have no idea even what to try to solve it, for some reason docker-slim can't detect local image, any help is welcome!
aitalent@AITalent-M1402IA:~/snap/code/streamlit_app$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
streamlit_room_detect_app latest 17681b1d12ac 18 hours ago 6.12GB
dslim/slim latest d3b74eb20a91 12 days ago 54.9MB
aitalent@AITalent-M1402IA:~/snap/code/streamlit_app$ docker-slim build --target streamlit_room_detect_app --tag streamlit_room_detect_app_slim
cmd=build info=param.http.probe message='using default probe'
cmd=build state=started
cmd=build info=params target.type='image' target.image='streamlit_room_detect_app' continue.mode='probe' rt.as.user='true' keep.perms='true' tags='streamlit_room_detect_app_slim' image-build-engine='internal'
cmd=build info=target.image.error status='image.not.found' image='streamlit_room_detect_app' message='make sure the target image already exists locally (use --pull flag to auto-download it from registry)'
cmd=build state=exited code=16777218
cmd=build info=report file='slim.report.json'
app='slim' message='GitHub Discussions' info='https://github.com/slimtoolkit/slim/discussions'
app='slim' message='Join the CNCF Slack channel to ask questions or to share your feedback' info='https://cloud-native.slack.com/archives/C059QP1RH1S'
app='slim' message='Join the Discord server to ask questions or to share your feedback' info='https://discord.gg/9tDyxYS'
app='slim' message='Join the Gitter channel to ask questions or to share your feedback' info='https://gitter.im/docker-slim/community'
Beta Was this translation helpful? Give feedback.
All reactions