Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/upd_base_img_to_v0.14.04 -> release/v0.12.25 #572

Merged
merged 2 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id-token: write
pull-requests: write
container:
image: ghcr.io/kiracore/docker/base-image:v0.14.03
image: ghcr.io/kiracore/docker/base-image:v0.14.04
steps:
# Work around https://github.com/actions/checkout/issues/760
- name: Add safe.directory
Expand Down
3 changes: 1 addition & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Features:

* Update app.toml configuration
* Add app.toml grpc setting
* Update base-image to `v0.14.04`

2 changes: 1 addition & 1 deletion docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker rm -f $(docker ps -a -q) && \
# echo $(globGet BASE_IMAGE_SRC)

BASE_NAME="test" && \
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.14.03" && \
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.14.04" && \
docker run -i -t -d --privileged --net bridge --name $BASE_NAME --hostname test.local $BASE_IMG /bin/bash

# Find container by name
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

echo "v0.12.24"
echo "v0.12.25"
2 changes: 1 addition & 1 deletion workstation/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ "$USER" != root ]; then
fi

# Used To Initialize essential dependencies
BASE_IMAGE_VERSION="v0.14.03"
BASE_IMAGE_VERSION="v0.14.04"
TOOLS_VERSION="v0.3.54"
COSIGN_VERSION="v2.2.3"

Expand Down
Loading