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
Launch container based on latest image of katalonstudio/katalon on Docker Hub: docker run -it --pull missing --name katalon -d katalonstudio/katalon:latest
Run following command from the CLI of the container: apt-get install <package name> OR Run following command from a Command Prompt/Terminal on the host: docker exec katalon apt-get install <package name>.
Expected Behavior: Package specified in is successfully installed without errors.
Actual Behavior: apt-get install command fails with errors as shown in log below.
root@8f1eceea2e2c:/# apt-get install apt-transport-https ca-certificates
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (20210119~16.04.1).
The following NEW packages will be installed:
apt-transport-https
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 26.6 kB of archives.
After this operation, 217 kB of additional disk space will be used.
**E: You don't have enough free space in /var/cache/apt/archives/.**
Notes:
Output of df /var/cache/apt/archives yields following:
Filesystem 1K-blocks Used Available Use% Mounted on
overlay 65792556 63281680 **0** 100% /
Host OS is Windows 10 with 8 GB available host disk space.
Issue occurs regardless of the package being installed (also tried sudo, iputils-ping and telnet).
Reason for trying to execute this command: Trying to install ping (iputils-ping) and telnet on the container to troubleshoot/diagnose connectivity issues with container running web service under test.
The text was updated successfully, but these errors were encountered:
Steps to repro:
docker run -it --pull missing --name katalon -d katalonstudio/katalon:latest
apt-get install <package name>
OR Run following command from a Command Prompt/Terminal on the host:docker exec katalon apt-get install <package name>
.Expected Behavior: Package specified in is successfully installed without errors.
Actual Behavior: apt-get install command fails with errors as shown in log below.
Notes:
df /var/cache/apt/archives
yields following:Reason for trying to execute this command: Trying to install ping (iputils-ping) and telnet on the container to troubleshoot/diagnose connectivity issues with container running web service under test.
The text was updated successfully, but these errors were encountered: