Skip to content

Commit

Permalink
PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkec committed Oct 30, 2024
1 parent a3842be commit 9d4bb02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions examples/messaging/docker/oracle-aq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

#FROM container-registry.oracle.com/database/express:latest AS base
#ENV ORACLE_PWD=frank
#ENV ORACLE_ALLOW_REMOTE=true
#ENV ORACLE_SID=XE
#ENV PORT=1521
#
#COPY --chmod=777 init.sql /opt/oracle/scripts/startup/
#EXPOSE ${PORT}


FROM container-registry.oracle.com/database/express:latest

ENV "ORACLE_PWsD"="frank"
Expand All @@ -32,5 +21,4 @@ ENV "ORACLE_ALLOW_REMOTE"="true"
ENV "ORACLE_SID"="XE"
ENV "PORT"="1521"
COPY ["init.sql","/opt/oracle/scripts/startup/"]
RUN ls -la /opt/oracle/scripts/startup/init.sql
EXPOSE 1521
1 change: 0 additions & 1 deletion examples/messaging/docker/oracle-aq/buildAndRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# limitations under the License.
#

BASE_IMAGE_NAME=oracle/database:${ORA_DB_VERSION}-xe
IMAGE_NAME=helidon/oracle-aq-example
CONTAINER_NAME=oracle-aq-example

Expand Down

0 comments on commit 9d4bb02

Please sign in to comment.