forked from crossplane/oam-kubernetes-runtime
-
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
Open
mbenmclean
wants to merge
39
commits into
oracle/release/0.3.3
Choose a base branch
from
mbenmclean/vz-8104-numeric-user
base: oracle/release/0.3.3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
a2181df
udpates for build from source
markxnelson ab0fb90
add readme
markxnelson 9e8d4fb
udpate some dependencies
markxnelson 9cb204e
update copyright notices
markxnelson 4b3e513
JIRA: VZ-3674 update docker file (#1)
jmaron99 47fdd55
VZ 3778: OAM SDK 1.22 compat
anders-swanson ba23e6b
Update go version
anders-swanson db29416
Commented code
anders-swanson 743079e
Merge pull request #2 from verrazzano/anders/vz-3778
anders-swanson fb1ff27
VZ 3778: Update go.mod
anders-swanson 6c698d4
Merge pull request #3 from verrazzano/anders/vz-3778
anders-swanson 001a319
Packages and copyright
anders-swanson 3fe30df
add missed copyright
anders-swanson 352fb58
Merge pull request #4 from verrazzano/anders/vz-3778
anders-swanson 5d196f8
downrev versions
anders-swanson 91f152f
Merge pull request #5 from verrazzano/anders/vz-3778
anders-swanson bec77b8
Update dependencies
bhatpmk 20f5aa5
Merge pull request #6 from verrazzano/bfs/update-dependencies
bhatpmk 4ddf04c
Resets VZ 3778 (#9)
anders-swanson f924c32
Remove unneeded yum repo from Dockerfile
desagar 5ee076b
Merge pull request #10 from verrazzano/bfs/desagar_vz-4154_remove_repo
desagar d1c8cc9
VZ-4154 fix go.mod dependencies
davis-gomes 3bdb04f
lets see how this goes
davis-gomes 772d2be
replace versions
davis-gomes 0f42715
replace versions 2
davis-gomes 9a3c241
revert k8s.io changes
davis-gomes 00643c8
Merge pull request #11 from verrazzano/bfs/davgomes/VZ-4154
davisgomes e057ce8
JIRA:VZ-4313 restore finalizers from existing trait during rendering …
jmaron99 03a997d
update xz
markxnelson 3a38226
Merge pull request #13 from verrazzano/mark/xz
markxnelson 046d772
VZ 6061: OAM Loglevel (#14)
anders-swanson 1799004
Merge pull request #16 from verrazzano/igirdhar/VZ-7192
IshaGirdhar e2c47f5
update base image to ol8
lake-of-dreams 6d72b97
remove obsolete distroless related comment
lake-of-dreams b7e9276
VZ-6555: update base image to ol8
lake-of-dreams bee0fdc
VZ-7212 copyright license auit in 0.3.3
guoyongzhang 21eab61
Merge pull request #23 from verrazzano/gz/VZ-7212_0.3.3_copyright
guoyongzhang d9d0821
merge from master
d41616b
numeric user
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?