Skip to content

Commit

Permalink
commit after adding changes according to comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Dec 13, 2023
1 parent 83c8219 commit cd79f03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/operator-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build image
run: |
eval $(minikube docker-env)
make container
make container-operator-test
docker images
- name: Deploy operator to minikube
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ generate: controller-gen api-docs
container:
docker buildx build --load --platform linux/${ARCH} -t ${IMG} --build-arg VERSION_PKG=${VERSION_PKG} --build-arg VERSION=${VERSION} --build-arg VERSION_DATE=${VERSION_DATE} --build-arg AGENT_VERSION=${AGENT_VERSION} --build-arg AUTO_INSTRUMENTATION_JAVA_VERSION=${AUTO_INSTRUMENTATION_JAVA_VERSION} .


.PHONY: container-operator-test
container:
docker buildx build --load --platform linux/${ARCH} -t cloudwatch-agent-operator --build-arg VERSION_PKG=latest --build-arg VERSION=${VERSION} --build-arg VERSION_DATE=${VERSION_DATE} --build-arg AGENT_VERSION=${AGENT_VERSION} --build-arg AUTO_INSTRUMENTATION_JAVA_VERSION=${AUTO_INSTRUMENTATION_JAVA_VERSION} .


# Push the container image, used only for local dev purposes
.PHONY: container-push
container-push:
Expand Down

0 comments on commit cd79f03

Please sign in to comment.