This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 06cf005 camel-test-infra-qpid: qpid-dispatch router test container cleanups (#5060) 06cf005 is described below commit 06cf005b7cae097c42764f4c0edd5d22e7e95aeb Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com> AuthorDate: Tue Feb 9 17:17:50 2021 +0100 camel-test-infra-qpid: qpid-dispatch router test container cleanups (#5060) Includes: - updated container to use a newer Fedora version - reduce used disk space - removed deprecated elements --- .../org/apache/camel/test/infra/dispatch/router/services/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-infra/camel-test-infra-dispatch-router/src/test/resources/org/apache/camel/test/infra/dispatch/router/services/Dockerfile b/test-infra/camel-test-infra-dispatch-router/src/test/resources/org/apache/camel/test/infra/dispatch/router/services/Dockerfile index 5f55073..b70fe96 100644 --- a/test-infra/camel-test-infra-dispatch-router/src/test/resources/org/apache/camel/test/infra/dispatch/router/services/Dockerfile +++ b/test-infra/camel-test-infra-dispatch-router/src/test/resources/org/apache/camel/test/infra/dispatch/router/services/Dockerfile @@ -12,8 +12,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM fedora:31 -MAINTAINER Otavio Rodolfo Piske <angusyo...@gmail.com> +FROM fedora:33 +LABEL maintainer="orpi...@apache.org" EXPOSE 5672 -RUN dnf install -y qpid-dispatch-router +RUN dnf install -y qpid-dispatch-router && dnf clean all CMD [ "sh", "-c", "/usr/sbin/qdrouterd" ] \ No newline at end of file