Sign inSign up

shopsys/kubernetes-buildpack

By shopsys

Updated 7 months ago

Buildpack necessary for kubernetes cluster

Image
1

6.2K

shopsys/kubernetes-buildpack repository overview

Kubernetes Build Pack

Kubernetes Build pack serves to build and deploy Shopsys Framework application using Docker, Kubernetes, Terraform etc. that are preinstalled into Dockerfile which can be used later as an image.

Requirements

Docker

What it contains

Docker

Kubernetes - kubectl

Terraform

Yq

Google Cloud SDK

Kustomize

How to use

Basic concept of usage of this image is to mount your repository into container volume from which you can perform all your tasks related to deploying Shopsys Framework.

Code example:

cd /my-project/

docker run \
    -v $PWD:/tmp \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v ~/.kube/config:/root/.kube/config \
    --rm \
    shopsys/kubernetes-buildpack \
    <your scripts>

How to extend

What if I want to work with some technology that is not included in shopsys/kubernetes-buildpack?

You can extend our image in Dockerfile and install applications and tools that you require.

FROM shopsys/kubernetes-buildpack

# install tools you want here, eg. Python
RUN apk add --update --no-cache python3

Tag summary

Content type

Image

Digest

sha256:833538fa5

Size

120.9 MB

Last updated

7 months ago

docker pull shopsys/kubernetes-buildpack:2.0