Skip to content
Snippets Groups Projects
Unverified Commit 4c820b85 authored by Aleksey Karpov's avatar Aleksey Karpov Committed by GitHub
Browse files

dockerfile ubuntu update to 22.04 (#10033)

dockerfile ubuntu update to 22.04

Update Dockerfile
parent a505a4c7
No related branches found
No related tags found
No related merge requests found
# Use imutable image tags rather than mutable tags (like ubuntu:20.04) # Use imutable image tags rather than mutable tags (like ubuntu:22.04)
FROM ubuntu:focal-20220531 FROM ubuntu:jammy-20230308
# Some tools like yamllint need this # Some tools like yamllint need this
# Pip needs this as well at the moment to install ansible # Pip needs this as well at the moment to install ansible
# (and potentially other packages) # (and potentially other packages)
......
# Use imutable image tags rather than mutable tags (like ubuntu:20.04) # Use imutable image tags rather than mutable tags (like ubuntu:22.04)
FROM ubuntu:focal-20220531 FROM ubuntu:jammy-20230308
# Some tools like yamllint need this # Some tools like yamllint need this
# Pip needs this as well at the moment to install ansible # Pip needs this as well at the moment to install ansible
# (and potentially other packages) # (and potentially other packages)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment