Skip to content

Commit 2e1b128

Browse files
committed
install docker
Signed-off-by: Ashutosh Kumar <sonasingh46@gmail.com>
1 parent 805ab12 commit 2e1b128

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,25 @@ jobs:
7979
./hack/install_kustomize.sh /usr/local/bin/
8080
kustomize version
8181
82+
- name: Install Docker
83+
run: |
84+
sudo apt-get install \
85+
apt-transport-https \
86+
ca-certificates \
87+
curl \
88+
gnupg-agent \
89+
software-properties-common
90+
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
91+
92+
sudo add-apt-repository \
93+
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
94+
$(lsb_release -cs) \
95+
stable"
96+
97+
sudo apt-get update
98+
sudo apt-get install docker-ce docker-ce-cli containerd.io
99+
docker --version
100+
82101
- name: Create openebs namespace and install NDM
83102
run: |
84103
chmod +x hack/install_ndm.sh

0 commit comments

Comments
 (0)