Skip to content

Add --exit to runOracle script #1996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Add --exit to runOracle script #1996

wants to merge 1 commit into from

Conversation

felipecrs
Copy link
Contributor

@felipecrs felipecrs commented Jun 29, 2021

This would allow me to create a pre-started Oracle container so I could take advantage of faster start times, such as:

FROM my-oracle:ee-19.3.0

ENV ORACLE_PWD=sys

RUN exec $ORACLE_BASE/$RUN_FILE --exit

Then:

$ docker build -t my-pre-started-oracle .
$ docker push my-pre-started-oracle
$ docker run -p [...] my-pre-started-oracle

This would come very in handy for my CI environment, as it drops the start time from 45 minutes to less than 3.

@felipecrs felipecrs requested a review from gvenzl as a code owner June 29, 2021 20:38
@yunus-qureshi
Copy link
Member

Already implemented as part of

#2188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants