Skip to content

Commit 3ec6903

Browse files
authored
Remove deprecation message (#726)
* Remove deprecation message Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> * Remove deprecation message Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> --------- Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com>
1 parent 8a48238 commit 3ec6903

5 files changed

Lines changed: 0 additions & 30 deletions

File tree

  • ga
    • 25.0.0.11/kernel/helpers/build/internal
    • 25.0.0.3/kernel/helpers/build/internal
    • 25.0.0.6/kernel/helpers/build/internal
    • 25.0.0.9/kernel/helpers/build/internal
    • latest/kernel/helpers/build/internal

ga/25.0.0.11/kernel/helpers/build/internal/logger.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ function showLogs() {
2727
exec 1>&3 3>&- 2>&4 4>&-
2828
}
2929

30-
function logDeprecationNotice() {
31-
echo "Deprecation notice: IBM expects the last version of the UBI-based WebSphere Liberty container image in Docker Hub ('ibmcom/websphere-liberty') to be 25.0.0.3. To continue to receive updates and security fixes after 25.0.0.3, you must switch to using the images from the IBM Container Registry (ICR). To switch, simply update 'FROM ibmcom/websphere-liberty' in your Dockerfiles to 'FROM icr.io/appcafe/websphere-liberty'. The same image tags from Docker Hub are also available in ICR. Ubuntu-based Liberty container images will continue to be available from Docker Hub. For more information, see https://ibm.biz/wl-ubi-containers-dh-deprecation"
32-
}
33-
34-
logDeprecationNotice
35-
3630
main

ga/25.0.0.3/kernel/helpers/build/internal/logger.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ function showLogs() {
2727
exec 1>&3 3>&- 2>&4 4>&-
2828
}
2929

30-
function logDeprecationNotice() {
31-
echo "Deprecation notice: IBM expects the last version of the UBI-based WebSphere Liberty container image in Docker Hub ('ibmcom/websphere-liberty') to be 25.0.0.3. To continue to receive updates and security fixes after 25.0.0.3, you must switch to using the images from the IBM Container Registry (ICR). To switch, simply update 'FROM ibmcom/websphere-liberty' in your Dockerfiles to 'FROM icr.io/appcafe/websphere-liberty'. The same image tags from Docker Hub are also available in ICR. Ubuntu-based Liberty container images will continue to be available from Docker Hub. For more information, see https://ibm.biz/wl-ubi-containers-dh-deprecation"
32-
}
33-
34-
logDeprecationNotice
35-
3630
main

ga/25.0.0.6/kernel/helpers/build/internal/logger.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ function showLogs() {
2727
exec 1>&3 3>&- 2>&4 4>&-
2828
}
2929

30-
function logDeprecationNotice() {
31-
echo "Deprecation notice: IBM expects the last version of the UBI-based WebSphere Liberty container image in Docker Hub ('ibmcom/websphere-liberty') to be 25.0.0.3. To continue to receive updates and security fixes after 25.0.0.3, you must switch to using the images from the IBM Container Registry (ICR). To switch, simply update 'FROM ibmcom/websphere-liberty' in your Dockerfiles to 'FROM icr.io/appcafe/websphere-liberty'. The same image tags from Docker Hub are also available in ICR. Ubuntu-based Liberty container images will continue to be available from Docker Hub. For more information, see https://ibm.biz/wl-ubi-containers-dh-deprecation"
32-
}
33-
34-
logDeprecationNotice
35-
3630
main

ga/25.0.0.9/kernel/helpers/build/internal/logger.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ function showLogs() {
2727
exec 1>&3 3>&- 2>&4 4>&-
2828
}
2929

30-
function logDeprecationNotice() {
31-
echo "Deprecation notice: IBM expects the last version of the UBI-based WebSphere Liberty container image in Docker Hub ('ibmcom/websphere-liberty') to be 25.0.0.3. To continue to receive updates and security fixes after 25.0.0.3, you must switch to using the images from the IBM Container Registry (ICR). To switch, simply update 'FROM ibmcom/websphere-liberty' in your Dockerfiles to 'FROM icr.io/appcafe/websphere-liberty'. The same image tags from Docker Hub are also available in ICR. Ubuntu-based Liberty container images will continue to be available from Docker Hub. For more information, see https://ibm.biz/wl-ubi-containers-dh-deprecation"
32-
}
33-
34-
logDeprecationNotice
35-
3630
main

ga/latest/kernel/helpers/build/internal/logger.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ function showLogs() {
2727
exec 1>&3 3>&- 2>&4 4>&-
2828
}
2929

30-
function logDeprecationNotice() {
31-
echo "Deprecation notice: IBM expects the last version of the UBI-based WebSphere Liberty container image in Docker Hub ('ibmcom/websphere-liberty') to be 25.0.0.3. To continue to receive updates and security fixes after 25.0.0.3, you must switch to using the images from the IBM Container Registry (ICR). To switch, simply update 'FROM ibmcom/websphere-liberty' in your Dockerfiles to 'FROM icr.io/appcafe/websphere-liberty'. The same image tags from Docker Hub are also available in ICR. Ubuntu-based Liberty container images will continue to be available from Docker Hub. For more information, see https://ibm.biz/wl-ubi-containers-dh-deprecation"
32-
}
33-
34-
logDeprecationNotice
35-
3630
main

0 commit comments

Comments
 (0)