Git Product home page Git Product logo

sourcegraph-release-train's Introduction

DEAD repo

sourcegraph-oss-release-train

Sourcegraph no longer has a OpenSource licence setup that allows me to run this release-train passt 5.1.0

Docker Image Version (latest semver) Docker Image Size (latest semver) Docker Pulls

Docker Image Version (latest semver) Docker Pulls

Release train

This repo just creates a build pipeline on top of sourcegraph-OSS. The enterprise version is great, but I cannot afford it beyond the trial, and since I like automating things,
I thought I'd automate the release pipeline for the OSS docker image.

Simple run conf

mkdir -p ~/.sourcegraph/config
mkdir -p ~/.sourcegraph/data

docker run -d \
  --publish 7080:7080 \
  --publish 127.0.0.1:3370:3370 \
  --volume ~/.sourcegraph/config:/etc/sourcegraph \
  --volume ~/.sourcegraph/data:/var/opt/sourcegraph \
  --name sourcegraph \
  jensim/sourcegraph-server-oss:v5.0.6

docker-compose.yml

version: '3.3'

services:
  sourcegraph:
    image: jensim/sourcegraph-server-oss:v5.0.6
    ports:
      - "7080:7080"
    volumes:
      - .sourcegraph/config:/etc/sourcegraph
      - .sourcegraph/data:/var/opt/sourcegraph
      - .sourcegraph/site-conf:/root

sourcegraph-release-train's People

Contributors

jensim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sourcegraph-release-train's Issues

sourcegraph-server-oss image - how is it built?

Hi there. Great repo!

I'm working on running the OSS version myself, and I was wondering how did you build the docker image for sourcegraph-server-oss that is referenced in this repo. Is that something that you might consider open sourcing as well?

Thanks!

Sourcegraph OSS has been eliminated

Hello. Word of warning, this project built Sourcegraph tag 5.1.0, in which they just eliminated OSS entirely and all code falls under their enterprise license. What a shock...

https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/CHANGELOG.md#5-1-0

Note: As of 5.1.0, Sourcegraph OSS is removed and has been relicensed to Sourcegraph Enterprise. A blog post with much more detail will come soon!

PR if you were interested: sourcegraph/sourcegraph@3cd931e

Dockerfile availability

Hi this is really neat. I've been trying to build a Docker image for the OSS version myself and running into a few issues. Is your docker file available so I can compare and figure out where I was going wrong?

[Update version] Sourcegraph OSS v5.0.6

Hi bro, I see this new vesion (5.2.0). Can I update and keep my data? And after updating, will I be copyrighted by Sourcegraph? Please help me with your advice.

image

OSS Licensing Clarification

Hello, I really like your sourcegraph-server-oss image but I am having difficulty understanding the license model for sourcegraph and I was hoping you might be able to shed some light.

Your image seems to have some license files and some of the files under the enterprise folder. But your readme says the pipeline is for the OSS version.

If you can update the documentation to clarify the licensing, that would be extremely helpful.

Patches required to get 4.1.2 working

Hi there.
Thanks very much for your effort. I used your code as a starting point for my own version of sourcegraph.

Just wanted to let you know that I had to apply some patches to get the popup and reference search to work.
https://github.com/simhnna/sourcegraph-release-train/blob/dev-patches/patches/gql.patch
https://github.com/simhnna/sourcegraph-release-train/blob/dev-patches/patches/type.patch

I've created a merge request for the type.patch in the sourcegraph repo. The gql patch will definitely break the enterprise version, but works fine for the oss version. You're welcome to use them if you want

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.