-
Notifications
You must be signed in to change notification settings - Fork 73
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
DOP-4305: Remove giza installation from Dockerfiles and remove legacy-specific dockerfile #977
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2b6dda5
DOP-4305 remove legacy dockerfile, legacy infra
anabellabuckvar efab0b5
Merge branch 'main' into DOP-4305
anabellabuckvar c7d22b8
DOP-4305 removed legacy infra from dockerfile.enhanced
anabellabuckvar e58a7bd
DOP-4305 python2 installation removed
anabellabuckvar 9bbecc6
DOP-4305 trying again
anabellabuckvar 500ca7f
Merge branch 'main' into DOP-4305
anabellabuckvar 780b949
DOP-4305 restore to original state
anabellabuckvar d814bfe
DOP-4305 running autobuilder w minimal changes
anabellabuckvar 90df13d
DOP-4305 dockerfile restored completely
anabellabuckvar 500938d
DOP-4305 restore legacy dockerfile
anabellabuckvar a9d192f
DOP-4305 dockerfile enhanced deleted
anabellabuckvar 2087fe8
removed some of dockerfile, pushing to preprd
anabellabuckvar 26568ac
DOP-4305 testing dockerfile
anabellabuckvar a29ad5f
DOP-4305 testing dockerfile again
anabellabuckvar 5014d63
DOP-4305 testing dockerfile again
anabellabuckvar a29f80c
DOP-4305 testing dockerfile again
anabellabuckvar 4e81839
DOP-4305 testing removing giza installation
anabellabuckvar 8f5b261
DOP-4305 remove legacy image uses
anabellabuckvar bd0f688
DOP-4305 removing more of dockerfile
anabellabuckvar 1226a5c
Merge branch 'main' into DOP-4305
anabellabuckvar dbd5c3a
DOP-4305 remove from preprd
anabellabuckvar 09c58d7
DOP-4305 removing virtual env installation
anabellabuckvar f1a7f61
DOP-4305 removing virtual more installations
anabellabuckvar cd042ed
DOP-4305 remove more installations
anabellabuckvar a02710f
DOP-4305 push to preprd
anabellabuckvar 621349b
DOP-4305 remove branch from preprd
anabellabuckvar a97b4a1
DOP-4305 fixed accidental deletion
anabellabuckvar 0275c0e
Merge branch 'main' into DOP-4305
anabellabuckvar e94cbaf
DOP-4305 delete dockerfile.enhanced file
anabellabuckvar c44b303
DOP-4305 install unzip
anabellabuckvar 46c6d30
DOP-4305 small refactor in dockerfile
anabellabuckvar 18327fb
DOP-4305 add installations in dockerfile
anabellabuckvar c470ed2
Merge branch 'main' into DOP-4305
anabellabuckvar c000ee1
DOP-4305 merging
anabellabuckvar 65fe987
DOP-4305 re-delete dockerfile, truncate path
anabellabuckvar fd04da7
Merge branch 'main' into DOP-4305
anabellabuckvar 555a756
Merge branch 'main' into DOP-4305
anabellabuckvar 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Oops, I meant to leave a comment here as well. Everything to the left of
python2.7
we will want to install as well (i.e. we can addrsync
andcurl
to the install).