-
Notifications
You must be signed in to change notification settings - Fork 0
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
VZ-8104 make user numeric in Dockerfile #1
base: oracle/release/0.3.3
Are you sure you want to change the base?
Conversation
Signed-off-by: Mark Nelson <[email protected]>
Signed-off-by: Mark Nelson <[email protected]>
Signed-off-by: Mark Nelson <[email protected]>
Signed-off-by: Mark Nelson <[email protected]>
* update docker file given base image update
VZ 3778: OAM SDK 1.22 compat
VZ 3778: Update go.mod
VZ 3778: rename packages
downrev versions
Update dependencies
Revert VZ 3778: K8s 1.22 changes on hold.
…remove_repo Remove unneeded yum repo from Dockerfile
Update dependencies for OAM
…in OAM (crossplane#12) * restore finalizers during trait rendering
Signed-off-by: Mark Nelson <[email protected]>
update xz dependency
Pull v0.3.3 changes on top of v0.3.0 release.
…yright VZ-7212 copyright license audit in 0.3.3
@@ -1,3 +1,4 @@ | |||
//go:build !ignore_autogenerated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this intentional?
@@ -107,6 +107,7 @@ func ValidateComponentObject(obj *v1alpha2.Component) field.ErrorList { | |||
var _ inject.Client = &ValidatingHandler{} | |||
|
|||
// InjectClient injects the client into the ComponentValidatingHandler | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like an accidental newline?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm not sure how those got added in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or did gofmt
force these ws changes?
change user to numeric in order to ensure running as nonroot