Commit 94d0b30
authored
feat: use debian base image for
This PR switches the base image of `java-library-generation` to
`python-3.13.2-slim`, based on `debian-slim`.
https://hub.docker.com/layers/library/python/3.13.2-slim/images/sha256-8feb1b384bf6755cd1a180d65ec065c742aa1602f026993c33475be6ade2fb2e
Our image is an infrastructure image not meant to be used by our final
users.
This solves the ongoing "compatibility layer" problems previously caused
by our [GLIBC compatibility
layer](https://github.com/googleapis/sdk-platform-java/blob/b87fd5e1af37af01cff1a51e3e50efcf048a3c27/.cloudbuild/library_generation/library_generation.Dockerfile#L37-L55).
For context on this change:
[doc](https://docs.google.com/document/d/1wI5VZG5gMCkt4ZyvL6wbf2IeyJrY9pFthFVuAY1kfWw/edit?resourcekey=0-aIfwb5NHqpBlQnbYsD19qw&tab=t.0#heading=h.7xlry2sxrwzj)java-library-generation (googleapis#3817)1 parent 5977c1f commit 94d0b30
File tree
2 files changed
+5
-83
lines changed- .cloudbuild/library_generation
2 files changed
+5
-83
lines changedLines changed: 2 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 37 | + | |
58 | 38 | | |
59 | 39 | | |
60 | 40 | | |
| |||
63 | 43 | | |
64 | 44 | | |
65 | 45 | | |
66 | | - | |
| 46 | + | |
67 | 47 | | |
68 | 48 | | |
69 | 49 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 50 | | |
89 | 51 | | |
90 | 52 | | |
| |||
121 | 83 | | |
122 | 84 | | |
123 | 85 | | |
124 | | - | |
125 | 86 | | |
126 | 87 | | |
127 | 88 | | |
| |||
Lines changed: 3 additions & 42 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 37 | + | |
| 38 | + | |
60 | 39 | | |
61 | 40 | | |
62 | 41 | | |
| |||
65 | 44 | | |
66 | 45 | | |
67 | 46 | | |
68 | | - | |
| 47 | + | |
69 | 48 | | |
70 | 49 | | |
71 | 50 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | 51 | | |
90 | 52 | | |
91 | 53 | | |
| |||
122 | 84 | | |
123 | 85 | | |
124 | 86 | | |
125 | | - | |
126 | 87 | | |
127 | 88 | | |
128 | 89 | | |
| |||
0 commit comments