Skip to content

Commit e634d97

Browse files
authored
Merge pull request #1219 from giuseppe/update-ubuntu-containerd
tests: update ubuntu to lunar
2 parents 23ba994 + a1f9b7d commit e634d97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/containerd/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
FROM ubuntu:jammy
1+
FROM ubuntu:lunar
22

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

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

0 commit comments

Comments
 (0)