Docker Package Uses RH Registry

Bug #1423015 reported by Daneyon Hansen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
Critical
Steven Dake

Bug Description

The current docker package uses the RH registry by default:

# /etc/sysconfig/docker

# Modify these options if you want to change the way the docker daemon runs
OPTIONS='--selinux-enabled'

DOCKER_CERT_PATH=/etc/docker

# If you want to add your own registry to be used for docker search and docker pull use the
# ADD_REGISTRY option to list a set of comma separated registries.
# Note the last registry added will be the first regisry searched.
#
ADD_REGISTRY='--add-registry registry.access.redhat.com'

# If you want to block registries from being used, use the
# BLOCK_REGISTRY option to list a set of comma separated registries, and uncommenting
# it. For example adding docker.io will stop users from downloading images from docker.io
# BLOCK_REGISTRY='--block-registry'

# If you have a registry secured with https but do not have proper certs destributed, you can
# tell docker to not look for full authorization by adding the registry to the
# INSECURE_REGISTRY line and uncommenting it.
# INSECURE_REGISTRY='--insecure-registry'

# On an SELinux system, if you remove the --selinux-enabled option, you
# also need to turn on the docker_transition_unconfined boolean.
# setsebool -P docker_transition_unconfined 1

# Location used for temporary files, such as those created by
# docker load and build operations. Default is /var/lib/docker/tmp
# Can be overriden by setting the following environment variable.
# DOCKER_TMPDIR=/var/tmp

# Controls the /etc/cron.daily/docker-logrotate cron job status.
# To disable, uncomment the line below.
# LOGROTATE=false
#

GOTRACEBACK='crash'

This results in the following error:

# docker push kollaglue/fedora-rdo-docker-compose:latest
The push refers to a repository [registry.access.redhat.com/kollaglue/fedora-rdo-docker-compose] (len: 1)
FATA[0032] could not find image: no such id: registry.access.redhat.com/kollaglue/fedora-rdo-docker-compose

Here is the Docker version:
# docker --version
Docker version 1.4.1-dev, build d26b358/1.4.1

summary: - docker package is buggy
+ docker package includes RH Registry
summary: - docker package includes RH Registry
+ Docker Package Uses RH Registry
Changed in kolla:
importance: Critical → Medium
Steven Dake (sdake)
Changed in kolla:
status: New → Confirmed
importance: Medium → Low
Revision history for this message
Steven Dake (sdake) wrote :

We recommend installing the binary now in our documentation.

Changed in kolla:
assignee: nobody → Steven Dake (sdake)
importance: Low → Critical
status: Confirmed → Fix Committed
Steven Dake (sdake)
Changed in kolla:
milestone: none → liberty-1
Sam Yaple (s8m)
Changed in kolla:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.