Skip to content

Commit 75a7e13

Browse files
committed
docker: Bump Oasis Core to 25.5 and CLI to 0.16.0
This matches current Mainnet parameters.
1 parent 7a59fcf commit 75a7e13

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docker/emerald-localnet/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM golang:1.25.0 AS oasis-web3-gateway
44
COPY . /go/oasis-web3-gateway
55
RUN cd oasis-web3-gateway && make && strip -S -x oasis-web3-gateway
66

7-
FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.2.x AS oasis-core-dev
7+
FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.5.x AS oasis-core-dev
88

99
ARG NEXUS_VERSION=0.6.13
1010
RUN wget https://github.com/oasisprotocol/nexus/releases/download/v${NEXUS_VERSION}/oasis_nexus_${NEXUS_VERSION}_linux_amd64.tar.gz \
@@ -46,7 +46,7 @@ RUN git clone ${EXPLORER_REPO} explorer --depth 1 \
4646

4747

4848
# Build emerald-localnet
49-
FROM postgres:16-bookworm
49+
FROM docker.io/postgres:16-bookworm
5050
RUN apt update && apt install -y bash libseccomp2 unzip jq binutils curl wget nginx && apt clean \
5151
&& su -c "POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres /usr/local/bin/docker-entrypoint.sh postgres &" postgres \
5252
# Explorer frontend deps.
@@ -63,8 +63,8 @@ RUN apt update && apt install -y bash libseccomp2 unzip jq binutils curl wget ng
6363
&& rm -f /etc/apt/keyrings/envoy-keyring.gpg
6464

6565
# Docker-specific variables
66-
ENV OASIS_CORE_VERSION=25.3
67-
ENV OASIS_CLI_VERSION=0.13.4
66+
ENV OASIS_CORE_VERSION=25.5
67+
ENV OASIS_CLI_VERSION=0.16.0
6868
ENV PARATIME_VERSION=11.0.0-testnet
6969
ENV PARATIME_NAME=emerald
7070
ENV GATEWAY__CHAIN_ID=0xa514

docker/sapphire-localnet/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG PARATIME_VERSION=1.0.0-testnet
22
ARG PARATIME_NAME=sapphire
33

4-
FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.4.x AS oasis-core-dev
4+
FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.5.x AS oasis-core-dev
55

66
ARG PARATIME_VERSION
77
ARG PARATIME_NAME
@@ -11,10 +11,10 @@ ARG PARATIME_NAME
1111
# variant.
1212
# Note that the simple keymanager is always freshly built because we need to
1313
# specify different build options from what is in the release version.
14-
ARG OASIS_CORE_SIMPLE_KM_BRANCH=stable/25.4.x
15-
ARG OASIS_CORE_VERSION=25.4
14+
ARG OASIS_CORE_SIMPLE_KM_BRANCH=stable/25.5.x
15+
ARG OASIS_CORE_VERSION=25.5
1616
#ARG OASIS_CORE_BRANCH=stable/24.3.x
17-
ARG OASIS_CLI_VERSION=0.14.2
17+
ARG OASIS_CLI_VERSION=0.16.0
1818
#ARG OASIS_CLI_BRANCH=master
1919
ARG OASIS_WEB3_GATEWAY_BRANCH=v5.3.0
2020
#ARG OASIS_WEB3_GATEWAY_VERSION=main
@@ -154,7 +154,7 @@ RUN set -e; \
154154

155155

156156
# Build sapphire-localnet
157-
FROM postgres:16-bookworm
157+
FROM docker.io/postgres:16-bookworm
158158

159159
# Docker-specific variables.
160160
ARG PARATIME_VERSION

0 commit comments

Comments
 (0)