Skip to content

Commit

Permalink
doc: add some future TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Jan 21, 2025
1 parent ac3a808 commit 702ba83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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}

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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();

Expand Down

0 comments on commit 702ba83

Please sign in to comment.