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

Commit 04a9d03

Browse files
committed
Minor Readme changes
1 parent 9f8af1d commit 04a9d03

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16-alpine as builder
1+
FROM quay.io/der_eismann/temp_build:golang as builder
22

33
RUN apk add --no-cache git make curl openssl
44

@@ -18,7 +18,7 @@ RUN set -x \
1818
&& make build \
1919
&& cp /src/dist/aws-nuke /usr/local/bin/
2020

21-
FROM alpine:latest
21+
FROM quay.io/der_eismann/temp_build:alpine
2222
RUN apk add --no-cache ca-certificates
2323

2424
COPY --from=builder /usr/local/bin/* /usr/local/bin/

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Build Status](https://github.com/rebuy-de/aws-nuke/workflows/Golang%20CI/badge.svg?branch=main)
44
[![license](https://img.shields.io/github/license/rebuy-de/aws-nuke.svg)](https://github.com/rebuy-de/aws-nuke/blob/main/LICENSE)
55
[![GitHub release](https://img.shields.io/github/release/rebuy-de/aws-nuke.svg)](https://github.com/rebuy-de/aws-nuke/releases)
6-
[![Docker Repository on Quay](https://quay.io/repository/rebuy/aws-nuke/status "Docker Repository on Quay")](https://quay.io/repository/rebuy/aws-nuke)
6+
[![Docker Hub](https://img.shields.io/docker/pulls/rebuy/aws-nuke)](https://hub.docker.com/r/rebuy/aws-nuke)
77

88
Remove all resources from an AWS account.
99

@@ -65,10 +65,11 @@ procedures.
6565
We usually release a new version once enough changes came together and have
6666
been tested for a while.
6767

68-
You can find Linux and macOS binaries on the
68+
You can find Linux, macOS and Windows binaries on the
6969
[releases page](https://github.com/rebuy-de/aws-nuke/releases), but we also
7070
provide containerized versions on [quay.io/rebuy/aws-nuke](https://quay.io/rebuy/aws-nuke)
71-
and [docker.io/rebuy/aws-nuke](https://hub.docker.com/r/rebuy/aws-nuke) (mirror).
71+
and [docker.io/rebuy/aws-nuke](https://hub.docker.com/r/rebuy/aws-nuke). Both
72+
are available for multiple architectures (amd64, arm64 & armv7).
7273

7374

7475
## Usage

0 commit comments

Comments
 (0)