Sha256: 3243c8916f36ef3c4b8e5d955720edd5ffc6a67d188b9aacaf5645c192891c48

Contents?: true

Size: 478 Bytes

Versions: 2

Compression:

Stored size: 478 Bytes

Contents

FROM docker.io/phusion/baseimage:jammy-1.0.2

# Use baseimage-docker's init system.
CMD ["/sbin/my_init"]

# enable ssh
RUN rm -f /etc/service/sshd/down
RUN /etc/my_init.d/00_regen_ssh_host_keys.sh

# Add users to login. The password is "oxidized"
RUN useradd -m oxidized -p '$y$j9T$UoDYxDiE.8iBGmoaD/acn1$kVvYvoEIJdKUmIKFVBRYKLIVzmEBP1RKrCM6Vfx.V55' -s /bin/bash
RUN useradd -m admin -p '$y$j9T$UoDYxDiE.8iBGmoaD/acn1$kVvYvoEIJdKUmIKFVBRYKLIVzmEBP1RKrCM6Vfx.V55' -s /bin/bash

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
oxidized-0.30.1 examples/podman-compose/model-simulation/Dockerfile-model
oxidized-0.30.0 examples/podman-compose/model-simulation/Dockerfile-model