Skip to content

Commit

Permalink
Fixed container build trigger and cleanup containers
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBM committed Feb 14, 2025
1 parent 81bd796 commit b197515
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 400 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- devops/docker/**/Dockerfile
push:
branches:
- main
- dev
paths:
- devops/docker/**/Dockerfile
workflow_dispatch:
Expand Down
34 changes: 0 additions & 34 deletions devops/docker/debian-10-arm/Dockerfile

This file was deleted.

34 changes: 0 additions & 34 deletions devops/docker/debian-10-arm64/Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions devops/docker/debian-11-arm/Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions devops/docker/debian-11-arm64/Dockerfile

This file was deleted.

34 changes: 0 additions & 34 deletions devops/docker/debian-12-arm64/Dockerfile

This file was deleted.

8 changes: 8 additions & 0 deletions devops/docker/debian-9-amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
FROM debian:stretch
ARG DEBIAN_FRONTEND=noninteractive

# debian-9 is EOL, update sources.list to use snapshot.debian.org mirrors
RUN cat <<EOF > /etc/apt/sources.list
deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20220622T000000Z stretch main
deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20220622T000000Z stretch/updates main
deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20220622T000000Z stretch-updates main
EOF

RUN apt -y update && apt-get -y install software-properties-common
RUN apt -y update && apt-get -y install \
git \
Expand Down
34 changes: 0 additions & 34 deletions devops/docker/debian-9-arm/Dockerfile

This file was deleted.

34 changes: 0 additions & 34 deletions devops/docker/debian-9-arm64/Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions devops/docker/ubuntu-18.04-arm/Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions devops/docker/ubuntu-18.04-arm64/Dockerfile

This file was deleted.

32 changes: 0 additions & 32 deletions devops/docker/ubuntu-20.04-arm/Dockerfile

This file was deleted.

Loading

0 comments on commit b197515

Please sign in to comment.