Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 06b53ab

Browse files
docker: use Ubuntu:devel instead of rolling
rolling is actually the latest release (which we have in separate image). See for more info: https://hub.docker.com/_/ubuntu
1 parent a0ac604 commit 06b53ab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/other_OSes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
"OS=opensuse-tumbleweed OS_VER=latest",
3838
"OS=ubuntu OS_VER=18.04",
3939
"OS=ubuntu OS_VER=20.10",
40-
"OS=ubuntu OS_VER=rolling PUSH_IMAGE=0",
41-
"TYPE=package OS=ubuntu OS_VER=rolling"]
40+
"OS=ubuntu OS_VER=devel PUSH_IMAGE=0",
41+
"TYPE=package OS=ubuntu OS_VER=devel"]
4242
steps:
4343
- name: Clone the git repo
4444
uses: actions/checkout@v2

utils/docker/images/Dockerfile.ubuntu-rolling renamed to utils/docker/images/Dockerfile.ubuntu-devel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#
88

99
# Pull base image
10-
FROM registry.hub.docker.com/library/ubuntu:rolling
10+
FROM registry.hub.docker.com/library/ubuntu:devel
1111
MAINTAINER igor.chorazewicz@intel.com
1212

1313
# Set required environment variables
1414
ENV OS ubuntu
15-
ENV OS_VER rolling
15+
ENV OS_VER devel
1616
ENV PACKAGE_MANAGER deb
1717
ENV NOTTY 1
1818

0 commit comments

Comments
 (0)