Start building
This commit is contained in:
commit
924c4c485d
3 changed files with 22 additions and 0 deletions
16
.woodpecker/.build.yml
Normal file
16
.woodpecker/.build.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
steps:
|
||||||
|
- build:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
repo: gitea.simcop2387.info/simcop2387/ai-perl-base
|
||||||
|
registry: gitea.simcop2387.info
|
||||||
|
auto_tag: true
|
||||||
|
mirror: "https://docker-registry-cache.simcop2387.info"
|
||||||
|
username: simcop2387
|
||||||
|
password:
|
||||||
|
from_secret: docker_token
|
||||||
|
~
|
||||||
|
~
|
||||||
|
~
|
||||||
|
~
|
||||||
|
|
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM debian:bookworm
|
||||||
|
|
||||||
|
RUN apt update && apt install -y perlbrew curl
|
||||||
|
RUN perlbrew init && perlbrew install --verbose perl-5.38.0
|
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Build a base image for running the perl stuff for ai
|
||||||
|
|
Loading…
Add table
Reference in a new issue