You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ed...@apache.org on 2021/10/01 23:20:56 UTC

[cassandra-builds] branch trunk updated: Install lsof and update the README file patch by Ekaterina Dimitrova; reviewed by Brandon Williams, Michael Semb Wever for CASSANDRA-16981

This is an automated email from the ASF dual-hosted git repository.

edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f42088d  Install lsof and update the README file patch  by Ekaterina Dimitrova; reviewed by Brandon Williams, Michael Semb Wever for CASSANDRA-16981
f42088d is described below

commit f42088d5e42d5aaaba3d272e58620a868e349fe8
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Sun Sep 26 13:18:36 2021 -0400

    Install lsof and update the README file
    patch  by Ekaterina Dimitrova; reviewed by Brandon Williams, Michael Semb Wever for CASSANDRA-16981
---
 docker/testing/README.md             | 1 +
 docker/testing/ubuntu2004_j11.docker | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docker/testing/README.md b/docker/testing/README.md
index 96ce247..1baaaf2 100644
--- a/docker/testing/README.md
+++ b/docker/testing/README.md
@@ -29,6 +29,7 @@ Caching image:
 Please make sure to always tag also by date, so we can go back to that version in case anything breaks after the next update!
 
 We are using Docker Hub for storing published images. See [Quick Start Guide](https://docs.docker.com/docker-hub/) on how to setup docker.
+To push the image you will need to use your own Docker Hub account and open an Apache Jira ticket to Infra to add your account to the apache organization.
 
 ## Updating circleci.yml
 
diff --git a/docker/testing/ubuntu2004_j11.docker b/docker/testing/ubuntu2004_j11.docker
index 14bba2a..19521bb 100644
--- a/docker/testing/ubuntu2004_j11.docker
+++ b/docker/testing/ubuntu2004_j11.docker
@@ -21,7 +21,8 @@ RUN echo 'APT::Acquire::Retries "9";' > /etc/apt/apt.conf.d/80-retries
 
 RUN export DEBIAN_FRONTEND=noninteractive && \
     apt-get update && \
-    apt-get install -y --no-install-recommends software-properties-common apt-utils vim
+    apt-get install -y --no-install-recommends software-properties-common apt-utils vim && \
+    apt-get install -y lsof
 
 RUN export DEBIAN_FRONTEND=noninteractive && \
     add-apt-repository -y ppa:deadsnakes/ppa && \

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org