Skip to content

Docker images for building jvm apps targetting GCP Kubernetes

Notifications You must be signed in to change notification settings

anuppuranik/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Images

This is my collection of personal docker images. They are for public use. They are available at https://hub.docker.com/u/anuppuranik

All images have the following, so they are pefect for use on Circle Ci.

  • Ubuntu Base
  • Official Oracle JDK
  • Google Cloud Tools (gcloud)
  • Docker Ce

Docker tags:

Deprecated:

Maintenance Commands:

docker build -t anuppuranik/gcloud-python3-node:latest -t anuppuranik/gcloud-python3-node:$(date '+%Y%m%d') - < Dockerfile
docker push anuppuranik/gcloud-python3-node:$(date '+%Y%m%d')
docker push anuppuranik/gcloud-python3-node:latest

OR if using padman

cd gcloud-python3-node
podman build -t anuppuranik/gcloud-python3-node:latest -t anuppuranik/gcloud-python3-node:$(date '+%Y%m%d') .
podman images
podman push <image_id> docker://docker.io/anuppuranik/gcloud-python3-node:latest

Releases

No releases published

Packages

No packages published