Browse Source
dockerfile ubuntu update to 22.04 (#10033)
dockerfile ubuntu update to 22.04
Update Dockerfile
pull/10041/head
Aleksey Karpov
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
Dockerfile
-
pipeline.Dockerfile
|
|
@ -1,5 +1,5 @@ |
|
|
|
# Use imutable image tags rather than mutable tags (like ubuntu:20.04) |
|
|
|
FROM ubuntu:focal-20220531 |
|
|
|
# Use imutable image tags rather than mutable tags (like ubuntu:22.04) |
|
|
|
FROM ubuntu:jammy-20230308 |
|
|
|
# Some tools like yamllint need this |
|
|
|
# Pip needs this as well at the moment to install ansible |
|
|
|
# (and potentially other packages) |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
# Use imutable image tags rather than mutable tags (like ubuntu:20.04) |
|
|
|
FROM ubuntu:focal-20220531 |
|
|
|
# Use imutable image tags rather than mutable tags (like ubuntu:22.04) |
|
|
|
FROM ubuntu:jammy-20230308 |
|
|
|
# Some tools like yamllint need this |
|
|
|
# Pip needs this as well at the moment to install ansible |
|
|
|
# (and potentially other packages) |
|
|
|