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
docker run --rm criteord/cassandra_exporter:2.3.5 apt show perl-base | grep Version:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Version: 5.28.1-6
How to fix:
$ docker run --rm criteord/cassandra_exporter:2.3.5 sh -c 'apt update ; apt install perl-base; apt show perl-base | grep Version:'
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://security.debian.org/debian-security buster/updates/main amd64 Packages [218 kB]
Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
Fetched 8372 kB in 7s (1147 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
11 packages can be upgraded. Run 'apt list --upgradable' to see them.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
Suggested packages:
perl sensible-utils
The following packages will be upgraded:
perl-base
1 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Need to get 1514 kB of archives.
After this operation, 12.3 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 perl-base amd64 5.28.1-6+deb10u1 [1514 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1514 kB in 2s (955 kB/s)
(Reading database ... 6929 files and directories currently installed.)
Preparing to unpack .../perl-base_5.28.1-6+deb10u1_amd64.deb ...
Unpacking perl-base (5.28.1-6+deb10u1) over (5.28.1-6) ...
Setting up perl-base (5.28.1-6+deb10u1) ...
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Version: 5.28.1-6+deb10u1
Thank you.
The text was updated successfully, but these errors were encountered:
root@5a8fad2621a5:/# apt-cache madison perl-base
perl-base | 5.28.1-6+deb10u1 | http://deb.debian.org/debian buster/main amd64 Packages
root@5a8fad2621a5:/# apt show perl-base | grep Version:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Version: 5.28.1-6+deb10u1
Hello, could you please build new image with latest perl-base version?
Latest image has vulnerable perl package (see - https://security-tracker.debian.org/tracker/CVE-2020-12723 , https://security-tracker.debian.org/tracker/CVE-2020-10543):
How to fix:
Thank you.
The text was updated successfully, but these errors were encountered: