Switch images to quay.io
This commit is contained in:
parent
23f5e1d1bf
commit
18bd86645c
@ -1,6 +1,8 @@
|
|||||||
# Build the manager binary
|
# Build the manager binary
|
||||||
FROM gcr.io/gcp-runtimes/go1-builder:1.13 as builder
|
FROM gcr.io/gcp-runtimes/go1-builder:1.13 as builder
|
||||||
|
|
||||||
|
ENV PATH "/usr/local/go/bin:$PATH"
|
||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
# Copy the Go Modules manifests
|
# Copy the Go Modules manifests
|
||||||
COPY go.mod go.mod
|
COPY go.mod go.mod
|
||||||
|
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Image URL to use all building/pushing image targets
|
# Image URL to use all building/pushing image targets
|
||||||
#IMG ?= controller:latest
|
#IMG ?= controller:latest
|
||||||
IMG ?= quay.io/jezogwza/airship:sip.v2
|
IMG ?= quay.io/airshipit/sip
|
||||||
|
|
||||||
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
|
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
|
||||||
CRD_OPTIONS ?= "crd:trivialVersions=true"
|
CRD_OPTIONS ?= "crd:trivialVersions=true"
|
||||||
|
@ -27,7 +27,7 @@ spec:
|
|||||||
- /manager
|
- /manager
|
||||||
args:
|
args:
|
||||||
- --enable-leader-election
|
- --enable-leader-election
|
||||||
image: quay.io/jezogwza/airship:sip.v1
|
image: quay.io/airshipit/sip
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: manager
|
name: manager
|
||||||
resources:
|
resources:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user