https://cloud.google.com/container-registry/docs/quickstart
Make sure you have the gcloud tools setup, and then run:
gcloud auth configure-docker
17:25:35 eos:~/src/fastly/kryten-api$ git checkout jemershaw/docker
https://cloud.google.com/container-registry/docs/quickstart
Make sure you have the gcloud tools setup, and then run:
gcloud auth configure-docker
17:25:35 eos:~/src/fastly/kryten-api$ git checkout jemershaw/docker
From: Bryan Horstmann-Allen <[email protected]> | |
To: [email protected] | |
Cc: [email protected], [email protected], [email protected], [email protected], [email protected] | |
Bcc: [email protected], [email protected] | |
Subject: 안녕히 계세요 | |
Reply-To: [email protected] | |
Hi folks, | |
Today is my last day at Joyent. I've enjoyed working with all of you over the |
Hi folks, | |
Today is my last day at Joyent. I've enjoyed working with all of you over the | |
last ~3 years. Some of you I've wanted to work with for over a decade! It was a | |
real treat to get to do so. | |
Over the last couple weeks I've thought about some of the things I'm proud of | |
accomplishing both personally and as an organization, and maybe it would be | |
good to remind everyone of them: |
Hi folks, | |
Today is my last day at Joyent. I've enjoyed working with all of you over the | |
last ~3 years. Some of you I've wanted to work with for over a decade! It was a | |
real treat to get to do so. | |
Over the last couple weeks I've thought about some of the things I'm proud of | |
accomplishing both personally and as an organization, and maybe it would be | |
good to remind everyone of them: |
#!/bin/bash -e | |
# This script translates a Solaris SVR4 Chef Omnibus package into a tarball. | |
# It parses the pkgmap to set up required symlinks, tars, and drops the file in | |
# /var/tmp. | |
CHEF_VERSION=12.3.0-1 | |
PKG_ROOT=/var/tmp/chef-$CHEF_VERSION |
/opt/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': ld.so.1: ruby22: fatal: relocation error: file /opt/local/lib/ruby/2.2.0/x86_64-solaris2.11/openssl.so: symbol SSLv2_method: referenced symbol not found - /opt/local/lib/ruby/2.2.0/x86_64-solaris2.11/openssl.so (LoadError) |
#!/usr/bin/env perl | |
use File::Basename; | |
my $WORKDIR=$ENV{PWD}; | |
my $PKGDIR=$WORKDIR . "/chef"; | |
chdir $PKGDIR; | |
my $file = "pkgmap"; | |
open my $fh, '<', $file or die "Could not open '$file' $!"; |
admin@ip-172-31-2-30:~$ sudo su - operable | |
operable@ip-172-31-2-30:~$ ./setup.sh | |
Loading environemnt variables from /home/operable/cog.vars. | |
Erlang installed...../usr/local/bin/erl | |
Elixir installed...../usr/local/bin/iex | |
Mix installed...../usr/local/bin/mix | |
Make installed...../usr/bin/make | |
Git installed...../usr/bin/git | |
Erlang dirty CPU schedulers supported.....Yes | |
Prequisite checks completed. |
"filesystems": [ | |
{ | |
"source": "/opt/chef", | |
"target": "/opt/chef", | |
"options": [ "ro" ], | |
"type": "lofs" | |
}, |