-
Notifications
You must be signed in to change notification settings - Fork 48
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
Docker Image Change #1207
Open
BinamB
wants to merge
44
commits into
master
Choose a base branch
from
chore/ccrypt_usersync
base: master
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.
+436
−392
Open
Docker Image Change #1207
Changes from 10 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
16aa5b4
Add new AL2 based image and gunicorn
jawadqur 84e63b9
Update poetry
jawadqur 9883f05
updating the command
EliseCastle23 a243631
Merge branch 'master' into feat/al2
EliseCastle23 0238816
updating poetry lock
EliseCastle23 016636e
fixing link
EliseCastle23 0fe5859
fixing deadlinks
EliseCastle23 6708a84
fixing case
EliseCastle23 c514982
Merge branch 'master' into feat/al2
EliseCastle23 9fc2412
Merge branch 'master' into feat/al2
Avantol13 2031c74
feat(docker): update to use new base image
Avantol13 cc0e908
feat(mcrypt): add wip work to have 2 images
Avantol13 351d6e5
Merge branch 'master' into feat/al2
Avantol13 c82765b
WIP
nss10 a179a04
Update ci.yaml
nss10 2502803
Changing the basic dockerfile
nss10 43a98f4
Merge branch 'master' into chore/ccrypt_usersync
BinamB f198e66
update for arm
BinamB f8b848b
Fix downloads
BinamB fab15db
add y
BinamB 5937738
fix docker
BinamB 2bb0b1e
single image
BinamB 31e50ae
fix image
BinamB 8e664c0
add poetry run to gunicorn
BinamB d448672
update poetry lock
BinamB 63217d7
update dockerfile
BinamB 108360f
make sub into string
BinamB 536e11b
fix token
BinamB 57f1233
Merge branch 'master' into chore/ccrypt_usersync
BinamB 9b8bd74
testing import
BinamB 7d96128
fix get config
BinamB 162c58b
set default
BinamB 3df68fc
remove try block
BinamB aab5a84
Add tar
jawadqur 7286c02
Remove mcrypt docker image
BinamB 29bf703
Update ccrypt for arm
BinamB 57b1b2b
Merge branch 'master' into chore/ccrypt_usersync
nss10 be49983
Add `xz` alongside `tar` in Dockerfile
nss10 78da528
Update integration tests cloud auto branch
nss10 f9e96d5
Change cloud auto branch
nss10 b7fae52
Fix Indentation on the `uses` tab
nss10 3e60965
Merge branch 'master' into chore/ccrypt_usersync
nss10 4e9e6be
Updating integration tests path. Also cleaning up Dockerfile
nss10 9e0d31e
Remove CUSTOM_TEST_BRANCH
nss10 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -395,5 +395,5 @@ | |
} | ||
] | ||
}, | ||
"generated_at": "2023-10-20T20:37:17Z" | ||
"generated_at": "2024-11-04T09:20:13Z" | ||
} |
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
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
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.
I noticed we are using an x86 binary for ARM. Will this be emulated for ARM during use? Has any testing been done to confirm its functionality?