[
https://issues.apache.org/jira/browse/GEODE-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269732#comment-16269732
]
ASF GitHub Bot commented on GEODE-4023:
---------------------------------------
metatype commented on a change in pull request #1095: GEODE-4023: Add
precheckin tests to pipeline.
URL: https://github.com/apache/geode/pull/1095#discussion_r153656797
##########
File path: ci/docker/Dockerfile
##########
@@ -16,7 +16,19 @@
FROM apachegeode/geode-build
ENTRYPOINT []
-# Setup Google APT repository
+RUN apt-get update
+RUN apt-get install -y apt-transport-https ca-certificates aptitude
+RUN apt-key adv --keyserver hkp://pgp.mit.edu --recv-keys
58118E89F3A912897C070ADBF76221572C52609D
+
+# Setup Docker
+ADD docker.list /etc/apt/sources.list.d/
+RUN apt-get update
+RUN apt-get purge lxc-docker
+RUN apt-get install -y golang cgroupfs-mount docker-engine
+
+# Setup utilities
+RUN apt-get install -y jq unzip vim htop
+# Setup Google APT repository and install packages
RUN apt-get update && \
Review comment:
Any reason not merge all the `apt-get update ... install` into one layer?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add precheckin tests to concourse pipeline
> ------------------------------------------
>
> Key: GEODE-4023
> URL: https://issues.apache.org/jira/browse/GEODE-4023
> Project: Geode
> Issue Type: Improvement
> Components: ci
> Reporter: Sean Goller
>
> Improve the Geode Concourse pipeline by adding those tests run by the
> `precheckin` gradle target.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)