-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update to alpine 3.18 and python 3.11
The base alpine image we use that has musl and glibc is now updated to alpine 3.18 which ships with python 3.11. This does the following: - bumps the various Dockerfile base images - unpins python and pip3 - Pushs new base-envoy image by bump baserel ver Signed-off-by: Lance Austin <[email protected]>
- Loading branch information
Showing
8 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License | ||
|
||
FROM docker.io/frolvlad/alpine-glibc:alpine-3.17 | ||
FROM docker.io/frolvlad/alpine-glibc:alpine-3.18_glibc-2.34 | ||
|
||
LABEL PROJECT_REPO_URL = "[email protected]:datawire/ambassador.git" \ | ||
PROJECT_REPO_BROWSER_URL = "https://github.com/datawire/ambassador" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters