Skip to content

Commit

Permalink
Merge pull request #5 from Jimdo/CRE-2225_update_debian_and_readme
Browse files Browse the repository at this point in the history
CRE-2225: debian version updated and readme updated
  • Loading branch information
ilasahu authored Aug 16, 2023
2 parents 6a5d426 + 1667ab6 commit dbe7015
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#
# TODO: push to apache/thrift-compiler instead of thrift/thrift-compiler

FROM debian:jessie
FROM debian:bookworm
MAINTAINER Apache Thrift <[email protected]>

ENV DEBIAN_FRONTEND noninteractive
Expand Down
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Apache Thrift

Last Modified: 2014-03-16

Note
============

We decided to not remove the travis and not include github actions because we don't make changes, if you wish to make any changes to the docker images, you should follow the following steps
- Update changes
- Build the docker image with the following command
```docker build -t registry.jimdo-platform.net/jimdo/thrift:stable --platform=linux/amd64```
- Push the docker image
```wl docker push registry.jimdo-platform.net/jimdo/thrift:stable```
- You should be able to see the updated image everywhere

License
=======

Expand All @@ -14,7 +25,7 @@ to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
Expand Down Expand Up @@ -45,11 +56,11 @@ Hierarchy

thrift/

compiler/
compiler/

Contains the Thrift compiler, implemented in C++.

lib/
lib/

Contains the Thrift software library implementation, subdivided by
language of implementation.
Expand All @@ -61,12 +72,12 @@ thrift/
py/
rb/

test/
test/

Contains sample Thrift files and test code across the target programming
languages.

tutorial/
tutorial/

Contains a basic tutorial that will teach you how to develop software
using Thrift.
Expand Down

0 comments on commit dbe7015

Please sign in to comment.