Skip to content
Snippets Groups Projects

feat: include ubuntu_dind Dockerfile

Merged Wouter Deconinck requested to merge ubuntu-dind into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
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 \
Loading