Debian-curl
This commit is contained in:
parent
98689ab80f
commit
c15e91cde8
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM debian:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
|
8
publish.sh
Executable file
8
publish.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# build the gitea.jde.nz/public/bb64:debian-curl docker image
|
||||
docker build -t gitea.jde.nz/public/debian-curl:latest -f Dockerfile .
|
||||
|
||||
# push the gitea.jde.nz/public/bb64:debian-curl docker image to the gitea.jde.nz registry
|
||||
docker push gitea.jde.nz/public/debian-curl:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user