Skip to content

epinio/example-builder-gitea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-builder-gitea

prerequisites

  • docker
  • skopeo
  • pack

Stack

Build the bionic-full-stack

./stacks/bionic-full-stack/scripts/create.sh

This will create two OCI images in the stacks/bionic-full-stack/build folder:

  • build.oci
  • run.oci
cd stacks/bionic-full-stack/build
mkdir build && tar -xf build.oci -C build
mkdir run   && tar -xf run.oci   -C run
skopeo -v copy oci:build docker-daemon:ghcr.io/enrichman/bionic-full-stack-build:0.1.0
skopeo -v copy oci:run   docker-daemon:ghcr.io/enrichman/bionic-full-stack-run:0.1.0
docker push ghcr.io/enrichman/bionic-full-stack-build:0.1.0
docker push ghcr.io/enrichman/bionic-full-stack-run:0.1.0

builder

Create the builder image

pack builder create ghcr.io/enrichman/gitea-builder:0.0.4 \
    --config ./builders/gitea-builder/builder.toml

and push it

docker push ghcr.io/enrichman/gitea-builder:0.0.4

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages