Skip to content

Commit 2b78f5a

Browse files
committed
ci-config: use new bincache server
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
1 parent f4bcc94 commit 2b78f5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci-automation/ci-config.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# Required services:
99
# - http and https (WITHOUT auto-redirect)
1010
# - ssh for BUILDCACHE_USER
11-
BUILDCACHE_SERVER="${BUILDCACHE_SERVER:-bincache.flatcar-linux.net}"
12-
BUILDCACHE_PATH_PREFIX="/srv/bincache"
13-
BUILDCACHE_USER="bincache"
11+
BUILDCACHE_SERVER="${BUILDCACHE_SERVER:-143-42-221-178.ip.linodeusercontent.com}"
12+
BUILDCACHE_PATH_PREFIX="/mnt/bucket/bincache"
13+
BUILDCACHE_USER="core"
1414

1515
RELEASES_SERVER="mirror.release.flatcar-linux.net"
1616
CONTAINER_REGISTRY="ghcr.io/flatcar"

0 commit comments

Comments
 (0)