Skip to content

Commit

Permalink
Merge pull request #1219 from giuseppe/update-ubuntu-containerd
Browse files Browse the repository at this point in the history
tests: update ubuntu to lunar
  • Loading branch information
flouthoc authored May 19, 2023
2 parents 23ba994 + a1f9b7d commit e634d97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/containerd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
FROM ubuntu:jammy
FROM ubuntu:lunar

ENV GOPATH=/root/go
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/go/bin

RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get install -y bash golang-1.18 libbtrfs-dev libnl-3-dev libnet1-dev \
&& apt-get install -y bash golang-1.19 libbtrfs-dev libnl-3-dev libnet1-dev \
protobuf-c-compiler libgcrypt20-dev libcap-dev libaio-dev \
curl libprotobuf-c-dev libprotobuf-dev socat libseccomp-dev \
pigz lsof make git gcc build-essential pkgconf libtool \
libsystemd-dev libcap-dev libyajl-dev \
go-md2man libtool autoconf python3 automake sudo \
&& update-alternatives --install /usr/bin/go go /usr/lib/go-1.18/bin/go 0 \
&& update-alternatives --install /usr/bin/go go /usr/lib/go-1.19/bin/go 0 \
&& mkdir -p /root/go/src/github.com/containerd \
&& chmod 755 /root \
&& (cd /root/go/src/github.com/containerd \
Expand Down

0 comments on commit e634d97

Please sign in to comment.