Skip to content
Snippets Groups Projects
Commit 3d0b6ec9 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Add a label to identify these containers so that we can clean them up in ur jenkins pipeline

* Revert it
parent 5b750f34
No related branches found
No related tags found
No related merge requests found
...@@ -360,10 +360,6 @@ private GenericContainer<?> createServletContainer() throws Exception ...@@ -360,10 +360,6 @@ private GenericContainer<?> createServletContainer() throws Exception
builder builder
.from(baseImageName) .from(baseImageName)
.user(ROOT_USER) .user(ROOT_USER)
// Use a label so that it's easy to identify these containers. We use this to work around
// https://github.com/testcontainers/testcontainers-java/issues/3558 by pruning these
// containers on the CI before the tests start.
.label("org.xwiki.docker.libreoffice", "true")
.env("LIBREOFFICE_VERSION", officeVersion) .env("LIBREOFFICE_VERSION", officeVersion)
// Note: we use https://download.documentfoundation.org/libreoffice/stable/ and not // Note: we use https://download.documentfoundation.org/libreoffice/stable/ and not
// https://downloadarchive.documentfoundation.org/libreoffice/old so that we can benefit // https://downloadarchive.documentfoundation.org/libreoffice/old so that we can benefit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment