microscaling / microbadger

What's inside your Docker containers?
Other
159 stars 17 forks source link

Microbadger output includes non-docker artifacts #63

Open dundir opened 5 years ago

dundir commented 5 years ago

When using microbadger to view public docker images, I've noticed a few docker incompatible artifacts cropping up (at least incompatible with the current stable docker package). I couldn't find any documentation mentioning or clarifying the output.

An example of these artifacts can be found in the rocm/tensorflow repo on dockerhub and appears to have the following dockerfile-like syntax

RUN |2 (ENV Var#1=something) (ENV Var#2=something else) (command)

Where the |# is repeated for each command(layer) and seems to indicate the number of environmental variables associated with the command.