File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 181
181
# Android Builder Base Image
182
182
# ===----------------------------------------------------------------------===##
183
183
184
- FROM ubuntu:jammy AS android-builder-base
184
+ FROM docker.io/library/ ubuntu:jammy AS android-builder-base
185
185
186
186
ARG ANDROID_CLANG_VERSION
187
187
ARG ANDROID_CLANG_PREBUILTS_COMMIT
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ x-versions: &compiler_versions
3
3
LLVM_HEAD_VERSION : 22
4
4
5
5
x-image-versions : &image_versions
6
- BASE_IMAGE : ubuntu:jammy
6
+ BASE_IMAGE : docker.io/library/ ubuntu:jammy
7
7
ACTIONS_BASE_IMAGE : ghcr.io/llvm/libcxx-linux-builder-base:77cb0980bcc2675b27d08141526939423fa0be76
8
8
9
9
services :
@@ -33,7 +33,7 @@ services:
33
33
dockerfile : Dockerfile
34
34
target : android-buildkite-builder
35
35
args :
36
- BASE_IMAGE : ubuntu:noble
36
+ BASE_IMAGE : docker.io/library/ ubuntu:noble
37
37
ANDROID_CLANG_VERSION : r563880
38
38
ANDROID_CLANG_PREBUILTS_COMMIT : 6ae4184bb8706f9731569b9a0a82be3fcdcb951c
39
39
ANDROID_SYSROOT_COMMIT : f8b85cc5262c6e5cbc9a92c1bab2b18b32a4c63f
Original file line number Diff line number Diff line change 6
6
#
7
7
# ===----------------------------------------------------------------------===##
8
8
9
- FROM ubuntu:jammy
9
+ FROM docker.io/library/ ubuntu:jammy
10
10
11
11
RUN apt-get update && apt-get install -y \
12
12
curl \
You can’t perform that action at this time.
0 commit comments