mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-24 13:45:32 +03:00
make - autocommit
This commit is contained in:
parent
3f3b97c502
commit
62b5abd170
@ -1,6 +1,7 @@
|
||||
## Changelog
|
||||
### 2022
|
||||
* `sep`
|
||||
* added `debian 6` and `debian 7` iamges. to build them - add `GRUB_CMDLINE_LINUX_DEFAULT="quiet vsyscall=emulate"` if you have newest kernel!
|
||||
* added `p2pool` and `monerod` servers.
|
||||
* added new versions of `jira`
|
||||
* added new versions of `confluence
|
||||
|
@ -12,7 +12,7 @@ ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bi
|
||||
# update lists
|
||||
##################################################################
|
||||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
|
||||
apt-get update
|
||||
GNUTLS_CPUID_OVERRIDE=0x1 apt-get update
|
||||
|
||||
##################################################################
|
||||
# installing utils
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM debian:squeeze
|
||||
FROM debian/eol:squeeze-slim
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
@ -18,7 +18,6 @@ COPY etc/apt/apt.conf.d/99-no-check-valid-until /etc/apt/apt.conf.d/99-no-check-
|
||||
COPY etc/apt/sources.list /etc/apt/sources.list
|
||||
COPY etc/locale.gen /etc/locale.gen
|
||||
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get dist-upgrade -y
|
||||
@ -38,7 +37,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
||||
console-cyrillic \
|
||||
ca-certificates \
|
||||
locales \
|
||||
software-properties-common \
|
||||
# software-properties-common \
|
||||
sudo
|
||||
|
||||
RUN apt-key list | grep "expired: " | sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | xargs -n1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
|
||||
|
@ -12,7 +12,7 @@ deb http://archive.debian.org/debian-backports/ squeeze-backports main contrib n
|
||||
deb-src http://archive.debian.org/debian-backports/ squeeze-backports main contrib non-free
|
||||
|
||||
deb http://archive.debian.org/debian-backports/ squeeze-backports-sloppy main contrib non-free
|
||||
deb-src http://archive.debian.org/debian-backports/ squeeze-backports main-sloppy contrib non-free
|
||||
deb-src http://archive.debian.org/debian-backports/ squeeze-backports-sloppy main contrib non-free
|
||||
|
||||
deb http://archive.debian.org/backports.org/ squeeze-backports main contrib non-free
|
||||
deb-src http://archive.debian.org/backports.org/ squeeze-backports main contrib non-free
|
||||
|
Loading…
Reference in New Issue
Block a user