Skip to content

Instantly share code, notes, and snippets.

View linuxmaniac's full-sized avatar

Victor Seva linuxmaniac

View GitHub Profile
@linuxmaniac
linuxmaniac / migrate_dockerhub.sh
Last active April 20, 2023 12:11
migrate script to push docker hub images to Github Packages
#!/bin/bash
set -ex
# Simple script to repush docker images from one repository to another
# This is done incremently because my images are massive
original_image="kamailio/kamailio-ci"
# github packages has a strange way of having images, you can have
new_image="kamailio/kamailio-ci"
# Github package registry with a repository
target_acr="ghcr.io"
temp_file="image_list.txt"

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@linuxmaniac
linuxmaniac / Dockfile
Created May 13, 2014 13:42
kamailio wheezy devel Dockfile
FROM bugthing/docker-debian-wheezy-base
RUN apt-get update
RUN apt-get install --assume-yes git bison debhelper docbook-xml flex libconfuse-dev \
libcurl4-openssl-dev libdb-dev libev-dev libevent-dev libexpat1-dev \
libradiusclient-ng-dev libgcj12-dev libgeoip-dev libhiredis-dev libjson0-dev \
libldap2-dev liblua5.1-0-dev libmemcached-dev libmono-2.0-dev libmysqlclient-dev \
libncurses5-dev libpcre3-dev libperl-dev libpq-dev libreadline-dev libsasl2-dev \
libsctp-dev libsnmp-dev libsqlite3-dev libunistring-dev libxml2-dev openssl \
pkg-config python python-dev unixodbc-dev uuid-dev xsltproc zlib1g-dev
EXPOSE 5060
@linuxmaniac
linuxmaniac / README
Last active August 29, 2015 13:57
securecall VM config
URL: http://www.securecall.org/securecall_mysql.img.bz2
user: root
password: securecall
CAUTION!!
----------
This image is just an easy way to play with this environment. Is _NOT_ for production use.
You still need to implement measures to improve the security.
You have been warned.