Skip to content

Commit

Permalink
major upd
Browse files Browse the repository at this point in the history
  • Loading branch information
runalsh committed Jun 27, 2024
1 parent 469c63e commit 0c03998
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 183 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/images-debian-numbers.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/images-debian-stable+latest-slim.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/images-debian-stable-latest.yml

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/images-debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DEBIAN
name: DEBIAN NUMBERS
on: # [workflow_dispatch]
workflow_dispatch:
push:
Expand All @@ -9,12 +9,13 @@ on: # [workflow_dispatch]
schedule:
- cron: '0 0 1 * *'


jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
buildfor: ['bookworm', 'trixie', 'bullseye']
buildfor: ['11', '12', 'latest', 'stable-slim']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -35,7 +36,7 @@ jobs:
file: ./Dockerfile.multi
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/debian:${{ matrix.buildfor }}
build-args: |
build-args: |
DISTRIB=debian
IMAGE=${{ matrix.buildfor }}
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/images-ubuntu-latest-rolling.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/images-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
buildfor: ['noble', 'mantic', 'jammy', 'focal']
buildfor: ['24.04', '23.10', '22.04', 'latest']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ https://hub.docker.com/repository/docker/runalsh/debian

https://hub.docker.com/repository/docker/runalsh/ubuntu

SSH keys - ssh-universaled25519.ppk and ssh-universaled25519.pub

Debian:

- latest, latest-slim, 12, 11, bookworm, bullseye, trixie, stable, 12-slim, stable-slim
- '11', '12', 'latest', 'stable-slim'

Ubuntu:

- latest, focal, noble, jammy, rolling, mantic
- '24.04', '23.10', '22.04', 'latest'
4 changes: 2 additions & 2 deletions install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ apt-get install -y --no-install-recommends --no-install-suggests \
coreutils \
telnet \
gpg \
locales \
grep
# locales \
echo Europe/Moscow > /etc/timezone
sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen
echo "export LC_ALL=en_US.UTF-8" >> ~/.bashrc
echo "export LANG=en_US.UTF-8" >> ~/.bashrc
echo "export LANGUAGE=en_US.UTF-8" >> ~/.bashrc
locale-gen en_US.UTF-8
# locale-gen en_US.UTF-8
echo LANG=en_US.UTF-8 >> /etc/default/locale
apt-get autoremove --yes
apt-get clean all
Expand Down

0 comments on commit 0c03998

Please sign in to comment.