Skip to content

Commit

Permalink
[Urgent] Fix for microdnf issue with the latest ubi image (submariner…
Browse files Browse the repository at this point in the history
…-io#203)

* set specific version for ubi image

* Update Dockerfile.routeagent
  • Loading branch information
Dmitry Groisman authored and mangelajo committed Nov 6, 2019
1 parent 634ea60 commit d5b9878
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package/Dockerfile.routeagent
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.0

# Pinned to image 8.0 because of this bug
# https://github.com/rpm-software-management/microdnf/issues/50
# TODO(dimaunx,majopela): we should remove the :8.0 pin when the
# bug has been solved for the UBI image.

WORKDIR /var/submariner

Expand Down

0 comments on commit d5b9878

Please sign in to comment.