Skip to content

Commit

Permalink
Add a container for the 4.3 Nanbield release (Fixes #1)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Straka <[email protected]>
  • Loading branch information
derekstraka committed Jun 22, 2023
1 parent 3d23da1 commit ee2031d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://github.com/phusion/baseimage-docker
FROM phusion/baseimage:0.11
FROM phusion/baseimage:jammy-1.0.1

MAINTAINER Derek Straka <[email protected]>
LABEL org.opencontainers.image.authors="[email protected]"

# No Debian that's a bad Debian! We don't have an interactive prompt don't fail
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -43,7 +43,7 @@ ENV APT_GET_UPDATE 2018-07-24
# plus some debugging utils
RUN apt-get --quiet --yes update && \
apt-get --quiet --yes install gawk wget git-core diffstat unzip \
texinfo gcc-multilib build-essential chrpath socat cpio python python3\
texinfo gcc-multilib build-essential chrpath socat cpio python3\
python3-pip python3-pexpect xz-utils debianutils iputils-ping \
libsdl1.2-dev xterm sudo curl libssl-dev tmux strace ltrace file && \
apt-get clean && \
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NAME=$(basename $(dirname $(readlink -f $0)))
NAME=${NAME#docker-}
NAME=${2:-${NAME}}
TAG=${1:-latest}
REGISTRY=cardoe
REGISTRY=derekstraka
COMPLETE=${REGISTRY}/${NAME}:${TAG}

docker build --rm=true -t ${COMPLETE} .
Expand Down

0 comments on commit ee2031d

Please sign in to comment.