projectatomic / adb-atomic-developer-bundle

a prepackaged development environment filled with production-grade pre-configured tools that makes container development easier
GNU General Public License v2.0
83 stars 51 forks source link

Release version 2.4.0 #581

Closed LalatenduMohanty closed 7 years ago

LalatenduMohanty commented 8 years ago

Release candidate build:

Planned release date: 26th December 2016

coolbrg commented 7 years ago
LalatenduMohanty commented 7 years ago

@budhrg CentOS has released 7.3 updates, so need to rebuild the box.

LalatenduMohanty commented 7 years ago

@budhrg Are you able to run applications in OpenShift. Because I am hitting https://bugzilla.redhat.com/show_bug.cgi?id=1312665 with SELinux enabled.

coolbrg commented 7 years ago

I have tested RC1 again today and found that docker pull for centos/php-56-centos7 is failing through Openshift.

However, separately, docker pull centos/php-56-centos7 is working fine.

[vagrant@adb ~]$ oc new-app cakephp-example
--> Deploying template "cakephp-example" in project "openshift" for "cakephp-example"
     With parameters:
      Name=cakephp-example
      Namespace=openshift
      Memory Limit=512Mi
      Git Repository URL=https://github.com/openshift/cakephp-ex.git
      Git Reference=
      Context Directory=
      Application Hostname=
      GitHub Webhook Secret=1dXWgDSDMehfAaD02tuWcauQq57IDxmegcWoxcj2 # generated
      Database Service Name=
      Database Engine=
      Database Name=
      Database User=
      Database Password=
      CakePHP Secret Token=Ol5WoUYEeYvdP3kSJotvOami8Bvf7kd2li0Jxb4rSrDgjRzM2X # generated
      CakePHP Security Salt=nGedXWsY2kGufsIxjrjwObLC1sqNbBWg1Ol7posj # generated
      CakePHP Security Cipher Seed=074183444028101253674006885828 # generated
      OPcache Revalidation Frequency=2
      Custom Composer Mirror URL=
--> Creating resources with label app=cakephp-example ...
    service "cakephp-example" created
    route "cakephp-example" created
    imagestream "cakephp-example" created
    buildconfig "cakephp-example" created
    deploymentconfig "cakephp-example" created
--> Success
    Build scheduled, use 'oc logs -f bc/cakephp-example' to track its progress.
    Run 'oc status' to view your app.

[vagrant@adb ~]$ oc logs -f bc/cakephp-example
I1221 06:34:13.181299       1 docker.go:351] Image "centos/php-56-centos7@sha256:18b93adf0fb58dbd28bd6f5c87093717dfea11f021f295cc24d01fbcd1fc47d6" not available locally, pulling ...
I1221 06:34:23.263941       1 docker.go:351] Image "centos/php-56-centos7@sha256:18b93adf0fb58dbd28bd6f5c87093717dfea11f021f295cc24d01fbcd1fc47d6" not available locally, pulling ...
F1221 06:34:28.610644       1 builder.go:204] Error: build error: unable to get centos/php-56-centos7@sha256:18b93adf0fb58dbd28bd6f5c87093717dfea11f021f295cc24d01fbcd1fc47d6

[vagrant@adb ~]$ docker pull centos/php-56-centos7
Using default tag: latest
Trying to pull repository docker.io/centos/php-56-centos7 ...
latest: Pulling from docker.io/centos/php-56-centos7

45a2e645736c: Pull complete
3f92963ff97b: Pull complete
d6d897d19b25: Pull complete
50d0864be036: Pull complete
f6719f497d56: Pull complete
c1cba3e9f16a: Pull complete
227912486010: Pull complete
7b1086f98e35: Pull complete
Digest: sha256:bcbff94e97e8fb888ccb89232700f93368da999fd771355497da1f6dc66a648a
Status: Downloaded newer image for docker.io/centos/php-56-centos7:latest

After bit investigating, found that centos/php-56-centos7 image has been recently updated. php-56-centos7

Is that the issue?