Skip to content

Commit

Permalink
[chore] Add ragel to Docker images (#46)
Browse files Browse the repository at this point in the history
See discussion in <koreader/koreader-base#1025 (comment)>.

Also includes TC update to <koreader/koxtoolchain@5763389>.
  • Loading branch information
Frenzie committed Jan 5, 2020
1 parent 2d19c78 commit 7b1413e
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docker/ubuntu/baseimage-clang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM koreader/kobase:0.1.4
FROM koreader/kobase:0.1.5

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/baseimage-clang/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.3
VERSION=0.1.4

all: build

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/baseimage-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM koreader/kobase:0.1.4
FROM koreader/kobase:0.1.5

USER root
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/baseimage-python/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.4
VERSION=0.1.5

all: build

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/baseimage/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.4
VERSION=0.1.5

all: build

Expand Down
2 changes: 2 additions & 0 deletions docker/ubuntu/baseimage/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ MISC_TOOLS=(git subversion zip unzip vim wget p7zip-full bash-completion
sudo libtool libtool-bin)
LUAJIT_DEPS=("${LIB32_GCC_DEV[@]}" libc6-dev-amd64:i386)
GLIB_DEPS="gettext"
HARFBUZZ_DEPS="ragel"

echo " ------------------------------------------"
echo "| installing dependencies..."
Expand All @@ -31,6 +32,7 @@ apt-get install -y \
patch libtool nasm autoconf2.64 \
"${TC_BUILD_DEPS[@]}" \
$GLIB_DEPS \
$HARFBUZZ_DEPS \
"${ARM_SF_TC[@]}" "${ARM_HF_TC[@]}" \
"${LUAJIT_DEPS[@]}"

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/koandroid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM frenzie/kobase-python:0.1.2
FROM koreader/kobase-python:0.1.5

USER root
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/koandroid/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.3
VERSION=0.3.1

all: build

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/koappimage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM koreader/kobase-python:0.1.4
FROM koreader/kobase-python:0.1.5

USER root
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/koappimage/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.6
VERSION=0.1.7

all: build

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kocervantes/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM frenzie/kobase:0.1.2
FROM koreader/kobase:0.1.5

USER ko

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kocervantes/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.1
VERSION=0.1.2

all: build

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kocervantes/build_cervantes_tc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Building toolchains for cervantes..."
git clone https://github.com/koreader/koxtoolchain.git
pushd koxtoolchain && {
git checkout 1f65f8df7844da7675f76b48793e301db87cc18c
git checkout 576338981f3ba6723801c3056ae2c7ca33915181

./gen-tc.sh cervantes
} && popd || exit
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kokindle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM frenzie/kobase:0.1.2
FROM koreader/kobase:0.1.5

USER ko

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kokindle/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.1
VERSION=0.1.2

all: build

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kokindle/build_kindle_tc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Building toolchains for kindle..."
git clone https://github.com/koreader/koxtoolchain.git
pushd koxtoolchain && {
git checkout 1f65f8df7844da7675f76b48793e301db87cc18c
git checkout 576338981f3ba6723801c3056ae2c7ca33915181

./gen-tc.sh kindle || ./gen-tc.sh kindle
./gen-tc.sh kindle5 || ./gen-tc.sh kindle5
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kokobo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM frenzie/kobase:0.1.2
FROM koreader/kobase:0.1.5

USER ko

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kokobo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.1
VERSION=0.1.2

all: build

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kokobo/build_kobo_tc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Building toolchains for kobo..."
git clone https://github.com/koreader/koxtoolchain.git
pushd koxtoolchain && {
git checkout 1f65f8df7844da7675f76b48793e301db87cc18c
git checkout 576338981f3ba6723801c3056ae2c7ca33915181

./gen-tc.sh kobo
} && popd || exit
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kopb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM frenzie/kobase-python:0.1.2
FROM koreader/kobase-python:0.1.5

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kopb/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.2
VERSION=0.1.3

all: build

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kout/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM frenzie/kobase:0.1.2
FROM koreader/kobase:0.1.5

USER root
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/kout/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.0.1
VERSION=0.0.2

all: build

Expand Down

0 comments on commit 7b1413e

Please sign in to comment.