Skip to content

Commit

Permalink
Change base image to Debian 11
Browse files Browse the repository at this point in the history
This updates base runner images to Debian11.

Also update leak check manifests to match.

b/312772759
  • Loading branch information
kaidokert committed Jan 23, 2024
1 parent 61c20a2 commit 15a210a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
platform: stub
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
leak_manifest_filename: "gn_built_docker_debian10_manifest"
leak_manifest_filename: "gn_built_docker_debian11_manifest"
2 changes: 1 addition & 1 deletion docker/linux/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ARG BASE_OS
ARG BASE_OS_TAG
FROM ${BASE_OS:-gcr.io/cloud-marketplace-containers/google/debian10}:${BASE_OS_TAG:-latest}
FROM ${BASE_OS:-gcr.io/cloud-marketplace-containers/google/debian11}:${BASE_OS_TAG:-latest}

COPY base/clean-after-apt.sh /opt/clean-after-apt.sh

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ __errno_location
__freelocale
__fxstat64
__gmon_start__
__isinf
__isinff
__isinfl
__isnan
__isoc99_sscanf
__iswctype_l
__libc_start_main
Expand All @@ -59,13 +55,13 @@ abort
bind_textdomain_codeset
bindtextdomain
btowc
close
dgettext
exit
fclose
fdopen
fflush
fileno
fopen
fopen64
fprintf
fputc
Expand All @@ -79,6 +75,9 @@ gettext
getwc
htonl
htons
iconv
iconv_close
iconv_open
ioctl
isalpha
isprint
Expand All @@ -90,6 +89,7 @@ mbsnrtowcs
mbsrtowcs
ntohl
ntohs
open
poll
printf
pthread_cond_broadcast
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ __errno_location
__freelocale
__fxstat64
__gmon_start__
__isinf
__isnan
__isoc99_sscanf
__iswctype_l
__libc_start_main
Expand All @@ -59,13 +57,13 @@ bcmp
bind_textdomain_codeset
bindtextdomain
btowc
close
dgettext
exit
fclose
fdopen
fflush
fileno
fopen
fopen64
fprintf
fputc
Expand All @@ -77,6 +75,9 @@ fwrite
getc
gettext
getwc
iconv
iconv_close
iconv_open
ioctl
isalpha
isprint
Expand All @@ -87,6 +88,7 @@ mbrtowc
mbsnrtowcs
mbsrtowcs
memrchr
open
poll
printf
pthread_cond_broadcast
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ __errno_location
__freelocale
__fxstat64
__gmon_start__
__isinf
__isnan
__isoc99_sscanf
__iswctype_l
__libc_start_main
Expand All @@ -58,13 +56,13 @@ bcmp
bind_textdomain_codeset
bindtextdomain
btowc
close
dgettext
exit
fclose
fdopen
fflush
fileno
fopen
fopen64
fprintf
fputc
Expand All @@ -76,6 +74,9 @@ fwrite
getc
gettext
getwc
iconv
iconv_close
iconv_open
ioctl
isalpha
isprint
Expand All @@ -86,6 +87,7 @@ mbrtowc
mbsnrtowcs
mbsrtowcs
memrchr
open
poll
printf
pthread_cond_broadcast
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ __errno_location
__freelocale
__fxstat64
__gmon_start__
__isinf
__isnan
__isoc99_sscanf
__iswctype_l
__libc_start_main
Expand All @@ -58,13 +56,13 @@ bcmp
bind_textdomain_codeset
bindtextdomain
btowc
close
dgettext
exit
fclose
fdopen
fflush
fileno
fopen
fopen64
fprintf
fputc
Expand All @@ -76,6 +74,9 @@ fwrite
getc
gettext
getwc
iconv
iconv_close
iconv_open
ioctl
isalpha
isprint
Expand All @@ -86,6 +87,7 @@ mbrtowc
mbsnrtowcs
mbsrtowcs
memrchr
open
poll
printf
pthread_cond_broadcast
Expand Down

0 comments on commit 15a210a

Please sign in to comment.