Commit Graph

32 Commits

Author SHA1 Message Date
GitHub Actions
48409fb5af readme: Automatically translated README 2024-05-13 15:27:35 +00:00
Thilo Graf
038479cf71 readme: update readme 2024-05-13 17:27:16 +02:00
Thilo Graf
7d5a9053c0 refactor readme.yml: Update commit message for clarity 0.2 2024-05-12 18:39:50 +02:00
Thilo Graf
35ca9f5383 .translate.py: update link to repo 2024-05-12 18:36:05 +02:00
GitHub Actions
7578190044 readme: Automatically translated README to English 2024-05-12 16:29:36 +00:00
Thilo Graf
8e9ab5dd45 readme: update readme 2024-05-12 18:29:04 +02:00
GitHub Actions
5a86396362 readme: Automatically translated README to English 2024-05-06 16:10:00 +00:00
Thilo Graf
2ffb87279a readme: update readme 2024-05-06 18:09:29 +02:00
GitHub Actions
df1d702e48 readme: Automatically translated README to English 2024-05-06 16:03:03 +00:00
Thilo Graf
7d909ee1d6 readme: update readme 2024-05-06 18:02:25 +02:00
Thilo Graf
29f40aadaa docker-compose.yml: add volume for sources 2024-05-06 18:02:01 +02:00
Thilo Graf
69c960d91f Dockerfile: use latest base image as default 2024-05-06 17:59:51 +02:00
GitHub Actions
3ab7e43701 readme: Automatically translated README to English 2024-04-21 14:08:29 +00:00
Thilo Graf
086781a97d Change repository name 2024-04-21 16:07:43 +02:00
GitHub Actions
aaa6cd1227 readme: Automatically translated README to English 2024-04-16 14:03:57 +00:00
Thilo Graf
83547c7907 readme: update intro 2024-04-16 16:03:34 +02:00
Thilo Graf
436c7e9471 Dockerfile: use expicit base image dbt1/debian-tuxbox-base:v1.0 2024-04-14 18:00:38 +02:00
Thilo Graf
4de7617137 Dockerfile: Optimize SSH setup with environment variables for better flexibility 2024-04-11 20:01:23 +02:00
Thilo Graf
cc4c950b92 Standardize PATH during build
- Introduced a standard PATH environment variable definition during the
  image build phase to ensure consistency across different build environments.
- Removed redundant PATH argument definition to streamline Dockerfile
  and related configurations.
- Adjusted volume bindings in docker-compose.yml and Dockerfile to support
  a new directory structure for binaries.
- Enabled PATH environment variable pass-through in docker-compose.yml to
  ensure custom binary paths are accessible.
- Minor adjustments to script generation and directory initialization to enhance container setup processes.

This update optimizes the build environment and improves container
configuration by ensuring that essential tools and custom binaries are
readily available in the PATH across all stages of the build and
execution process.
2024-04-11 18:32:39 +02:00
Thilo Graf
e33f5ae552 docker-compose.yml: remove PATH from args
For use only environment defined PATH
2024-04-10 19:26:13 +02:00
Thilo Graf
6cdd9f8df4 docker-compose.yml: Update Docker Compose versiom to v3.8 and optimize env
- Upgraded Docker Compose file version from 3 to 3.8 to leverage new
  features and improvements.
- Reorganized the service configuration for tuxbox-build by
  specifying `container_name` at the appropriate level and shifting
  from inline `environment` variables to an external `.env` file for a cleaner and more maintainable setup.
- Removed redundant environment variable definitions and comments
  to streamline the configuration.

Better maintainability of Docker setup and ensures compatibility with newer Docker Compose features.
2024-04-10 18:11:31 +02:00
Thilo Graf
cde61c13d3 Dockerfile: move useradd after ARGs 2024-04-08 20:48:31 +02:00
Thilo Graf
ec3d514d7b Dockerfile: replace ${BASH_RC_FILE} as var for ${USER_DIR}/.bashrc 2024-04-08 20:36:34 +02:00
Thilo Graf
7ac438d22f docker-compose.yml: add missuíng data volume dir 2024-04-08 19:12:48 +02:00
Thilo Graf
9bc9df0d32 Dockerfile: ensure matching owners on user volume workdir 2024-04-07 17:35:37 +02:00
Thilo Graf
25c3f65111 create-env.sh: use GIT-default vars 2024-04-07 17:06:02 +02:00
GitHub Actions
269c095af9 readme: Automatically translated README to English 2024-04-07 14:21:44 +00:00
Thilo Graf
67d459b3da Dockerfile: remove unused ENV LIGHTTPD_CONF_INC 2024-04-07 16:20:23 +02:00
Thilo Graf
35f33c266b update readme 2024-04-07 16:20:23 +02:00
GitHub Actions
c8325696cf readme: Automatically translated README to English 2024-04-07 12:56:24 +00:00
Thilo Graf
bb757e70c0 readme: change order of exec variants, for easier sample as 1st option 2024-04-07 14:55:18 +02:00
Thilo Graf
dab8585fab Initial commit 0.1 2024-04-07 14:37:07 +02:00