Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Added Dockerfile to build sidecar as well as sample driver #31

Merged

Conversation

brahmaroutu
Copy link
Contributor

Fixes #30
Dockerfiles need to be in the respective cmd/ directory structure so that 'make container' can build individual targets
Just like 'make' works 'make container' works the same
'make container' builds container images for cmd/objectstorage-sidecar/Dockerfile and cmd/sample-driver/Dockerfile
'make container-objectstorage-sidecar' builds container image for cmd/objectstorage-sidecar/Dockerfile
'make container-sample-driver' build container image for cmd/sample-driver/Dockerfile

/assign @wlan0 @rrati

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 14, 2021
@k8s-ci-robot k8s-ci-robot requested review from rrati and wlan0 January 14, 2021 01:18
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 14, 2021
Copy link

@rrati rrati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 14, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brahmaroutu, rrati

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 6d60964 into kubernetes-retired:master Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build should be able to build sidecar and driver binaries and images
4 participants