forked from mysql/mysql-docker
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from logicalclocks/release-0.5
RONDB-665: Merge 0.5 upstream
- Loading branch information
Showing
5 changed files
with
47 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
VERSION="$(< "./VERSION" sed -e 's/^[[:space:]]*//')" | ||
RONDB_IMAGE_NAME=rondb-standalone:22.10.3 | ||
RONDB_VERSION=22.10.3 | ||
RONDB_TARBALL_URI=https://repo.hops.works/master/rondb-22.10.3-linux-glibc2.28-arm64_v8.tar.gz | ||
|
||
docker buildx build . \ | ||
--tag $RONDB_IMAGE_NAME \ | ||
--build-arg RONDB_VERSION=$RONDB_VERSION-$VERSION \ | ||
--build-arg RONDB_TARBALL_LOCAL_REMOTE=remote \ | ||
--build-arg RONDB_ARM_TARBALL_URI=$RONDB_TARBALL_URI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters