Skip to content

Commit 9e9ab11

Browse files
jakegt1Djelibeybi
authored andcommitted
Copyright
1 parent cce636d commit 9e9ab11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

OracleLinuxDevelopers/oraclelinux8/ocne-tools/2.0/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Oracle and/or its affiliates.
1+
# Copyright (c) 2025 Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
# hadolint ignore=DL3007
@@ -15,6 +15,7 @@ COPY help.sh /opt/help.sh
1515

1616
USER oracle
1717

18+
# remove original OCI cli entrypoint.
1819
ENTRYPOINT []
1920

2021
CMD ["/bin/bash", "/opt/help.sh"]

OracleLinuxDevelopers/oraclelinux8/ocne-tools/2.0/help.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2024 Oracle and/or its affiliates.
2+
# Copyright (c) 2025 Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44

55
echo "OCNE/OKE Tools"

0 commit comments

Comments
 (0)