Skip to content

Commit 1484e02

Browse files
authored
Merge pull request #799 from oasisprotocol/ptrus/feature/bump-versions
feat(docker): Bump locanet versions
2 parents 7a59fcf + ef52416 commit 1484e02

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docker/emerald-localnet/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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.6.x AS oasis-core-dev
88

9-
ARG NEXUS_VERSION=0.6.13
9+
ARG NEXUS_VERSION=0.7.17
1010
RUN wget https://github.com/oasisprotocol/nexus/releases/download/v${NEXUS_VERSION}/oasis_nexus_${NEXUS_VERSION}_linux_amd64.tar.gz \
1111
&& tar -zxvf oasis_nexus_${NEXUS_VERSION}_linux_amd64.tar.gz \
1212
&& strip -S -x /oasis_nexus_${NEXUS_VERSION}_linux_amd64/nexus \
@@ -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.6
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG PARATIME_VERSION=1.0.0-testnet
1+
ARG PARATIME_VERSION=1.1.2-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.6.x AS oasis-core-dev
55

66
ARG PARATIME_VERSION
77
ARG PARATIME_NAME
@@ -11,19 +11,19 @@ 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.6.x
15+
ARG OASIS_CORE_VERSION=25.6
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
19-
ARG OASIS_WEB3_GATEWAY_BRANCH=v5.3.0
19+
ARG OASIS_WEB3_GATEWAY_BRANCH=v5.3.4
2020
#ARG OASIS_WEB3_GATEWAY_VERSION=main
2121
#ARG OASIS_SAPPHIRE_PARATIME_BRANCH=main
2222

23-
ARG NEXUS_VERSION=0.7.10
23+
ARG NEXUS_VERSION=0.7.17
2424
# ARG NEXUS_BRANCH=main
2525

26-
ARG EXPLORER_BRANCH=v1.23.2
26+
ARG EXPLORER_BRANCH=v1.24.2
2727

2828
COPY docker/common /out
2929
COPY tests/tools/* /out/
@@ -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)