Skip to content

Great repository names are short and memorable. Need inspiration? How about urban-octo-meme?

Notifications You must be signed in to change notification settings

jhriv/urban-octo-meme

Repository files navigation

Urban Octo Meme

A test example of using the Red Hat Universal Base Image as a basis for containerized apps.

Setup

Get your organization and activation key from https://access.redhat.com/management/activation_keys

Add the desired organization and activation key to the file .rhsm ¹

ORG=12345
KEY=containers-r-us

Build:

docker login registry.redhat.io
export COMPOSE_DOCKER_CLI_BUILD=1
export DOCKER_BUILDKIT=1
docker build --secret id=rhsm,src=.rhsm --tag jhriv/urban-octo-meme --file Dockerfile-uom .
docker push jhriv/urban-octo-meme:latest

NB:

The jhriv/urban-octo-meme repository is private. Use your own private repository.

Usage:

docker build --build-arg repository=jhriv/urban-octo-meme --tag urban-octo-meme .
docker-compose up --detach
curl http://localhost:9292/

NB:

The jhriv/urban-octo-meme repository is private. Use your own private repository.

About

Great repository names are short and memorable. Need inspiration? How about urban-octo-meme?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published