So there's a minor issue with vdat-docker its more of annoyance and I'm not sure how to solve at the moment and it is is the following:
docker pull ghcr.io/trackyverse/vdat
it downloads an image that 1.3-1.4 Gb in size but then when you run
./vdat.sh Fathom_Installer.msi
or
./vdat.sh --help
it re downloads and says the image is out of date - the image size then goes up to 3.4 Gb. I'm assuming that it is downloading both arm64 and amd64 images. Once it does this it runs completely fine.
The bash lines that seem to be reinitiating this are the following
|
ghcr.io/trackyverse/vdat sh -c \ |
and
|
ghcr.io/trackyverse/vdat sh -c "$VDAT_CMD" |
So there's a minor issue with vdat-docker its more of annoyance and I'm not sure how to solve at the moment and it is is the following:
docker pull ghcr.io/trackyverse/vdatit downloads an image that 1.3-1.4 Gb in size but then when you run
./vdat.sh Fathom_Installer.msior
./vdat.sh --helpit re downloads and says the image is out of date - the image size then goes up to 3.4 Gb. I'm assuming that it is downloading both arm64 and amd64 images. Once it does this it runs completely fine.
The bash lines that seem to be reinitiating this are the following
vdat-docker/vdat.sh
Line 25 in 262ab27
and
vdat-docker/vdat.sh
Line 99 in 262ab27