You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/22 15:51:20 UTC

[commons-crypto] branch sebb-docker updated: Fix up comments

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

sebb pushed a commit to branch sebb-docker
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/sebb-docker by this push:
     new 3226531  Fix up comments
3226531 is described below

commit 32265315ae0e2ef9ed19cfc9c07c2994df86aad9
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 22 16:51:10 2022 +0100

    Fix up comments
---
 src/docker/Dockerfile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/docker/Dockerfile b/src/docker/Dockerfile
index 60b190e..752b8d6 100644
--- a/src/docker/Dockerfile
+++ b/src/docker/Dockerfile
@@ -13,12 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# This file runs builds for the Linux-x86_64, Linux aarch64, Linux-arm, Linux-armfh and Win64 
-# architectures.  It copies the contents of the build host's project directory (commons-crypto) 
-# into the docker image, builds and tests the x86_64 build natively, and then cross compiles the 
-# remaining builds.  If you run this script from a Mac after a successful Mac build, the build in  
-# the resuing Docker image will also include the Mac build by virtue of the initial project directory
-# copy.
+# This file creates a Docker image for use in building various native binaries
+# for Linux 64-bit and 32-bit, and Windows 64-bit and 32-bit.
+# See the README for further details.
 
 FROM ubuntu:18.04