Skip to content

Commit

Permalink
Rebase to F35 image
Browse files Browse the repository at this point in the history
use f35 base image for apimon container
  • Loading branch information
gtema committed Dec 3, 2021
1 parent 0952a63 commit 1058119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM fedora:33
FROM fedora:35

LABEL description="APImon (OpenStack API monitoring) container"
LABEL maintainer="Open Telekom Cloud (ecosystem)"
Expand All @@ -34,7 +34,7 @@ WORKDIR /usr/app

COPY ./requirements.txt /usr/app/requirements.txt

RUN \
RUN \
git clone https://github.com/opentelekomcloud/python-otcextensions && \
# git clone https://github.com/ansible/ansible --branch stable-2.10 && \
git clone https://review.opendev.org/openstack/openstacksdk
Expand Down

0 comments on commit 1058119

Please sign in to comment.