fisco-gitlink (v2.2)

Published 2024-11-16 10:01:00 +08:00 by xxq250

Installation

docker pull gitlink.org.cn/gitlink/fisco-gitlink:v2.2
sha256:fe7433c490c4d3ae2e5bfd4080417d7130f7e14614fdc6eae2e55598137067f2

Image Layers

ADD file:b3ebbe8bd304723d43b7b44a6d990cd657b63d93d6a2a9293983a30bfc1dfa53 in /
LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00
CMD ["/bin/bash"]
ENV http_proxy=http://172.20.32.253:3128
ENV https_proxy=http://172.20.32.253:3128
RUN /bin/sh -c curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo # buildkit
RUN /bin/sh -c yum update -y && yum install -y openssl openssl-devel wget git net-tools java java-devel # buildkit
RUN /bin/sh -c cd ~ && mkdir -p fisco && cd fisco # buildkit
WORKDIR /root/fisco
COPY build_chain.sh /root/fisco/ # buildkit
COPY console /root/fisco/console # buildkit
COPY start.sh /root/fisco/ # buildkit
RUN /bin/sh -c bash build_chain.sh -l 127.0.0.1:4 -p 30300,20200,8545 # buildkit
RUN /bin/sh -c wget https://golang.google.cn/dl/go1.22.5.linux-amd64.tar.gz # buildkit
RUN /bin/sh -c tar xfz go1.22.5.linux-amd64.tar.gz -C /usr/local/ # buildkit
RUN /bin/sh -c git clone https://gitlink.org.cn/xxq250/trustie-fisco-bcos.git # buildkit
ENV GO_HOME=/usr/local/go
ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV GOPROXY=https://goproxy.cn,direct
RUN /bin/sh -c cd /root/fisco/trustie-fisco-bcos && go mod tidy # buildkit
RUN /bin/sh -c unset http_proxy && unset https_proxy # buildkit
bash /root/fisco/start.sh

Labels

Key Value
org.label-schema.build-date 20201113
org.label-schema.license GPLv2
org.label-schema.name CentOS Base Image
org.label-schema.schema-version 1.0
org.label-schema.vendor CentOS
org.opencontainers.image.created 2020-11-13 00:00:00+00:00
org.opencontainers.image.licenses GPL-2.0-only
org.opencontainers.image.title CentOS Base Image
org.opencontainers.image.vendor CentOS
Details
Container
2024-11-16 10:01:00 +08:00
0
OCI / Docker
linux/amd64
GPL-2.0-only
665 MiB
Versions (1) View all
v2.2 2024-11-16