This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
forked from gardenlinux/gardenlinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Add _dev profile for now #11
Open
fwiesel
wants to merge
14
commits into
orabos
Choose a base branch
from
orabos_dev
base: orabos
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
Conversation
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
…2041) This is the new apt repo
Add a feature to make the Garden Linux image as compliant as possible to the [Canonical Ubuntu 20.04 LTS Security Technical Implementation Guide](https://www.stigviewer.com/stig/canonical_ubuntu_20.04_lts/2023-09-08/) Note that some items in that STIG simply don't apply to Garden Linux, for example it does not contain a GUI or AppArmor. STIG-specific configuration is encapsulated in the 'stig' feature. To opt in into it, build your image with that feature enabled. Note that this might break other features. The 'stigDev' feature provides a known user/password and ssh key for the purpose of testing. This feature is only intended for development/testing purposes, not for production.
So far the SapMachine version we include needs to be updated manually. This PR adds a script to help with that, but the update is still a manual process. The script finds the latest minor/patch version of a given major version along with the checksums of the tarballs. Running `update-sapmachine.py` will print out the variables to be used in `exec.config`. A potential improvement is to edit the `exec.config` script automatically via `update-sapmachine.py`. We still want the checksum and the exact SapMachine version to be stored in the git repo, so we don't want to hide this by automatically running `update-sapmachine.py` during the build for reproducibility reasons. Co-authored-by: Vincent Riesop <[email protected]>
…x#2046) Bumps [boto3](https://github.com/boto/boto3) from 1.34.55 to 1.34.65. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.55...1.34.65) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove docker from gardener feature * Remove docker-in-gardener-specific test
- Include mlx5 drivers in initramdisk and load it, otherwise we have problems with the setup of the bond (NIC isn't known yet) - Set the DNS on the bond, as cloud-init sets here things up statically, and therefore no DHCP info about the DNS
Makes inspecting and editing things on the host easier
fwiesel
force-pushed
the
orabos
branch
3 times, most recently
from
April 18, 2024 09:58
aeb74f2
to
9187ef3
Compare
fwiesel
force-pushed
the
orabos
branch
9 times, most recently
from
May 31, 2024 10:38
f4c030b
to
ddb05e0
Compare
fwiesel
force-pushed
the
orabos
branch
2 times, most recently
from
July 18, 2024 12:54
fac2baa
to
6ac35b3
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Makes inspecting and editing things on the host easier