feat(sqs-operator): v0.1.0 deployed and tested
- Fix Dockerfile: COPY internal/config/ and internal/elasticmq/, Go 1.22 - config/manager/manager.yaml: add SQS_EXTERNAL_HOST env, imagePullSecrets - config/default/kustomization.yaml: disable kube-rbac-proxy (gcr.io N/A) - config/samples/sqs_v1alpha1_queueservice.yaml: real test CR (test001) - doc/progress.md: updated with deployment results Smoke test: QueueService test-tenant-001 Phase=Ready in 27s ElasticMQ pod 1/1 Running in sless-fn-test001 SQS CreateQueue via https://sqs.kube5s.ru/sqs/test001 OK
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build the manager binary
|
||||
FROM golang:1.21 AS builder
|
||||
FROM golang:1.22 AS builder
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
@@ -15,6 +15,8 @@ RUN go mod download
|
||||
COPY cmd/main.go cmd/main.go
|
||||
COPY api/ api/
|
||||
COPY internal/controller/ internal/controller/
|
||||
COPY internal/config/ internal/config/
|
||||
COPY internal/elasticmq/ internal/elasticmq/
|
||||
|
||||
# Build
|
||||
# the GOARCH has not a default value to allow the binary be built according to the host where the command
|
||||
|
||||
Reference in New Issue
Block a user