From 641a4d6d6fa995f03aab57d11233eb5e0c955841 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 30 Jul 2024 17:21:35 +0200 Subject: [PATCH] Bump version to 100 --- Makefile | 2 +- builders/Makefile | 2 +- builders/README.md | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 82591b464..97350d676 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all build build-rust build-go test # Builds the Rust library libwasmvm -BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0020-dev +BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0100 # Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library # This image is currently not published. ALPINE_TESTER := cosmwasm/alpine-tester:local diff --git a/builders/Makefile b/builders/Makefile index f460837e5..12313772f 100644 --- a/builders/Makefile +++ b/builders/Makefile @@ -1,6 +1,6 @@ # Versioned by a simple counter that is not bound to a specific CosmWasm version # See builders/README.md -BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0020-dev +BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0100 .PHONY: docker-image-debian docker-image-debian: diff --git a/builders/README.md b/builders/README.md index 61c2fc093..a161fef7b 100644 --- a/builders/README.md +++ b/builders/README.md @@ -16,13 +16,15 @@ any machine that can run Docker can do the cross-compilation. See those DockerHub repos for all available versions of the builder images. -- From 0020: https://hub.docker.com/r/cosmwasm/libwasmvm-builder/tags -- Until 0019: https://hub.docker.com/r/cosmwasm/go-ext-builder/tags +- From version 0100: https://hub.docker.com/r/cosmwasm/libwasmvm-builder/tags +- Before version 0100: https://hub.docker.com/r/cosmwasm/go-ext-builder/tags ## Changelog **Unreleased** +**Version 0100:** + - Rename builder image from cosmwasm/go-ext-builder to cosmwasm/libwasmvm-builder - Replace CentOS with Debian image for GNU linux builds