[Rt-commit] rtir branch 5.0/disable-docker-buildkit created. 5.0.4-5-g100e0a37
BPS Git Server
git at git.bestpractical.com
Tue Aug 8 14:11:48 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir".
The branch, 5.0/disable-docker-buildkit has been created
at 100e0a3726c1d38db2baf7274deced31db2008bc (commit)
- Log -----------------------------------------------------------------
commit 100e0a3726c1d38db2baf7274deced31db2008bc
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue Aug 8 09:58:27 2023 -0400
Disable buildkit to continue using the local network feature
See commit d8f59dd5c3 in RT for details on this change.
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index df8727fc..c8a7ba23 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -25,6 +25,7 @@ jobs:
run: |
echo "RT_BRANCH_NAME=${GITHUB_REF#refs/heads/}" >>"$GITHUB_ENV"
echo "RT_GA_START_TIME=$(date +%s)" >>"$GITHUB_ENV"
+ echo "DOCKER_BUILDKIT=0" >> $GITHUB_ENV
docker network create rt
- name: Check out RTIR
uses: actions/checkout at v2
@@ -73,6 +74,7 @@ jobs:
run: |
echo "RT_BRANCH_NAME=${GITHUB_REF#refs/heads/}" >>"$GITHUB_ENV"
echo "RT_GA_START_TIME=$(date +%s)" >>"$GITHUB_ENV"
+ echo "DOCKER_BUILDKIT=0" >> $GITHUB_ENV
docker network create rt
- name: Check out RTIR
uses: actions/checkout at v2
@@ -122,6 +124,7 @@ jobs:
run: |
echo "RT_BRANCH_NAME=${GITHUB_REF#refs/heads/}" >>"$GITHUB_ENV"
echo "RT_GA_START_TIME=$(date +%s)" >>"$GITHUB_ENV"
+ echo "DOCKER_BUILDKIT=0" >> $GITHUB_ENV
docker network create rt
- name: Check out RTIR
uses: actions/checkout at v2
commit 5672abd426ba3401050d5d835430b1c3bc19846f
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue Aug 8 10:11:09 2023 -0400
Build from new RT 5.0.4 image
diff --git a/Dockerfile b/Dockerfile
index 6fbf8d1a..5a3aec16 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM bpssysadmin/rt-base-debian:RT-5.0.3-buster-20230421
+FROM bpssysadmin/rt-base-debian:RT-5.0.4-buster-20230703
LABEL maintainer="Best Practical Solutions <contact at bestpractical.com>"
-----------------------------------------------------------------------
hooks/post-receive
--
rtir
More information about the rt-commit
mailing list