Commit Graph

33 Commits

Author SHA1 Message Date
Stephen Simpson
f8d598fc29 Remove redundant registry retrieval step and use environment variable directly in Docker workflow
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 4m37s
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
0.0.9
2025-10-27 09:21:05 -05:00
Stephen Simpson
95854ddd05 Refactor registry handling in Docker workflow to use RUNNER_REGISTRY environment variable
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 3m46s
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-10-24 12:33:56 -05:00
d97dc0d987 Update .gitea/workflows/docker-image-linux.yml
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 4m10s
2025-10-22 21:46:14 -05:00
15717fff54 Update Dockerfile
Some checks failed
Build and publish Docker image / build-and-push (push) Has been cancelled
0.0.8
2025-10-22 19:47:58 -05:00
84df07759c Removing update
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 4m21s
2025-10-22 19:39:04 -05:00
0a60f500a4 Removed screen and htop add epel
Some checks are pending
Build and publish Docker image / build-and-push (push) Waiting to run
2025-10-22 18:56:37 -05:00
b0262ab897 Fix formatting
Some checks failed
Build and publish Docker image / build-and-push (push) Has been cancelled
2025-10-22 18:48:40 -05:00
40cb279e2e Update
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 5m7s
0.0.7
2025-09-21 11:27:34 -05:00
da754ca754 fix: update Dockerfile to include additional packages for development environment
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 3m38s
Signed-off-by: Stephen Simpson <stevo81989@gmail.com>
0.0.6
2025-08-14 20:23:34 -05:00
ae99faf486 Merge pull request 'fix: add golang installation and update bash aliases in Dockerfile' (#5) from add-features into main
All checks were successful
Build and publish Docker image / build-and-push (push) Successful in 25m15s
Reviewed-on: #5
0.0.5
2025-07-02 08:27:42 -05:00
Stephen Simpson
a51f619dbe fix: add golang installation and update bash aliases in Dockerfile
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-07-02 08:27:25 -05:00
6f4a6fdedc fix: update Docker workflow to include container image and remove obsolete test workflow
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 18m1s
0.0.3 0.0.4
2025-05-24 09:06:48 -05:00
143d912da8 Merge pull request 'Added create repo' (#3) from add-createrepo into main
Some checks failed
Run Actions / build-and-push-image (push) Successful in 13s
Build and publish Docker image / build-and-push (push) Failing after 19m18s
Reviewed-on: #3
2025-05-23 10:43:49 -05:00
edeb0d808e Added create repo 2025-05-23 10:43:40 -05:00
8fcc4bb189 Merge pull request 'fix: add yq installation to Dockerfile for YAML processing support' (#2) from add-yq into main
All checks were successful
Run Actions / build-and-push-image (push) Successful in 2s
Build and publish Docker image / build-and-push (push) Successful in 19m17s
Reviewed-on: #2
0.0.2
2025-05-08 11:37:11 -05:00
Stephen Simpson
af91b2be02 fix: add yq installation to Dockerfile for YAML processing support
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-05-08 11:36:52 -05:00
ed2eef5cee Merge pull request 'fix: add jq package to Dockerfile for enhanced JSON processing' (#1) from add-jq into main
Some checks failed
Run Actions / build-and-push-image (push) Has been cancelled
Reviewed-on: #1
2025-05-08 11:12:22 -05:00
Stephen Simpson
880ac28eb6 fix: add jq package to Dockerfile for enhanced JSON processing
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-05-08 11:12:08 -05:00
Stephen Simpson
dbbf9df02d fix: update workflow name and improve Docker metadata extraction steps
All checks were successful
Build and publish Docker image / build-and-push (push) Successful in 5m32s
Run Actions / build-and-push-image (push) Successful in 10s
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
0.0.1
2025-04-29 16:26:48 -07:00
Stephen Simpson
7faceab667 fix: correct syntax for GITHUB_REF_NAME variable in Docker metadata extraction
All checks were successful
Run Actions / build-and-push-image (push) Successful in 1s
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 16:20:07 -07:00
Stephen Simpson
91f5974e26 fix: simplify Docker metadata extraction by removing redundant tag patterns
Some checks failed
Create and publish a Docker image for Linux / build-and-push-image (push) Failing after 23s
Run Actions / build-and-push-image (push) Successful in 2s
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 16:15:38 -07:00
Stephen Simpson
94324e088d fix: remove redundant latest tag pattern from Docker metadata extraction
All checks were successful
Run Actions / build-and-push-image (push) Successful in 1s
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 16:13:28 -07:00
Stephen Simpson
140cfdbe62 fix: update tag pattern for Docker image versioning and correct GITHUB_REF_NAME reference
All checks were successful
Run Actions / build-and-push-image (push) Successful in 2s
Create and publish a Docker image for Linux / build-and-push-image (push) Successful in 32s
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 16:10:01 -07:00
Stephen Simpson
7c5b1d94c4 fix: update branch name from master to main in workflow trigger
All checks were successful
Run Actions / build-and-push-image (push) Successful in 2s
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 16:06:47 -07:00
Stephen Simpson
92527c78d1 refactor: simplify environment variable dumping in test workflow
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 15:38:27 -07:00
Stephen Simpson
0f775eaed5 refactor: update build job to use Ubuntu and add Gitea context logging
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 15:35:42 -07:00
Stephen Simpson
6ea5040983 feat: add workflow_dispatch trigger to test workflow
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 15:33:57 -07:00
Stephen Simpson
146fa71be3 feat: add GitHub Actions workflows for Docker image creation and testing on Windows
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 15:27:39 -07:00
Stephen Simpson
d6e2e54b08 feat: add GitHub Actions workflow for running builds on Windows
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 15:26:29 -07:00
Stephen Simpson
3e69f08edf fix: add release trigger for workflow on creation of new releases
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 13:16:21 -07:00
Stephen Simpson
a4028d3b44 refactor: update version tag pattern and remove unused entrypoint script
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 11:24:38 -07:00
Stephen Simpson
df80a13fa0 refactor: update Dockerfile base image to Rocky Linux and remove obsolete workflow
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
2025-04-29 11:21:28 -07:00
Stephen Simpson
2a0066441b first commit 2025-04-29 10:31:19 -07:00