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
Hi, when trying to build docker image I got an error that is (I think) caused by lack of backward compatibility between the builder image (clearlinux:latest) and the pinned version Clear Linux that we are trying to install (CLEAR_VERSION=41780).
I presume there must have been some change introduced to the clearlinux:latest since you last updated the Dockerfile, which makes it incompatible with the OS version 41780. After I changed to CLEAR_VERSION=42950 the build succeeded.
$ perl tests/vcf2maf.t
1..6
ok 1
ok 2
STATUS: Running VEP and writing to: tests/test_b38.vep.vcf
ok 3
ok 4
STATUS: Running VEP and writing to: tests/test_b38.vep.vcf
ok 5
ok 6
$ perl tests/vcf2vcf.t
1..4
ok 1
ok 2
ok 3
ok 4
$ perl tests/maf2vcf.t
1..4
ok 1
ok 2
ok 3
ok 4
Hi, when trying to build docker image I got an error that is (I think) caused by lack of backward compatibility between the builder image (clearlinux:latest) and the pinned version Clear Linux that we are trying to install (CLEAR_VERSION=41780).
I presume there must have been some change introduced to the clearlinux:latest since you last updated the Dockerfile, which makes it incompatible with the OS version 41780.
After I changed to CLEAR_VERSION=42950 the build succeeded.
Here's the error.
I can create a PR, but could you first check if the problem is reproducible at your end?
The text was updated successfully, but these errors were encountered: