Skip to content

Commit

Permalink
Update from revision c47a773b97f9e45b2760caaee4ad24aa6d5c9b69
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinity-bot committed Aug 5, 2021
1 parent a0c8c9a commit 074feaa
Show file tree
Hide file tree
Showing 184 changed files with 7,188 additions and 3,928 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ All code of the Internet Computer is be licensed under the Apache 2.0 license, e
few components licensed under the http://dfinity.org/licenses/IC-1.0[Internet Computer Community
Source License] and http://dfinity.org/licenses/IC-shared-1.0[Internet Computer Shared Community Source License] which are more restrictive than the Apache 2.0 license to protect the Intellectual Property (IP) of the DFINITY Foundation.

While we adapt our development processes and security reviews for a world of developing with our code in the open, we are not accepting any pull requests at this time. For now, please join our developer community at https://forum.dfinity.org. If you discover any bugs and vulnerabilities, alert us by email at bugs@dfinity.org. Please do not submit any third party code - only textual descriptions. Any comments, suggestions and recommendations you submit to us will be assigned to the DFINITY Foundation.
While we adapt our development processes and security reviews for a world of developing with our code in the open, we are not accepting any pull requests at this time. For now, please join our developer community at https://forum.dfinity.org. If you discover any bugs and vulnerabilities, please follow the procedure at https://dfinity.org/vulnerability-disclosure-program/.
23 changes: 10 additions & 13 deletions gitlab-ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:20.04
ARG rust_version=1.52.1
# make sure the motoko_version corresponds to the same version in nix/sources.json
ARG motoko_version=0.5.10
ARG sdk_version=0.7.0-beta.5
ARG sdk_version=0.7.7

# The image expects the following volumes mounted from the host:
# /cache - holding the sccache artifacts
Expand All @@ -23,23 +23,24 @@ RUN groupadd -g 1003 docker-1003

RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
apt -yq update && \
apt -yqq install git openssh-client curl xz-utils time parallel net-tools && \
apt -yqq install --no-install-recommends \
git openssh-client curl xz-utils time parallel net-tools \
apt-transport-https ca-certificates curl gnupg lsb-release && \
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && \
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && \
apt -yq update && \
apt -yqq install --no-install-recommends \
build-essential pkg-config libssl-dev llvm-10-dev llvm-dev liblmdb-dev clang-10 cmake libbz2-dev \
lldb libclang-10-dev liblz4-dev librocksdb-dev libsnappy-dev libzstd-dev vim emacs nano jq \
zip unzip rclone rsync bc csmith gcc lld lld-10 libc++-10-dev protobuf-compiler libprotobuf-dev \
libcsmith-dev \
sqlite3 libsqlite3-dev \
qemu-system-x86 ovmf \
iproute2 \
dosfstools mtools fakeroot faketime android-sdk-ext4-utils policycoreutils \
python3 python3-requests python3-pip python3-gflags python3-cbor \
shellcheck sudo

RUN apt -y install apt-transport-https ca-certificates curl gnupg lsb-release && \
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && \
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null && \
apt-get update && \
apt -y install docker-ce-cli
shellcheck sudo docker-ce-cli \
asciidoctor plantuml graphviz cpio && gem install asciidoctor-diagram rouge

# Add the `ubuntu` user, and the required folders
RUN useradd -ms /bin/bash -u 1000 ubuntu && \
Expand Down Expand Up @@ -112,10 +113,6 @@ RUN curl --fail -L -o /usr/bin/dumb-init \
https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64 && \
chmod +x /usr/bin/dumb-init

# Install the go-jira CLI
RUN V=v1.0.27; curl --fail -L https://github.com/go-jira/jira/releases/download/$V/jira-linux-amd64 -o /usr/bin/jira && \
chmod +x /usr/bin/jira

RUN /usr/bin/pip3 install ansible==2.10.7 gitpython pre-commit honeycomb-beeline junit-xml paramiko python-gitlab libhoney

USER 1000
Expand Down
2 changes: 1 addition & 1 deletion gitlab-ci/docker/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-06-17-d3640f2560
2021-07-28-568c27e8d6
Loading

0 comments on commit 074feaa

Please sign in to comment.