diff --git a/Makefile b/Makefile index f98869e61..ba4c22a0e 100644 --- a/Makefile +++ b/Makefile @@ -217,11 +217,11 @@ docsgen-openrpc-boost: docsgen-openrpc-bin ## DOCKER IMAGES docker_user?=filecoin -lotus_version?=v1.25.0 +lotus_version?=v1.26.0-rc1 ffi_from_source?=0 build_lotus?=0 build_boost?=1 -boost_version?=v2.1.0-rc2 +boost_version?=v2.2.0-rc1 ifeq ($(build_boost),1) #v1: build boost images currently checked out branch boost_build_cmd=docker/boost diff --git a/docker/Dockerfile.yugabyte b/docker/Dockerfile.yugabyte index 9db2d9b09..ad830fe9e 100644 --- a/docker/Dockerfile.yugabyte +++ b/docker/Dockerfile.yugabyte @@ -5,8 +5,8 @@ RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org| RUN yum upgrade -y RUN yum install procps-ng wget libatomic python39 -y RUN alternatives --set python /usr/bin/python3 -RUN arch=$(arch | sed s/aarch64/el8-aarch64/ | sed s/x86_64/linux-x86_64/) && wget "https://downloads.yugabyte.com/releases/2.17.2.0/yugabyte-2.17.2.0-b216-${arch}.tar.gz" -O /tmp/yugabyte.tar.gz +RUN arch=$(arch | sed s/aarch64/el8-aarch64/ | sed s/x86_64/linux-x86_64/) && wget "https://downloads.yugabyte.com/releases/2.20.2.0/yugabyte-2.20.2.0-b145-${arch}.tar.gz" -O /tmp/yugabyte.tar.gz RUN tar xvfz /tmp/yugabyte.tar.gz -RUN ln -s /yugabyte-2.17.2.0 /yugabyte +RUN ln -s /yugabyte-2.20.2.0 /yugabyte RUN /yugabyte/bin/post_install.sh CMD /yugabyte/bin/yugabyted start --daemon=false --ui=false