Skip to content

Instantly share code, notes, and snippets.

View soltysh's full-sized avatar
🌪️
up & running

Maciej Szulik soltysh

🌪️
up & running
  • Red Hat, Inc
  • Poland
  • 20:05 (UTC +02:00)
  • X @soltysh
View GitHub Profile

Keybase proof

I hereby claim:

  • I am soltysh on github.
  • I am soltysh (https://keybase.io/soltysh) on keybase.
  • I have a public key ASDgNrJ1CZitUMyAAuQ_xt-QWy-9sr5O3xhZXgxi3I2Yzgo

To claim this, I am signing this object:

$ python extensions/test/test_local_replace.py ../roundup
F
======================================================================
FAIL: test_replacement (__main__.TestPyDevStringHTMLProperty)
----------------------------------------------------------------------
Traceback (most recent call last):
File "extensions/test/test_local_replace.py", line 65, in test_replacement
expected_result.decode())
AssertionError: u' issue 1234\n' != u' <a class="open" title="[open] Mock title" href="issue1234">issue 1234</a>\n'
- issue 1234
$ docker run -it docker.io/centos:7 /bin/bash
[root@4dad27cbf07e /]# yum install -y centos-release-scl-rh
Loaded plugins: fastestmirror, ovl
base | 3.6 kB 00:00:00
extras | 3.4 kB 00:00:00
updates | 3.4 kB 00:00:00
updates/7/x86_64/primary_db FAILED
http://ftp.wcss.pl/pub/linux/centos/7.3.1611/updates/x86_64/repodata/07467f9928e5098492a1115004239b2c17b4178051852fb48394868acbb5b261-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article
$ docker inspect k8s_hello.883a8857_hello-1-xmbfn_test_09c33e62-fdf8-11e6-b733-525400f25e34_83f3eb86
[
{
"Id": "1af818d739c90a76f233175ebafe097be71f476f4ed07166e86ad753dc141244",
"Created": "2017-02-28T20:54:59.744783438Z",
"Path": "/hello-openshift",
"Args": [],
"State": {
"Status": "running",
"Running": true,
[root@openshiftdev ~]# oc get ns/test -o yaml
apiVersion: v1
kind: Namespace
metadata:
annotations:
openshift.io/description: This is an example project to demonstrate OpenShift
v3
openshift.io/display-name: OpenShift 3 Sample
openshift.io/requester: test-admin
openshift.io/sa.scc.mcs: s0:c6,c5
$ docker inspect k8s_hello.33998893_hello-1-th5k1_test_7482c950-fdfa-11e6-8868-525400f25e34_5fc883b7
[
{
"Id": "5398f7a71f4abc0be9734e8d0f40881076745380034fc457b80740451f5b4504",
"Created": "2017-02-28T21:11:25.791328537Z",
"Path": "/hello-openshift",
"Args": [],
"State": {
"Status": "running",
"Running": true,

Jenkins build following RPMs:

/tmp/openshift/tito/origin-1.5.0-0.alpha.3+98491cd.264.src.rpm 
/tmp/openshift/tito/x86_64/origin-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-master-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-tests-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-node-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/tuned-profiles-origin-node-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-clients-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-dockerregistry-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 

oc import-image

$ oc import-image busyboxx --confirm
The import completed with errors.

Name:			busyboxx
Namespace:		test
Created:		Less than a second ago
Labels:			<none>
$ oc describe is/python
Name: python
Namespace: test
Created: 24 seconds ago
Labels: <none>
Annotations: openshift.io/image.dockerRepositoryCheck=2017-03-09T14:19:56Z
Docker Pull Spec: 172.30.12.133:5000/test/python
Unique Images: 3
Tags: 5
$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git@github.com:soltysh/docker-bpo.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]