flatcar-scripts/sdk_lib
Krzesimir Nowak 6b326744d8 sdk_lib,run_sdk_container: Modernize a bit
- Make cosmetic fixes in help output.

- There is usually no need for putting variables inside quotes in
  assignments.

- Use [[ ]] to avoid putting everything into strings.

- Use arrays instead of relying on strings to be split on whitespace
  as it was the case for invoking docker and getting GPG volume flags
  for docker.

- Make sure that some cleanup and trap strings quote variables
  properly.

- Add a "call_docker" function to avoid dealing with "docker" and a
  new "docker_a" variables when willing to invoke docker. The "docker"
  variable rather shouldn't be used, but it is still there in case
  some other scripts were using it.
2023-10-25 14:49:35 +02:00
..
updates update_chroot: fix transition to new os-release location 2014-07-14 17:59:15 -07:00
90_env_keep sdk: Forward SIGNER environment variable 2022-06-03 14:59:26 +02:00
Dockerfile.lean-arch sdk-container: add @krnowak's suggestions from code review 2021-11-26 17:54:43 +01:00
Dockerfile.sdk-build sdk-container: add scripts for containerised SDK 2021-11-26 17:54:43 +01:00
Dockerfile.sdk-import sdk_lib: Workaround docker issue with missing ownership preservation 2023-10-10 13:28:51 +02:00
Dockerfile.sdk-update update_sdk_container_image: work around sandbox permission errors 2022-05-06 11:20:03 +02:00
sdk_container_common.sh sdk_lib,run_sdk_container: Modernize a bit 2023-10-25 14:49:35 +02:00
sdk_entry.sh Support running under UID 500 2022-08-31 15:16:21 +02:00
sdk_init_selfcontained.sh scripts, CI, workflows: remove submodule handling (main) 2023-04-13 12:26:36 +02:00
sdk_util.sh sdk_lib: Use curl for downloading SDK tarballs 2023-03-17 09:35:35 +01:00