-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ability to build and push a runnable Docker image to a repository #5
Labels
Comments
chadlwilson
added a commit
that referenced
this issue
Nov 10, 2021
Currently only building latest versions of images; can worry about proper versioning later.
chadlwilson
added a commit
that referenced
this issue
Nov 10, 2021
chadlwilson
added a commit
that referenced
this issue
Nov 10, 2021
…sed correctly By default jib only depends on building the production classes; so will start pushing in parallel even if tests fail.
chadlwilson
added a commit
that referenced
this issue
Nov 10, 2021
Since we have pre-built official images, we should distinguish them from those that are locally built
This is now done.
Can be followed up on by
|
chadlwilson
added a commit
that referenced
this issue
Nov 10, 2021
chadlwilson
added a commit
that referenced
this issue
Nov 10, 2021
chadlwilson
added a commit
that referenced
this issue
Nov 10, 2021
chadlwilson
added a commit
that referenced
this issue
Nov 10, 2021
chadlwilson
added a commit
that referenced
this issue
Nov 10, 2021
chadlwilson
added a commit
that referenced
this issue
Nov 10, 2021
chadlwilson
added a commit
that referenced
this issue
Nov 11, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Context / Goal
To make it
...we really need to build and push a Docker image to an external Docker repository.
However currently we don't have the necessary clearance to push this openly, so we should start by exploring whether we can push to a private repository where we can grant folks access.
Expected Outcome
Out of Scope
Additional context / implementation notes
The text was updated successfully, but these errors were encountered: