Skip to content
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

Release and Debug image release pipeline #214

Merged
merged 1 commit into from
Mar 16, 2021
Merged

Release and Debug image release pipeline #214

merged 1 commit into from
Mar 16, 2021

Conversation

markmandel
Copy link
Member

This appends to the release cloudbuild.yaml to create a release and debug tagged image when run based on the distroless image.

This also includes several steps that are needed for ongoing internal compliance - such as maintaining a list of dependencies and their licences, zipping MPL licenced code, etc.

Fixes #201

This appends to the release `cloudbuild.yaml` to create a release and
debug tagged image when run based on the `distroless` image.

This also includes several steps that are needed for ongoing internal
compliance - such as maintaining a list of dependencies and their
licences, zipping MPL licenced code, etc.

Fixes #201
@markmandel markmandel added kind/feature New feature or request area/operations Installation, updating, metrics etc area/build-tools Development tooling. labels Mar 15, 2021
@google-cla google-cla bot added the cla: yes label Mar 15, 2021
@markmandel markmandel requested a review from iffyio March 15, 2021 20:56
# limitations under the License.
#

version: v1alpha1
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the best idea I had for a default config - basically traffic goes nowhere.

Wasn't sure if we should have it instead go to something like "localhost:8000" ??? WDYT?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having it go nowhere sounds reasonable to me!

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
}}"External Library Name","Link to License","License Name"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I needed this for some internal compliance, so figured I would keep it in case we ever needed it again.

@markmandel markmandel merged commit 28b34c0 into main Mar 16, 2021
@markmandel markmandel deleted the mm/cloud-build branch March 16, 2021 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. area/operations Installation, updating, metrics etc cla: yes kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create linux docker images on release
2 participants