mirror of
https://github.com/OpenSPG/openspg.git
synced 2026-01-06 04:12:20 +00:00
feat(release): release 0.0.3-beta1 (#190)
This commit is contained in:
parent
64dac567b2
commit
508f3e0a81
@ -1,22 +0,0 @@
|
||||
# Copyright 2023 OpenSPG Authors
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||
# in compliance with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
# or implied.
|
||||
|
||||
# for amd64
|
||||
docker build -f Dockerfile --platform linux/amd64 --push \
|
||||
-t openspg/openspg-mysql-amd64:0.0.2-beta1 \
|
||||
-t openspg/openspg-mysql-amd64:latest \
|
||||
.
|
||||
|
||||
# for arm64-v8
|
||||
docker build -f Dockerfile --platform linux/arm64/v8 --push \
|
||||
-t openspg/openspg-mysql-arm64v8:0.0.2-beta1 \
|
||||
-t openspg/openspg-mysql-arm64v8:latest \
|
||||
.
|
||||
@ -10,6 +10,6 @@
|
||||
# or implied.
|
||||
|
||||
docker buildx build -f Dockerfile --platform linux/arm64/v8,linux/amd64 --push \
|
||||
-t openspg/openspg-mysql:0.0.2-beta1 \
|
||||
-t openspg/openspg-mysql:0.0.3-beta1 \
|
||||
-t openspg/openspg-mysql:latest \
|
||||
.
|
||||
|
||||
@ -11,12 +11,6 @@
|
||||
|
||||
# for amd64
|
||||
docker build -f Dockerfile --platform linux/amd64 --push \
|
||||
-t openspg/openspg-python-amd64:0.0.2-beta2 \
|
||||
-t openspg/openspg-python-amd64:latest \
|
||||
.
|
||||
|
||||
# for arm64-v8
|
||||
docker build -f Dockerfile --platform linux/arm64/v8 --push \
|
||||
-t openspg/openspg-python-arm64v8:0.0.2-beta2 \
|
||||
-t openspg/openspg-python-arm64v8:latest \
|
||||
-t openspg/openspg-python:0.0.3-beta1 \
|
||||
-t openspg/openspg-python:latest \
|
||||
.
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
# Copyright 2023 OpenSPG Authors
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||
# in compliance with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
# or implied.
|
||||
|
||||
docker buildx build -f Dockerfile --platform linux/amd64 --push \
|
||||
-t openspg/openspg-python:0.0.2-beta5 \
|
||||
-t openspg/openspg-python:latest \
|
||||
.
|
||||
@ -1,14 +0,0 @@
|
||||
# Copyright 2023 OpenSPG Authors
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||
# in compliance with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
# or implied.
|
||||
|
||||
docker pull openspg/openspg-python:latest
|
||||
|
||||
docker run --rm --net=host -it openspg/openspg-python:latest "/bin/bash"
|
||||
@ -1,22 +0,0 @@
|
||||
# Copyright 2023 OpenSPG Authors
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||
# in compliance with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
# or implied.
|
||||
|
||||
# for amd64
|
||||
docker build -f Dockerfile --platform linux/amd64 --push \
|
||||
-t openspg/openspg-server-amd64:0.0.2-beta2 \
|
||||
-t openspg/openspg-server-amd64:latest \
|
||||
.
|
||||
|
||||
# for arm64-v8
|
||||
docker build -f Dockerfile --platform linux/arm64/v8 --push \
|
||||
-t openspg/openspg-server-arm64v8:0.0.2-beta2 \
|
||||
-t openspg/openspg-server-arm64v8:latest \
|
||||
.
|
||||
@ -10,6 +10,6 @@
|
||||
# or implied.
|
||||
|
||||
docker buildx build -f Dockerfile --platform linux/arm64/v8,linux/amd64 --push \
|
||||
-t openspg/openspg-server:0.0.2-beta2 \
|
||||
-t openspg/openspg-server:0.0.3-beta1 \
|
||||
-t openspg/openspg-server:latest \
|
||||
.
|
||||
|
||||
@ -1 +1 @@
|
||||
0.0.2-beta5
|
||||
0.0.3-beta1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
__package_name__ = "openspg-knext"
|
||||
__version__ = "0.0.2-beta5"
|
||||
__version__ = "0.0.3-beta1"
|
||||
|
||||
from knext.common.env import init_env
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
0.0.2-beta3
|
||||
0.0.3-beta1
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
|
||||
|
||||
__package_name__ = "openspg-nn4k"
|
||||
__version__ = "0.0.2-beta3"
|
||||
__version__ = "0.0.3-beta1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user