Created Dockerfiles #22
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Dockerfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #3
Created Dockerfile.builder for constructing the build image, and a Dockerfile.runtime for constructing the runtime image.
@ -0,0 +4,4 @@
on:
push:
branches:
- master
Should be on release instead of push to branch
@ -0,0 +12,4 @@
container:
image: catthehacker/ubuntu:act-latest
env:
REGISTRY: www.gitgud.foo
no longer
www
@ -0,0 +14,4 @@
env:
REGISTRY: www.gitgud.foo
OWNER: thegrind
TAG: 1.0.0
Tag should be the actual tag from release
@ -8,1 +7,4 @@
*.webm
*.tar.gz
*.old
We can remove this line
@ -0,0 +14,4 @@
RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
wget \
vim \
Do we need vim in the container?
Checkout
From your project repository, check out a new branch and test the changes.