Skip to content

Instantly share code, notes, and snippets.

@jromero
jromero / hello.txt
Created January 2, 2020 20:46
Hello World
hello

Keybase proof

I hereby claim:

  • I am jromero on github.
  • I am javierrom_ (https://keybase.io/javierrom_) on keybase.
  • I have a public key ASBXnpm_QHCe7MtHaNe1peLyT5eEPCkFGKERTzbnDRH2fQo

To claim this, I am signing this object:

@jromero
jromero / README.md
Created May 18, 2020 12:47
buildpacks plugin for docker CLI

Summary

This is a proof-of-concept for integrating Cloud Native Buildpacks into the Docker CLI. The purpose for this is to provide an app developer centric expirience within a common interface.

Going Further

  • Instead of propogating to pack build it would be ideal to have a standalone CLI application that is tailored to this use case which using pack as a library. Doing this would allow for a singular install.
  • Alternatively, pack could provide a command similar to pack completion that would install the docker CLI plugin similar to this PoC.
@jromero
jromero / testing.md
Last active August 28, 2020 16:34
Prototype of testing within Markdown

OPTION 1

Add HTML comments.

Example (see source)

First, we'll create a sample Ruby app that you can use when developing your buildpack: