#ILJM att epoch date för container images är 1980-01-01, inte 1970-01-01, eftersom zip/jar-format använder MS-DOS style epoch som börjar på 1980-01-01.

Noterade i #Podman, men antar att det är samma i #Docker.

https://github.com/buildpacks/pack/issues/130

#podmantools #oci #til #containers

Timestamps are not preserved when copying app into container · Issue #130 · buildpacks/pack

When local files (from --path) are copied into the container, they get a last-modified timestamp of 1970-01-01 00:00:00 instead of preserving the timestamp from local. This causes a problem with sp...

GitHub

Welcome back everyone!

sorry about the rather long outage of conesphere.social. The upgrade to #mastodon version 4.2.0 was a bit bumpy due to problems with the docker container which was rejected by the #PodmanTools linter before startup.

How to use Podman in GitLab Runners

There are multiple ways to spin up GitLab runners using Podman, two of which I have outlined in this article.

Opensource.com
@davetron5000
I wrote podman-tools which comes with its own set of configfiles which have a fixed place in the system and which are a 1to1 representation of the commandline which makes learning easier and the tool more compact. #PodmanTools also contain a local image build system and an image linter. https://git.conesphere.cloud/conesphere/podman/tools/podman_tools #DevContainers #Docker #DevEnvironment
@calculsoberic
conesphere / podman / tools / podman_tools · GitLab

A unix style container manager for standalone servers. podman-tools are using podman and implement start, upgrade, build, lint and packaging tools to let you work with...

GitLab

New features are in dev of #PodmanTools:

* The ability to drop a volume when you restart/recreate a #pod or #container
* Having your #container linted automatically on startup, podman-tools won't start insecure containers anymore.
* Having a tool to deal with secrets either remotely or local.

I still have to test it all through but it is in dev now for you to have a look:

https://git.conesphere.cloud/conesphere/podman/tools/podman_tools

conesphere / podman / tools / podman_tools · GitLab

A unix style container manager for standalone servers. podman-tools are using podman and implement start, upgrade, build, lint and packaging tools to let you work with...

GitLab