Skip to content
Snippets Groups Projects
Commit d0982e3a authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: base Ubuntu:22.04

parent 651257e1
No related branches found
No related tags found
1 merge request!621feat: include ubuntu_dind Dockerfile
FROM eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu/ubuntu:20.04 FROM ubuntu:22.04
LABEL maintainer="Whitney Armstrong <warmstrong@anl.gov>" \ LABEL maintainer="Whitney Armstrong <warmstrong@anl.gov>" \
name="ubuntu_dind" \ name="ubuntu_dind" \
group="ubuntu_dind" \ group="ubuntu_dind" \
march="native" \ march="native" \
base="ubuntu" \ base="ubuntu" \
version="20.04" version="22.04"
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \ DEBIAN_FRONTEND=noninteractive apt-get install -y \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment