Skip to content

Instantly share code, notes, and snippets.

View denebeim's full-sized avatar
💭
Looking for a DevOps position

Joy Denebeim denebeim

💭
Looking for a DevOps position
View GitHub Profile

Keybase proof

I hereby claim:

  • I am denebeim on github.
  • I am denebeim (https://keybase.io/denebeim) on keybase.
  • I have a public key ASARl0OHcGhEkEwM7alkWj0GMYQP5E9m7a6cqCZhNnkD1go

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am denebeim on github.
* I am denebeim (https://keybase.io/denebeim) on keybase.
* I have a public key ASARl0OHcGhEkEwM7alkWj0GMYQP5E9m7a6cqCZhNnkD1go
To claim this, I am signing this object:
@denebeim
denebeim / localize-repo.sh
Last active August 29, 2015 14:07
Modify docker layers to use the local artifactory as their repository (incomplete)
#!/bin/bash
artifactoryRegistry=
repositoryName=fedora
destinationRepositoryName=
specificTag=
destinationUserName=
noUpdate=false
forceUpdate=false
@denebeim
denebeim / pull-push-repo.sh
Last active August 29, 2015 14:07
Script to pull docker layers from the global docker repository into a local artifactory server.
#!/bin/bash
artifactoryRegistry=
repositoryName=
destinationRepositoryName=
specificTag=
destinationUserName=
noUpdate=false
forceUpdate=false