Created Dockerfiles #22

Open
xbazzi wants to merge 14 commits from Dockerfile into master
Owner

Closes #3

Created Dockerfile.builder for constructing the build image, and a Dockerfile.runtime for constructing the runtime image.

Closes #3 Created Dockerfile.builder for constructing the build image, and a Dockerfile.runtime for constructing the runtime image.
xbazzi added 10 commits 2025-02-13 22:26:37 -07:00
xbazzi added 1 commit 2025-02-13 22:27:54 -07:00
Add .old back into the .gitignore
Some checks failed
Run Go Tests / Run Tests (pull_request) Has been cancelled
0ed9bb1cef
xbazzi added 1 commit 2025-02-13 22:29:37 -07:00
Remove unused workflow
Some checks failed
Run Go Tests / Run Tests (pull_request) Has been cancelled
9b5ea0f41a
javif89 requested changes 2025-02-13 22:31:31 -07:00
@ -0,0 +4,4 @@
on:
push:
branches:
- master
Owner

Should be on release instead of push to branch

Should be on release instead of push to branch
@ -0,0 +12,4 @@
container:
image: catthehacker/ubuntu:act-latest
env:
REGISTRY: www.gitgud.foo
Owner

no longer www

no longer `www`
@ -0,0 +14,4 @@
env:
REGISTRY: www.gitgud.foo
OWNER: thegrind
TAG: 1.0.0
Owner

Tag should be the actual tag from release

Tag should be the actual tag from release
.gitignore Outdated
@ -8,1 +7,4 @@
*.webm
*.tar.gz
*.old
Owner

We can remove this line

We can remove this line
@ -0,0 +14,4 @@
RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
wget \
vim \
Owner

Do we need vim in the container?

Do we need vim in the container?
xbazzi added 1 commit 2025-02-13 22:33:38 -07:00
Point docker build to Dockerfile.builder in workflow
Some checks failed
Run Go Tests / Run Tests (pull_request) Has been cancelled
dfb7011dc3
xbazzi added 1 commit 2025-02-13 22:34:16 -07:00
Change domain to new one
Some checks failed
Run Go Tests / Run Tests (pull_request) Has been cancelled
94e0054075
Some checks failed
Run Go Tests / Run Tests (pull_request) Has been cancelled
This pull request doesn't have enough required approvals yet. 0 of 1 official approvals granted.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin Dockerfile:Dockerfile
git checkout Dockerfile
Sign in to join this conversation.
No description provided.