This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.16-alpine as builder
1+ FROM quay.io/der_eismann/temp_build:golang as builder
22
33RUN 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
2222RUN apk add --no-cache ca-certificates
2323
2424COPY --from=builder /usr/local/bin/* /usr/local/bin/
Original file line number Diff line number Diff line change 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
88Remove all resources from an AWS account.
99
@@ -65,10 +65,11 @@ procedures.
6565We usually release a new version once enough changes came together and have
6666been 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
7070provide 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
You can’t perform that action at this time.
0 commit comments