Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • prosper/docker-baseimage-ubuntu
1 result
Show changes
Commits on Source (4)
### [1.1.1](https://git.griefed.de/prosper/docker-baseimage-ubuntu/compare/1.1.0...1.1.1) (2021-06-25)
### ⏩ Performance
* Deactivafe force-unsafe-io. I'd rather builds take a couple of seconds longer than risking failures due to disabled safety features. ([b3fc326](https://git.griefed.de/prosper/docker-baseimage-ubuntu/commit/b3fc3262b05ec92da573dc210865e07aed644fbd))
### 🛠 Fixes
* Correctly set aliases system-wide ([12f681d](https://git.griefed.de/prosper/docker-baseimage-ubuntu/commit/12f681d64be56f68dc7360a1352ef8f4fafa8012))
## [1.1.0](https://git.griefed.de/prosper/docker-baseimage-ubuntu/compare/1.0.0...1.1.0) (2021-06-23)
......
......@@ -80,8 +80,8 @@ RUN \
sed -i \
's/^exit.*/exit 0/' \
/sbin/initctl && \
echo 'force-unsafe-io' \
> /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && \
# echo 'force-unsafe-io' \
# > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && \
echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' \
> /etc/apt/apt.conf.d/docker-clean && \
echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' \
......@@ -125,8 +125,10 @@ RUN \
/defaults && \
mv /usr/bin/with-contenv /usr/bin/with-contenvb && \
echo "**** Create our bash-aliases ****" && \
alias ll="LC_COLLATE=C ls -ahl --group-directories-first --color=auto" && \
alias ..="cd .." && \
echo 'alias ll="LC_COLLATE=C ls -ahl --group-directories-first --color=auto"' \
>> /etc/bash.bashrc && \
echo 'alias ..="cd .."' \
>> /etc/bash.bashrc && \
echo "**** Cleanup ****" && \
apt-get autoremove -y && \
apt-get autoclean -y && \
......
......@@ -2,6 +2,8 @@
**A custom baseimage built with the [Ubuntu cloud image](https://partner-images.canonical.com/core/focal/) and [S6-overlay](https://github.com/just-containers/s6-overlay)..**
[[_TOC_]]
---
# Ubuntu Focal Fossa baseimage with s6-overlay
......@@ -20,4 +22,4 @@ I wouldn't be where I am now. I learned a lot of things about Docker by inspecti
**Click the image below to visit their website!**
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png?v=4&s=4000)](https://www.linuxserver.io/)
\ No newline at end of file
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png?v=4&s=4000)](https://www.linuxserver.io/)