Skip to content

Commit

Permalink
update devnet versions (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr authored Mar 6, 2024
1 parent 7d2bd05 commit b30e28d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.yugabyte
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b30e28d

Please sign in to comment.