Skip to content

Commit

Permalink
updated dockerfile name and base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Patel authored and himanshu-kun committed Jul 31, 2022
1 parent aa465b2 commit 5fd33e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ autoscaler:
build: ~
registry: 'gcr-readwrite'
image: 'eu.gcr.io/gardener-project/gardener/autoscaler/cluster-autoscaler'
dockerfile: 'Dockerfile'
dockerfile: 'Dockerfile.amd64'
dir: 'cluster-autoscaler'
steps:
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG BASEIMAGE=gcr.io/distroless/base:latest
ARG BASEIMAGE=gcr.io/distroless/static:latest-amd64
FROM $BASEIMAGE
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"

COPY cluster-autoscaler /
COPY cluster-autoscaler-amd64 /cluster-autoscaler
CMD ["/cluster-autoscaler"]

0 comments on commit 5fd33e1

Please sign in to comment.