Skip to content

Commit

Permalink
Move to the quay.io (#15569)
Browse files Browse the repository at this point in the history
* Move to the quay.io: change image id to use quay.io

Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
  • Loading branch information
vparfonov authored Jan 11, 2020
1 parent ff9de4b commit c07e261
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion dashboard/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ components:
id: che-incubator/typescript/1.30.2
- alias: dash-dev
type: dockerimage
image: 'eclipse/che-dashboard-dev:nightly'
image: 'quay.io/eclipse/che-dashboard-dev:nightly'
endpoints:
- name: dashboard-dev-server
port: 3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
spec:
initContainers:
- name: wait-for-postgres
image: eclipse/che-endpoint-watcher:nightly
image: quay.io/eclipse/che-endpoint-watcher:nightly
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

image: eclipse/che-keycloak:nightly
image: quay.io/eclipse/che-keycloak:nightly
requireAdminPasswordChange: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# Default values for postgres.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image: eclipse/che-postgres:nightly
image: quay.io/eclipse/che-postgres:nightly
4 changes: 2 additions & 2 deletions deploy/kubernetes/helm/che/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
initContainers:
{{- if .Values.global.multiuser }}
- name: wait-for-postgres
image: eclipse/che-endpoint-watcher:nightly
image: quay.io/eclipse/che-endpoint-watcher:nightly
env:
- name: POD_NAMESPACE
valueFrom:
Expand All @@ -45,7 +45,7 @@ spec:
#wait for keycloak if in multiuser mode and .Values.customOidcProvider was not defined
{{- if (and .Values.global.multiuser (not .Values.customOidcProvider)) }}
- name: wait-for-keycloak
image: eclipse/che-endpoint-watcher:nightly
image: quay.io/eclipse/che-endpoint-watcher:nightly
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/che/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
cheWorkspaceHttpProxy: ""
cheWorkspaceHttpsProxy: ""
cheWorkspaceNoProxy: ""
cheImage: eclipse/che-server:nightly
cheImage: quay.io/eclipse/che-server:nightly
cheImagePullPolicy: Always
cheKeycloakRealm: "che"
cheKeycloakClientId: "che-public"
Expand Down
4 changes: 2 additions & 2 deletions deploy/openshift/deploy_che.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ export UPDATE_STRATEGY=${UPDATE_STRATEGY:-${DEFAULT_UPDATE_STRATEGY}}
DEFAULT_CHE_OPENSHIFT_PROJECT="eclipse-che"
export CHE_OPENSHIFT_PROJECT=${CHE_OPENSHIFT_PROJECT:-${DEFAULT_CHE_OPENSHIFT_PROJECT}}

DEFAULT_CHE_IMAGE_REPO="eclipse/che-server"
DEFAULT_CHE_IMAGE_REPO="quay.io/eclipse/che-server"
export CHE_IMAGE_REPO=${CHE_IMAGE_REPO:-${DEFAULT_CHE_IMAGE_REPO}}

DEFAULT_CHE_IMAGE_TAG="nightly"
export CHE_IMAGE_TAG=${CHE_IMAGE_TAG:-${DEFAULT_CHE_IMAGE_TAG}}

DEFAULT_IMAGE_KEYCLOAK="eclipse/che-keycloak"
DEFAULT_IMAGE_KEYCLOAK="quay.io/eclipse/che-keycloak"
export IMAGE_KEYCLOAK=${IMAGE_KEYCLOAK:-${DEFAULT_IMAGE_KEYCLOAK}}

DEFAULT_KEYCLOAK_IMAGE_TAG="nightly"
Expand Down
4 changes: 2 additions & 2 deletions deploy/openshift/templates/che-server-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ parameters:
value: nightly
- name: IMAGE_CHE
displayName: Eclipse Che server image
description: Che server Docker image. Defaults to eclipse/che-server
value: eclipse/che-server
description: Che server Docker image. Defaults to quay.io/eclipse/che-server
value: quay.io/eclipse/che-server
- name: CHE_MULTIUSER
displayName: Che Multi-user flavor
description: False i.e. single user by default
Expand Down
4 changes: 2 additions & 2 deletions deploy/openshift/templates/multi/keycloak-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ parameters:
value: 'nightly'
- name: IMAGE_KEYCLOAK
displayName: Keycloak Image
description: Keycloak Image. Defaults to docker.io/eclipse/che-keycloak
value: 'eclipse/che-keycloak'
description: Keycloak Image. Defaults to quay.io/eclipse/che-keycloak
value: 'quay.io/eclipse/che-keycloak'
- name: CHE_KEYCLOAK_ADMIN_REQUIRE_UPDATE_PASSWORD
displayName: Require admin password update
description: Ask for a password update after 1st login by admin user
Expand Down
4 changes: 2 additions & 2 deletions deploy/openshift/templates/multi/postgres-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ parameters:
value: nightly
- name: IMAGE_POSTGRES
displayName: Postgres DB Image
description: Postgres DB Image. Defaults to docker.io/eclipse/che-postgres
value: docker.io/eclipse/che-postgres
description: Postgres DB Image. Defaults to quay.io/eclipse/che-postgres
value: quay.io/eclipse/che-postgres
- name: POSTGRESQL_LOG_DEBUG
displayName: Postgres DB debug
description: Enable Postgres DB debug log mode
Expand Down
4 changes: 2 additions & 2 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ projects:
location: 'https://github.com/eclipse/che.git'
components:
- type: dockerimage
image: 'eclipse/che-dev:nightly'
image: 'quay.io/eclipse/che-dev:nightly'
alias: che-server-dev
mountSources: true
memoryLimit: 5Gi
volumes:
- name: maven
containerPath: /home/user/.m2
- type: dockerimage
image: 'eclipse/che-server:nightly'
image: 'quay.io/eclipse/che-server:nightly'
alias: che-server-runtime
mountSources: true
memoryLimit: 1Gi
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/che/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# --name che \
# -v /var/run/docker.sock:/var/run/docker.sock \
# -v ~/.che/workspaces:/data \
# eclipse/che-server:nightly
# quay.io/eclipse/che-server:nightly
#
FROM registry.centos.org/centos/centos:latest

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/che/Dockerfile.openj9
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
# Florent Benoit - Initial Implementation
#
# To build it, run in the repository root:
# `docker build -t eclipse/che-server:openj9 -f Dockerfile.openj9 .`
# `docker build -t quay.io/eclipse/che-server:openj9 -f Dockerfile.openj9 .`
#
# To run it:
# docker run -e IMAGE_CHE=eclipse/che-server:openj9 \
# docker run -e IMAGE_CHE=quay.io/eclipse/che-server:openj9 \
# -it \
# --rm \
# -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/data:/data \
Expand Down
2 changes: 1 addition & 1 deletion workspace-loader/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ components:
id: che-incubator/typescript/1.30.2
- alias: ws-loader-dev
type: dockerimage
image: 'eclipse/che-dashboard-dev:nightly'
image: 'quay.io/eclipse/che-dashboard-dev:nightly'
endpoints:
- name: dev-server
port: 3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
"description": "Inlined content of a file specified in field 'reference'",
"type": "string",
"examples": [
"{\"kind\":\"List\",\"items\":[{\"apiVersion\":\"v1\",\"kind\":\"Pod\",\"metadata\":{\"name\":\"ws\"},\"spec\":{\"containers\":[{\"image\":\"eclipse/che-dev:nightly\"}]}}]}"
"{\"kind\":\"List\",\"items\":[{\"apiVersion\":\"v1\",\"kind\":\"Pod\",\"metadata\":{\"name\":\"ws\"},\"spec\":{\"containers\":[{\"image\":\"quay.io/eclipse/che-dev:nightly\"}]}}]}"
]
},
"selector": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components:
spec:
containers:
-
image: 'eclipse/che-dev:nightly'
image: 'quay.io/eclipse/che-dev:nightly'
name: dev
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ components:
spec:
containers:
-
image: 'eclipse/che-dev:nightly'
image: 'quay.io/eclipse/che-dev:nightly'
name: dev
resources:
limits:
Expand Down

0 comments on commit c07e261

Please sign in to comment.