forked from linuxserver/docker-baseimage-ubuntu
-
Notifications
You must be signed in to change notification settings - Fork 0
[CIVIS-11019] ubuntu 22.04 fips enabled base image for linuxserver #1
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
6816e7c
PR template
thatguyinabeanie 7c0bda1
remove jenkins things
thatguyinabeanie 6b5e13e
remove source list files
thatguyinabeanie de7f79e
remove extra files
thatguyinabeanie 1df1b47
remove extra files
thatguyinabeanie 1392b01
Refactor Dockerfile to use FIPS-compliant base image
thatguyinabeanie a9c8c78
cleanup docker compose
thatguyinabeanie fcfd50f
reduce
thatguyinabeanie 04c3978
python
thatguyinabeanie 9a8afff
save
thatguyinabeanie 615908a
save
thatguyinabeanie bfe0aad
optmized installs
thatguyinabeanie 647ece9
remove more workflows
thatguyinabeanie b041b31
remove Python dependencies from Ubuntu FIPS base image
thatguyinabeanie a2f07db
build in codebuild
thatguyinabeanie 3a557ca
fixed buildspec
thatguyinabeanie 586b85a
update merge_master.yaml and release.yaml
thatguyinabeanie 7fad283
docker build kit
thatguyinabeanie 1e75063
remove echos
thatguyinabeanie 23d5bd9
set ecr image tag name and related things
thatguyinabeanie 85e708b
update buildspec defs
thatguyinabeanie 198d925
base image name
thatguyinabeanie 3b8c1d5
remove extra compose args
thatguyinabeanie b2bf51c
simplify buildspecs
thatguyinabeanie a7fa813
styling
thatguyinabeanie 0733b58
remove .env.example
thatguyinabeanie 3682f49
move build policy up
thatguyinabeanie 70f1c94
save
thatguyinabeanie 8f9669a
/config
thatguyinabeanie b69e351
/root
thatguyinabeanie 6944ec6
simplify Dockerfile
thatguyinabeanie 78eac98
update placeholders
thatguyinabeanie 7a5b578
latest
thatguyinabeanie 027f18f
fixed buildspec yamls
thatguyinabeanie 30e14a4
disable chowning of /config
thatguyinabeanie 7e01fa7
fix pr template
thatguyinabeanie 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 hidden or 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 |
|---|---|---|
| @@ -1,43 +1,38 @@ | ||
| <!--- Provide a general summary of your changes in the Title above --> | ||
| ## Description | ||
|
|
||
| [linuxserverurl]: https://linuxserver.io | ||
| [][linuxserverurl] | ||
| Required: Please provide a brief description of what this pull request is trying to accomplish. | ||
|
|
||
| > | ||
|
|
||
| <!--- Before submitting a pull request please check the following --> | ||
| ## Context, Consequences, & Considerations | ||
|
|
||
| <!--- If this is a fix for a typo (in code, documentation, or the README) please file an issue and let us sort it out. We do not need a PR --> | ||
| <!--- Ask yourself if this modification is something the whole userbase will benefit from, if this is a specific change for corner case functionality or plugins please look at making a Docker Mod or local script https://blog.linuxserver.io/2019/09/14/customizing-our-containers/ --> | ||
| <!--- That if the PR is addressing an existing issue include, closes #<issue number> , in the body of the PR commit message --> | ||
| <!--- You have included links to any files / patches etc your PR may be using in the body of the PR commit message --> | ||
| <!--- We maintain a changelog of major revisions to the container at the end of readme-vars.yml in the root of this repository, please add your changes there if appropriate --> | ||
| Required: Please step through the following list, pausing at each item to consider your change in relation to the item's context. | ||
| Check the box to mark that it applies, and enter your relevant notes under the item. | ||
|
|
||
| - [ ] Security: This has security implications. This includes (but not limited to) adding users, modifying user/app permissions, network rules/policies, changing a system interconnection, or changing an authorization strategy. | ||
| - [ ] This PR does not require security review. These changes are part of a project plan that has already undergone security review. The link is provided below. | ||
| - [ ] This PR requires security review. Add the `security` label to this PR then request a review from the [Security Code Reviewers Team](https://github.com/orgs/civisanalytics/teams/security-code-reviewers). | ||
|
|
||
| <!--- Coding guidelines: --> | ||
| <!--- 1. Installed packages in the Dockerfiles should be in alphabetical order --> | ||
| <!--- 2. Changes to Dockerfile should be replicated in Dockerfile.armhf and Dockerfile.aarch64 if applicable --> | ||
| <!--- 3. Indentation style (tabs vs 4 spaces vs 1 space) should match the rest of the document --> | ||
| <!--- 4. Readme is auto generated from readme-vars.yml, make your changes there --> | ||
| > | ||
|
|
||
| ------------------------------ | ||
| - [ ] Execution: This change requires commands to be run outside of the normal merge. | ||
|
|
||
| - [ ] I have read the [contributing](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/jammy/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications | ||
| > | ||
|
|
||
| ------------------------------ | ||
| - [ ] Impact: This change may cause service interruptions. | ||
|
|
||
| <!--- We welcome all PR’s though this doesn’t guarantee it will be accepted. --> | ||
| > | ||
|
|
||
| ## Description: | ||
| <!--- Describe your changes in detail --> | ||
| - [ ] Testing: How did you test this change (unit tests, acceptance tests, etc.)? Did you do any manual testing? | ||
|
|
||
| ## Benefits of this PR and context: | ||
| <!--- Please explain why we should accept this PR. If this fixes an outstanding bug, please reference the issue # --> | ||
| > | ||
|
|
||
| ## How Has This Been Tested? | ||
| <!--- Please describe in detail how you tested your changes. --> | ||
| <!--- Include details of your testing environment, and the tests you ran to --> | ||
| <!--- see how your change affects other areas of the code, etc. --> | ||
| - [ ] Testing: How will you confirm this change once it's merged? | ||
|
|
||
| > | ||
|
|
||
| ## Source / References: | ||
| <!--- Please include any forum posts/github links relevant to the PR --> | ||
| - [ ] Documentation: Documentation to reflect this change has been added to Confluence or Zendesk. | ||
|
|
||
| > | ||
|
|
||
| - [ ] **All items of the checklist have been considered and this PR description is complete.** |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -42,3 +42,4 @@ Network Trash Folder | |
| Temporary Items | ||
| .apdisk | ||
| .jenkins-external | ||
| .env | ||
This file contains hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.