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

feat: introduces builder images #590

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

bartoszmajsak
Copy link
Contributor

Short description of what this resolves:

Leverages docker builder images/ multistage build to build controller and test service.

Changes proposed in this pull request:

  • rewritten Dockerfiles
  • .dockerignore
  • adjustments in Makefile

Fixes #588

@bartoszmajsak bartoszmajsak added kind/enhancement Kind: New feature or improvement internal/infra Internal: related to project build / setup / release labels Dec 21, 2020
@bartoszmajsak
Copy link
Contributor Author

/test openshift

@bartoszmajsak
Copy link
Contributor Author

/retest

3 similar comments
@bartoszmajsak
Copy link
Contributor Author

/retest

@bartoszmajsak
Copy link
Contributor Author

/retest

@bartoszmajsak
Copy link
Contributor Author

/retest

@alien-ike
Copy link
Collaborator

@bartoszmajsak: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
e2e-tests-openshift ebab5b2 link /test openshift

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

docker:
- image: &golang-img cimg/go:1.15.5
- image: &golang-img cimg/go:1.14.7
Copy link
Member

Choose a reason for hiding this comment

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

1.14.7?

@@ -1,3 +1,19 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.14.7 AS builder
Copy link
Member

Choose a reason for hiding this comment

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

Don't we require 1.16.x now due to the fs thinggy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal/infra Internal: related to project build / setup / release kind/enhancement Kind: New feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Leverage builder image when creating istio-workspace images
3 participants