diff --git a/dev/io.openliberty.org.testcontainers/resources/openliberty/testcontainers/cloudant-dev/2.0.1/Dockerfile b/dev/io.openliberty.org.testcontainers/resources/openliberty/testcontainers/cloudant-dev/2.0.1/Dockerfile index 98346e99aa5..6ccd8f58525 100644 --- a/dev/io.openliberty.org.testcontainers/resources/openliberty/testcontainers/cloudant-dev/2.0.1/Dockerfile +++ b/dev/io.openliberty.org.testcontainers/resources/openliberty/testcontainers/cloudant-dev/2.0.1/Dockerfile @@ -1,7 +1,9 @@ # Base image used by external users is overwritten at runtime # by a mirrored version from Artifactory for internal users. -ARG BASE_IMAGE="ibmcom/cloudant-developer:2.0.1" +# TODO cloudant is EOL consider removing or modifying the test that uses this image + +ARG BASE_IMAGE="docker.io/ibmcom/cloudant-developer:2.0.1" FROM ${BASE_IMAGE} diff --git a/dev/io.openliberty.org.testcontainers/src/io/openliberty/org/testcontainers/generate/CacheFiles.java b/dev/io.openliberty.org.testcontainers/src/io/openliberty/org/testcontainers/generate/CacheFiles.java index 6005a3f556d..c43f59203bd 100644 --- a/dev/io.openliberty.org.testcontainers/src/io/openliberty/org/testcontainers/generate/CacheFiles.java +++ b/dev/io.openliberty.org.testcontainers/src/io/openliberty/org/testcontainers/generate/CacheFiles.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2024 IBM Corporation and others. + * Copyright (c) 2024, 2025 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -109,6 +109,8 @@ public static void main(String[] args) { } } + //TODO Add all BASE_IMAGE arguments from Dockerfiles in this project + String header = "# NOTICE: This file was automatically updated to reflect changes made to test projects." + System.lineSeparator() + "# Please check these changes into GitHub" + System.lineSeparator();