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 update OR Run following command from a Command Prompt/Terminal on the host: docker exec katalon apt-get update. Expected Behavior: apt-get update executes and completes without errors. Actual Behavior: apt-get update command fails with errors as shown in log below.
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [99.8 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Ign:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Ign:2 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [99.8 kB]
Ign:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [97.4 kB]
Ign:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
Fetched 544 kB in 1s (347 kB/s)
Reading package lists...
**_E: The method driver /usr/lib/apt/methods/https could not be found.
W: GPG error: http://security.ubuntu.com/ubuntu xenial-security InRelease: At least one invalid signature was encountered.
W: The repository 'http://security.ubuntu.com/ubuntu xenial-security InRelease' is not signed.
W: GPG error: http://archive.ubuntu.com/ubuntu xenial InRelease: At least one invalid signature was encountered.
W: The repository 'http://archive.ubuntu.com/ubuntu xenial InRelease' is not signed.
W: GPG error: http://archive.ubuntu.com/ubuntu xenial-updates InRelease: At least one invalid signature was encountered.
W: The repository 'http://archive.ubuntu.com/ubuntu xenial-updates InRelease' is not signed.
W: GPG error: http://archive.ubuntu.com/ubuntu xenial-backports InRelease: At least one invalid signature was encountered.
W: The repository 'http://archive.ubuntu.com/ubuntu xenial-backports InRelease' is not signed.
E: Failed to fetch https://dl.google.com/linux/chrome/deb/dists/stable/InRelease
E: Some index files failed to download. They have been ignored, or old ones used instead._**
Attempt to fix the first error (by installing the missing driver package) fails due to an issue with apt-get install - this is logged as Issue #128.
Reason for trying to execute this command: Trying to install 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
Expected Behavior: apt-get update executes and completes without errors.
Actual Behavior: apt-get update command fails with errors as shown in log below.
Attempt to fix the first error (by installing the missing driver package) fails due to an issue with apt-get install - this is logged as Issue #128.
Reason for trying to execute this command: Trying to install 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: