chore: first build
@@ -0,0 +1,8 @@
|
||||
# Garage Web UI Screenshots
|
||||
|
||||
[](img/home.png)
|
||||
[](img/cluster.png)
|
||||
[](img/buckets.png)
|
||||
[](img/buckets-overview.png)
|
||||
[](img/buckets-permissions.png)
|
||||
[](img/keys.png)
|
||||
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
IMAGE_NAME="khairul169/garage-webui"
|
||||
PACKAGE_VERSION=$(cat package.json | grep \"version\" | cut -d'"' -f 4)
|
||||
|
||||
echo "Building version $PACKAGE_VERSION"
|
||||
|
||||
docker buildx build --platform linux/amd64,linux/arm64 \
|
||||
-t "$IMAGE_NAME:latest" -t "$IMAGE_NAME:$PACKAGE_VERSION" --push .
|
||||
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 208 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 39 KiB |